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


#wrapper {
	padding: 0 10px;
	background-color: rgba(255,255,255,0.8);
 	filter: alpha(opacity=80);	/* IE6、IE7対応 */	
}


#content {
	position:relative;
}

#navi {
	float:left;
	border-bottom: solid 1px #D6D6D6;
	margin-bottom:10px;
	padding-bottom:5px;
	
	margin-top:-5px
}
#content span{
	display:block;
	position:absolute;
	right: 5px;
	top:15px;

	text-align:right;
	color:#CC0000;
	font-size: 13px;
}

table {
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #E4EBF2;	
	font-size:12px;
	text-align:center;
	
	border-collapse : separate;
	border-spacing : 0px;
	border-top : 1px solid #D7D7D7;
	border-left : 1px solid #D7D7D7; 
	border-right: none;
	border-bottom: none;
	
	border-radius : 5px;
	-webkit-border-radius : 5px;
	-moz-border-radius : 5px; 
}
table th {
	text-align:center;
	font-weight:bold;
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	
	border-left: none;
	border-top: none;
}
table td {
	text-align:left;
	padding: 7px 5px 7px 5px;
	white-space: normal;
	line-height: 160%;
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	
	border-left: none;
	border-top: none;
}
/* CSS3 角丸用 */
table th.left-top {
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}
table th.right-top{
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
table td.left-bottom {
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
}
table td.right-bottom{
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}

.odd {
	background-color: #fff;
}

img.bgmaximage{
  position:fixed !important;
}

#maincontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

#content h3{
	font-size:1.2em !important;
	font-weight:bold;
	color:#266BB7;
}


#content h4{
	font-size:1.0em !important;
	font-weight:bold;
	margin-top: 10px;
}

#content p.menulist{
	padding:12px;
	background-color:#E7EDFE;
	border:1px solid #D5DFFD;
	font-size:11px;
}


