/* index専用CSS */
/* メニュー関連 */
/*
#menu {
	position:absolute;
	top:281px;
	left:139px;
	z-index:10;
}
#menu dl {
	float:left;
	font-size:12px;
	line-height:18px;
	text-align:left;
	text-indent:18px;
	margin: 0;
	padding: 0;
}
#menu dt { 
	width:129px;
	height:19px;
	background: #FF9900 url('images/menu_bk.jpg') no-repeat 0 0;
	margin: 0 0 0 3px;
}
#menu dd {
	display: none;
	width:129px;
	height:19px;
	color:#FFF;
	background: #FF9900 url('images/menu_bk2.jpg') no-repeat 0 0;
	margin: 0 0 0 3px;
}
#menu .dd2 dd { position:relative; top: -57px; }
#menu .dd3 dd { position:relative; top: -76px; }
#menu a { display:block; text-decoration:none; }
#menu dl:hover dd { display: block; }
#menu dt:hover { background-position: 0 -19px; cursor:pointer; }
#menu dt a { color:#000; }
#menu dt a:hover { text-decoration:underline; }
#menu dd a { color:#FFF; }
#menu dd a:hover { color:#FFFF00; }
*/
/* menuここまで */
#cntsleft {
	float:left;
	width:430px;
	position:relative;
	top:0;
	left:0;
	/* background-color:#FF0000; */
}
#cntsright {
	float:right;
	width:275px;
	position:relative;
	top:12px;
	left:-25px;
	/* background-color:#FFFF00; */
}

.concept {
	margin: 10px 0 0 25px;
	font-size:12px;
	line-height:150%;
	/*letter-spacing:1px;*/
}
.concept img {
	float:left;
	margin-right:10px;
}
.topics {
	text-align:center;
	margin: 10px 0 0 25px;
	/* background: #FFF url('images/tp_topics_bk.jpg') no-repeat 7px 10px; */
	height:390px;
}
.topics img { vertical-align:top; } 
.tptitle { float:left; margin: 0 0 13px 0; }
.information { margin: 10px 0 0 25px; }
.contact {
	margin: 10px 0 0 25px;
}
.contact img {
	margin-top:4px;
}
.banner {
	font-size:12px;
	margin: 0 0 5px 0;
}
.banner img {
	margin-bottom: 1px;
}


.flashbanner {
	font-size:10px;
	line-height:14px;
}
.flashbanner img {
	float:left;
	margin-right:1em;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

.camp { text-align:center; }
.camp strong { color:#FF0000; }
