a:link, 
a:visited,  
a:active{
    color: #16529a;
    text-decoration:underline;
}
a:hover {
    color: #16529a;
    text-decoration:none;
}


/*---------------h_style--------------------------*/

#index #contents h2{
	margin:0 0 10px 0;
}

#index #contents h3{
	clear:both;
	height:20px;
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	padding:10px 0 0 5px;
	text-align:left;
	margin-top:10px;
	color: #333;
	border-bottom:#0a468e 5px double;
}
#index #contents h4{
	clear:both;
	height:20px;
	font-size:100%;
	font-weight:bold;
	margin-bottom:10px;
	padding:8px 0 0 5px;
	text-align:left;
	margin-top:5px;
	color: #333;
	border-bottom:#0a468e 1px dotted;
	background:#f1f6fd;
}

#index #contents h5{
	background:url(../images/h5_ttl.gif) no-repeat 0px 7px;
	padding:8px 0 4px 20px;
	margin:0;
	line-height:1.7;
	font-weight: bold;
	color:#333;
}

/*---------------access--------------------------*/

#index #acc{
	width:215px;
	height:209px;
	background:url(../images/acc_bg.gif) no-repeat;
	margin:15px 0;
	clear:both;
	padding:40px 0 0;
	text-align:center;
	font-size:95%;
}

/*---------------crumbs--------------------------*/

#crumbs{
	text-align:right;
    color:#444;
    text-decoration:none; 
    margin:35px 9px 10px 9px;
	padding:1px 5px;
	font-size:70%;
	background:#d1ddec;
}
#crumbs p{
	margin:3px;
}

	
/*----------------------------------------------------------------------------------------
                                         tb^[
----------------------------------------------------------------------------------------*/
#footer{
	clear:both;
	width:auto;
	text-align:center;
	margin:0 auto;
    line-height:1.6;
	font-size:85%;
	padding:0px;
}
#footer .footcol{
	width:800px;
	clear:both;
	margin:auto;
	padding:5px 0 0 0;
	border-top:#999999 1px dotted;
}

#footer .footcol p{
    margin:3px 0;
	font-size:75%;
	color:#444;
}

