div#contents {
	width: 90%;
	margin: 0 auto;
}
	

/*　フォーム　*/

label {
	line-height: 180%;
	font-size: 80%;
	color: #323232;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	}

div.formfield {
	background-color: #f8fbfb;
	border-color: #e7e6e6;
	border-width: 1px;
	border-style: solid;
	padding: 10px 15px;
	width: 98%;
	margin: 0 auto;
	}
	
	div.formfield_send {
		background-color: #f8fbfb;
		border-color: #e7e6e6;
		border-width: 1px;
		border-style: solid;
		padding: 10px 15px;
		width: 98%;
		margin-top: 10px;
		text-align: center;
		}

.required {
	color: #CC0033;
	font-size: x-small;
	font-weight: bold;
}

h4.background_title {
	margin: 0;
	padding: 8px 0 5px 20px;
	height: 25px;
	width: 480px;
	background-image: url(../img/background_pagetitle.gif);
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 100%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #323232;
}

h5{
	color: #28773f;
	font-size: 80%;
	font-weight: bold;
	background-image: url(../img/listmark_h5.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 0.7em;
	margin-left: 15px;
	line-height: 120%;
}


/* ========================================= */

/*　京都府教育旅行ガイド　*/

div#contents_guide {
	background-image: url(../guide-pdf/img/back.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#guide_h3 {
	background-color: #ffffff;
	background-image: url(../connection/images/topimages/connection_h3back.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	color: #989E00;
	border-color: #989E00;
	border-width: 1px;
	border-style: solid;
	padding: 7px 10px;
}

#guide_h4 {
	margin: 10px 0 5px 0;
	text-align: center;
	color: #989E00;
}

table.guide {
	font-size: 90%;
	width: 100%;
	margin: 20px auto;
	line-height: 180%;
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-color: #989E00;
	border-collapse: collapse;
}

table.guide th {
	color: #444444;
	background-color: transparent;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #989E00;
	padding: 5px;
	text-align: left;
}
	
table.guide td {
	color: #444444;
	background-color: transparent;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #989E00;
	padding: 10px;
}

