@charset "Shift_JIS";


body {
	color : #000000;
	margin: 0px;
	font-size:0.9em;
	line-height:140%;
	background-color: #fff;
}

A:link { color : #c2defb}
A:visited { color : #c2defb}
A:hover { color : #f1ca29}
A:active { color : #f1ca29}


#main {
	width: 850px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#header {
	font-size:0.8em;
	width: 100%;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #666666;
	background-image: url(image/heder_back.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#title_img {
	color: #FFFFFF;
	width: 100%;
	margin: 0px auto;
	background-repeat: no-repeat;
}

#block_koumoku1 {
	font-weight: bold;
	width: 380px;
	height: 28px;
	margin-bottom: 5px;
	margin-top: 8px;
	text-indent: 15px;
	background-image: url(image/koumoku_back.gif);
	padding-top: 12px;
	padding-bottom: 4px;
	padding-left: 20px;
	color: #333333;
}

#block_koumoku2 {
	color: #666666;
	font-weight: normal;
	width: 100%;
	padding: 2px 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-indent: 5px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-weight: bold;
}

#block_koumoku3 {
	font-size:1.3em;
	color: #FFFFFF;
	font-weight: bold;
	width: 98%;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	background-color: #666666;
	padding: 1%;
	border: 1px solid #333333;
}

#main_left {
	width: 400px;
	padding: 0px;
	float: left;
}

#main_right {
	width: 400px;
	padding: 0px;
	float: right;
}

#main_body {
	width: 850px;
	margin: 15px auto;
	padding-bottom: 5px;
}

#photo {
	float: left;
	width: 200px;
	padding-right: 10px;
}

#block_box {
	width: 372px;
	padding: 4px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 3px dotted #c2defb;
	
}

#block_box2 {
	width: 370px;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 3px dotted #f1ca29;
}


#footer {
	font-size:0.8em;
	line-height: 150%;
	width: 100%;
	height: 50px;
	margin: 0px auto;
	padding-top: 40px;
	text-align: center;
	clear: both;
	background-image: url(image/footer.gif);
	background-repeat: no-repeat;
	color: #999999;
}


.big_font {
	color: #CC3300;
	font-weight: bold;
}

.big_font2 {
	color: #666600;
	font-weight: bold;
}


.big_font3 {
	color: #e00a50;
	font-weight: bold;
}

.big_font4 {
	color: #333535;
	font-weight: bold;
}

.big_font5 {
	color: #f1ca29;
	font-weight: bold;
}


.small_font {
	font-size:0.8em;
}

.small_font2 {
	font-size:0.8em;
	color: #CC0000;
}

