@charset "utf-8";
/* CSS Document */
body {
	line-height: 150%;
	margin: 0;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
.red {
	color: #F00;
}
.green {
	color: #096;
}
.wh {
	color:#FFFFFF;
}
.style10 {
	font-size:10pt;
}
.style11 {
	font-size:11pt;
}
.style12 {
	font-size:12pt;
}
.style16 {
	font-size:16pt;
}
.style18 {
	font-size:18pt;
}
.style21 {
	font-size:21pt;
}
.clear {
	clear: both;
}
#waku {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}
#header {
	width:950px;
	float:left;
}
#headerrogo {
	width:400px;
	float:left;
}
#headeraccess {
	width:300px;
	float:right;
}
#gnav {
	width:950px;
	float:left;
}
.gnav1 {
	width:158px;
	float:left;
}
.gnav2 {
	width:160px;
	float:left;
}
.gnavicon1 {
	width:158px;
	float:left;
	background-color:#096;
	line-height:30px;
	color:#FFF;
	text-align:center;
	display: block;
}
.gnavicon1 a{
	color:#FFF;
	font-weight:bold;
	display: block;
	border-right:#FFF 1px solid;
}
.gnavicon1 a:hover {
	color:#FFF;
	background-color:#C03;
	font-weight:bold;
	display: block;
	border-right:#FFF 1px solid;
}
.gnavicon2 {
	width:160px;
	float:left;
	background-color:#096;
	line-height:30px;
	color:#FFF;
	text-align:center;
	display: block;
}
.gnavicon2 a{
	color:#FFF;
	font-weight:bold;
	display: block;
}
.gnavicon2 a:hover {
	color:#FFF;
	background-color:#C03;
	font-weight:bold;
	display: block;
}
#footer {
	width:950px;
	float:left;
	padding-bottom:10px;
	padding-top:5px;
	background-color:#096;
	margin-top:15px;
	text-align:center;
	color:#FFF;
	font-size:13px;
}
#footer a{
	color:#FFF;
}
.midashi {
	float:left;
	width:99.5%;
	height:30px;
	background-color:#CCCCCC;
	box-shadow:#666 2px 2px 3px;
	margin-bottom:15px;
	margin-top:15px;
	font-size:20px;
	font-weight:bold;
	border-radius:0px 10px 10px 0px;
}
.midashi p {
	line-height:30px;
}
.midashi2 {
	width:30px;
	float:left;
	height:30px;
	background-color:rgb(0,129,91);
}