@charset "utf-8";
/* CSS Document */

/*====================================================
　 NAVIGATION
====================================================*/	
h1{
	line-height: 120%;
	padding: 15px 0 0 15px;
	margin: 0 0 30px 0;
	border-top: 1px solid #333333;
	border-left: 5px solid #004393;
	font-size:  28px;
	font-weight: bolder
	}
h1 span{
	font-size: 21px;
	}
h2{
	padding: 10px;
	/* border: 2px solid  #004393; */
	background: #E5ECF4;
	font-size: 18px;
	margin: 0 0 15px 0;
	}
.h2_box{
	padding: 30px 0 0 0;
	}
h3{
	color: #004393;
	font-size: 14px;
	}
dl{
	}
dl dt{
	line-height: 120%
	}
dl dd{
	margin: 5px 0 20px 0;
	padding: 0 0 0 15px;
	}
#fixedArea{
	background: #ffffff;
	}
#fixedArea li{
	background: #ffffff;
	float: left;
	width: 67px;
	border-top: 1px solid #004393;
	border-bottom: 3px solid #004393;
	}
#fixedArea li p.none{
	background: #ffffff;
	width: 100%;
	line-height: 120%;
	display: block;
	padding: 5px 0;
	border-left: 1px solid #004393;
	text-align: center;
	background: #ffffff;
	color: #999999;
	}
#fixedArea li a{
	background: #ffffff;
	font-weight: bold;
	width: 100%;
	line-height: 120%;
	display: block;
	padding: 5px 0;
	border-left: 1px solid #004393;
	text-align: center;
	background: #f9f9f9;
	}
#fixedArea li a:link{
	color: #004393;
	text-decoration:none;
}
#fixedArea li a:visited{
	color: #004393;
	text-decoration:none;
}
#fixedArea li a:hover{
	color: #004393;
	text-decoration: underline;
}
#fixedArea li a:active{
	color: #004393;
	text-decoration:none;
}
#fixedArea li .r_border{
	border-right: 1px solid #cccccc;
	}