@charset "utf-8";

* {
	padding: 0px;
	margin: 0px;
}
html {
	scrollbar-track-color: #071925;
	scrollbar-face-color: #071925;
	scrollbar-shadow-color: #071925;
	scrollbar-darkshadow-color: #050703;
	scrollbar-highlight-color: #293a47;
	scrollbar-3dlight-color: #050703;
	scrollbar-arrow-color: #236386;
}
body {
	margin-top: 20px;
	text-align: center;
	background-color: #071925;
	font-size: 1em;
	line-height: 120%;
}
h1, h2 {
	text-indent: -10000px;
	padding:0;
}
a:link, a:active, a:visited {
	color: #db7d0b;
	text-decoration: none;
}
#menu {
	background-image: url(../images/menubg.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 800px;
	padding-top: 5px;
	padding-left: 0px;
	/*text-align: center;*/
	margin-right: auto;
	margin-left: auto;
}
h2 {
	background-image:url(../images/copy.gif);
	background-repeat: no-repeat;
}
#wrapper {
	width: 802px;
	text-align: left;
	margin:0 auto;
	padding:0;
}
#menu .module-list {
	display: inline;
	margin-left: 47px;
}
.module-list-item {
	display: inline;
	margin-left: -3px;
}
#contents {
	border: 1px solid #a9b8bd;
}
/* footer */
#footer {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background-color: #0C3249;
	width: 780px;
	* html #height: 130px;
	*:first-child+html #height: 140px;
	padding: 10px;
	text-align: left;
}
#headline {
	width: 375px;
	height: 115px;
	background-color: #0C3249;
	border: 1px solid #236386;
	font-size: 10px;
	overflow: auto;
	float: left;
	padding:5px;
	color:#a9b8bd;
}

#banner {
	height: 115px;
	width: 375px;
	overflow: auto;
	border: 1px solid #236386;
	float: right;
	padding:5px;
}
#copy {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #ffffff;
	font-size: 10px;
	clear: both;
	padding: 2px 5px;
}
#footer ul {
	list-style-type: none;
}
#banner img {
	border: 1px solid #236386;}
	div {   
    zoom: 100%;   
}  
div:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}