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

@import "./reset.css";

html,body {
	height: 100%;
}

img {
	margin: 0px;
	border: none;
}

body {
	margin: 0px;
	background-image: url(../images/background/bg.gif);
	background-repeat: repeat;
}

/* ---------------------------------------- コンテナ ---------------- */
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #DFDFDF;
	border-right-color: #DFDFDF;
	background-color: #FFF;
}

/* ---------------------------------------- ヘッダー ---------------- */
#header {
	margin: 0px;
	height: 100px;
	width: 880px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#header h1 {
	background-image: url(../images/header/logo.gif); /* ---------------- logo ----------- */
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 250px;
	text-indent: -999em;
	display: block;
	float: left;
}
#header h1 a {
	display: block;
	height: 100px;
	width: 250px;
	overflow: hidden;
	text-indent: -999em;
	float: left;
}
#header #search {
	float: right;
	padding-top: 40px;
	text-align: right;
	padding-right: 10px;
	width: 220px;
}
#header #search_title  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	background-image: url(../images/header/search_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	padding-left: 24px;
	display: block;
	padding-top: 8px;
}

/* ----------------------------------------------------- navigation ----------- */
#navi {
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#navi ul {
	display: block;
	width: 880px;
	height: 50px;
	float: left;
}
#navi ul li{
	display: block;
	float: left;
	height: 50px;
	width: 176px;
}
#navi ul #navi_home a {
	background-image: url(../images/navi/navi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 176px;
	text-indent: -999em;
	float: left;
	display: block;
	overflow: hidden;
}

#navi ul #navi_home a:hover {
	background-image: url(../images/navi/navi.jpg);
	background-repeat: no-repeat;
	background-position: left -49px;
	height: 50px;
	width: 176px;
	text-indent: -999em;
	float: left;
	display: block;
	overflow: hidden;
}
#navi ul #navi_home_now a {
	background-image: url(../images/navi/navi.jpg);
	background-repeat: no-repeat;
	background-position: left -49px;
	height: 50px;
	width: 176px;
	text-indent: -999em;
	float: left;
	display: block;
	overflow: hidden;
}

#navi ul #navi_news a {
	background-image: url(../images/navi/navi.jpg);
	background-repeat: no-repeat;
	background-position: -176px top;
	text-indent: -999em;
	display: block;
	height: 50px;
	width: 176px;
	overflow: hidden;
}

#navi ul #navi_news a:hover {
	background-image: url(../images/navi/navi.jpg);
	background-repeat: no-repeat;
	background-position: -176px -49px;
	text-indent: -999em;
	display: block;
	height: 50px;
	width: 176px;
	overflow: hidden;
}

#navi ul #navi_report a {
	background-image: url(../images/navi/navi.jpg);
	background-repeat: no-repeat;
	background-position: -352px top;
	text-indent: -999em;
	display: block;
	height: 50px;
	width: 176px;
	overflow: hidden;
}

#navi ul #navi_report a:hover {
	background-image: url(../images/navi/navi.jpg);
	background-repeat: no-repeat;
	background-position: -352px -49px;
	text-indent: -999em;
	display: block;
	height: 50px;
	width: 176px;
	overflow: hidden;
}

#navi ul #navi_ouendan a {
	background-image: url(../images/navi/navi.jpg);
	background-repeat: no-repeat;
	background-position: -528px top;
	text-indent: -999em;
	display: block;
	height: 50px;
	width: 176px;
	overflow: hidden;
}

#navi ul #navi_ouendan a:hover {
	background-image: url(../images/navi/navi.jpg);
	background-repeat: no-repeat;
	background-position: -528px -49px;
	text-indent: -999em;
	display: block;
	height: 50px;
	width: 176px;
	overflow: hidden;
}

#navi ul #navi_message a {
	background-image: url(../images/navi/navi.jpg);
	background-repeat: no-repeat;
	background-position: -704px top;
	text-indent: -999em;
	display: block;
	height: 50px;
	width: 176px;
	overflow: hidden;
}

#navi ul #navi_message a:hover {
	background-image: url(../images/navi/navi.jpg);
	background-repeat: no-repeat;
	background-position: -704px -49px;
	text-indent: -999em;
	display: block;
	height: 50px;
	width: 176px;
	overflow: hidden;
}
.page_top {
	clear: both;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.page_top p {
	text-align: right;
}
.page_top a {
	color: #333;
	text-decoration: none;
	background-image: url(../images/common/gry_up.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#footer {
	height: 46px;
	width: 880px;
	background-color: #166dad;
	clear: both;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
