@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	}
html,body{
	height: 100%;
	}
body {
	background:url(../img/common/bg_grn-6.jpg) no-repeat top center #0D2211;
	font-size: 12px;
	font-family: "メイリオ", "ＭＳ ゴシック", "Osaka－等幅","Verdana", "ヒラギノ角ゴ Pro W3";
	color: #efefef;
	margin: 0px;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size: 100%;
	}

li {
	list-style-type: none;
	}

img {
	border:medium none;
	}
a:link {outline: none;text-decoration: none;color: #75b46b;}
a:visited {outline: none;color: #75b46b;}
a:hover {outline: none;text-decoration: none;color: #b7e4aa;}
a:active {outline: none;text-decoration: none;color: #efefef;}
img {border: 0px;}
h1 {font-size: 100%;margin: 0;font-weight: normal;color: #FFFFCC;padding-top: 10px;text-align:left;}
h3 {font-size: 10px;margin: 0px;text-align: center;font-weight: normal;}
h4 {font-size: 14px;margin: 10px 0px 0px 0px;text-align: center;font-weight: normal;color: #d5d5d5;}
h5 {}
#header {
	background-image: url(../img/common/header/bg_head_01.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 115px;
	background-color: #001F06;
	margin: 0px;
	}
.header_1 {
	width: 1100px;
	overflow:hidden;
	margin: 0px auto ;
	}
img.logo {
	margin: 0px 0px 0px 5px;
	}
#header_bg_wht {
	width: 1100px;
	margin: 0px auto;
	}
p.header_info {
	background-color: #001F06;
	width: 670px;
	height: 40px;
	margin: 2px 0 0 5px;
	padding: 10px;
	float: left;
	font-size:11px;
	color: #ffffcc;
	line-height:1.6em;
	}
#container {
	width: 1110px;
	height: auto;
	margin: 0px auto;
	text-align: center;
	overflow:hidden;
	}
#container_under {
	width: 900px;
	height: auto;
	margin: 0px auto;
	text-align: center;
	}