@charset "shift-jis";
/* CSS Document */


body { color: #333;}
body {  font-size: 75%; /* IE */}
html>/**/body {  font-size: 12px; /* Except IE */}

strong { font-weight: bold; }

a { color: #0033cc; text-decoration: underline; }
a:active { text-decoration: none; }
a:hover { text-decoration: none; }


/* Clear
=========================================== */

.clear {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	line-height: 1px;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; min-height: 1%; }
/* IE for Mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* Dreamweaver */
.clearfix { overflow: hidden; }



/* ========================================= */


#wrapper {
	margin: 0 auto;
	width: 900px;
}

#main {
	padding: 8px 9px 15px 10px;
	width: 881px;
	background: url(../images/bg_ct.png) repeat-y;
}


/*-------------------------------------------*/

.section {
	margin-bottom: 25px;
}

.fc {
	padding: 3px 3px 12px;
	width: 427px;
	border: 1px solid #999;
	background-color: #fff;
}
.fc h2 {
	margin-bottom: 3px;
	padding: 4px 5px;
	width: 417px;
	background-color: #85A22F;
	color: #fff;
}
.fc h2 span {
	font-size: 131%;
}

.fc .tit {
	float: left;
	margin-right: 1px;
}
.fc .catch {
	float: left;
	width: 258px;
}
.fc .catch th {
	border-bottom: 1px solid #fff;
	vertical-align: top;
}
.fc .catch td.txt {
	padding: 5px 7px;
	height: 80px;
	vertical-align: top;
	line-height: 1.4;
}
.fc .catch td.icn {
	padding: 8px 5px;
	vertical-align: bottom;
}
.fc .ph {
	margin-bottom: 5px;
}

.fc .plan {
	margin: 0 auto 8px;
	width: 427px;
}
.fc .plan div {
	padding: 6px 10px;
	line-height: 1.4;
}
.fc ul {
	margin: 4px 0 0 80px;
	font-size: 0;
	line-height: 0;
}
.fc li {
	display: inline;
	float: left;
	margin-right: 8px;
}


#konoha {
	float: right;
}
#konoha .catch td.txt {
	background: #fff url(../images/bg_konoha.png) repeat-x;
}
#konoha .plan div {
	border-right: 1px solid #20355E;
	border-left: 1px solid #20355E;
	border-bottom: 1px solid #20355E;
	background-color: #E7F0F7;
}


#tokinoniwa {
	float: left;
}
#tokinoniwa .catch td.txt {
	background: #fff url(../images/bg_tokinoniwa.png) repeat-x;
}
#tokinoniwa .plan div {
	border-right: 1px solid #944E3F;
	border-left: 1px solid #944E3F;
	border-bottom: 1px solid #944E3F;
	background-color: #F8E6E3;
}


/*-------------------------------------------*/

#box_bt {
	margin-bottom: 15px;
	padding: 18px 0 0 161px;
	width: 720px;
	height: 168px;
	background: url(../images/bg_bt.jpg) no-repeat top left;
}
#box_bt .tit {
	margin-bottom: 8px;
}
#box_bt .txt {
	padding-left: 3px;
	line-height: 1.3;
}


/*-------------------------------------------*/


#footer {
	margin: 0 auto;
	width: 880px;
	background: url(../images/pr.png) no-repeat bottom right;
}

#footer img {
	margin-left: 90px;
}
