@charset "utf-8";
body {
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #26B8BD;
}
.clearfix {
  overflow: auto;
}
div#wrapper {
	/* [disabled]line-height: 1.8;
*/
	max-width: px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1040px;
}
div#main_contents {
	display: inline;
	min-width: px;
	max-width: px;
}
div#left_contents {
	width: 100%;
	float: left;
	color: #FFFFFF;
	max-width: 200px;
	margin-right: 20px;
	font-size: 12px;
	margin-bottom: 0px;

}
div#light_contents {
	text-align: center;
}
div#light_contents img {
	text-align: center;
}
.fullimg {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
div#left_contents h1 {
	font-size: 35px;
	text-align: left;
	margin-bottom: 25px;
	line-height: 130%;
}
div#left_contents ul#gNavi {
	border: 1px solid #ccc;
	border-radius: 7px;		/* CSS3草案 */
	-webkit-border-radius: 7px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 7px;	/* Firefox用 */
	margin-bottom: 30px;
}
div#left_contents ul#gNavi li {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	text-align: center;
	margin-bottom: 0;
}
div#left_contents ul#gNavi li img {
	vertical-align: bottom;
}
div#left_contents ul#gNavi li a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 14px 0;
}
div#left_contents ul#gNavi li a:hover {
	background: #E6F0F9;
}
div#leftContents ul#gNavi li.firstItem {
	border: none;
	padding-top: 0;
	border-bottom: 1px solid #fff;
}
div#left_contents ul.bannerSet li {
	display: block;
	margin-bottom: 8px;
}
div#footer {
	/* [disabled]border-top: 1px solid #efefef;
*/
	background-color: #027155;
	height: 30px;
	text-align: center;
}
div#footer p#copyright {
	padding-top: 3px;
	padding-right: 0;
	padding-left: 3;
	padding-bottom: 0px;
	text-align: center;
	/* [disabled]background-color: #367260;
*/
	font-size: 70%;
	color: #FFFFFF;
	vertical-align: baseline;
}
.mb10 {
	margin-bottom: 10px;
}
.box {
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom: 5px;
	margin-top: 15px;
}
