@charset "utf-8";
/* CSS Document */


#maintitle{
	display:block;
	width:780px;
	height:60px;
	margin-bottom:50px;
	background:#fff url(../img/title06.png) center center no-repeat;
	}


#contentmenu{
	clear:both;
	margin-left:50px;
	text-align:center;
}


.contmenu{
	display:block;
	width:146px;
	height:25px;
	font-size:10pt;
	text-align:center;
	border-bottom:5px solid #999;
	text-decoration:none;
	color:#666;
	margin-right:5px;
	float:left;
	}

.contsubmenu{
	display:block;
	width:70px;
	height:20px;
	font-size:9pt;
	text-align:center;
	border-bottom:3px solid #999;
	text-decoration:none;
	color:#666;
	float:left;
	margin-right:5px;
	margin-top:10px;
	}
	
.contmenu:hover{
	border-bottom:5px solid #900;
	color:#900;
	}
	
.contsubmenu:hover{
	border-bottom:3px solid #900;
	color:#900;
	}

#contmenuselect{
	border-bottom:5px solid #900;
	color:#900;
	}

#contentcontainer{
	width:600px;
	margin-left:50px;
	font-size:10pt;
	clear:both;
	}

.idx_cont{
	clear:both;
	margin-bottom:15px;
	padding-left:30px;
	width:570px;
	height:1.5em;
	border-bottom:2px solid #900;
	color:#900;
	font-size:12pt;
	font-weight:bold;
	}
