/* CSS Document */

* {
	padding:0;
	margin:0;
}

img {
	border: 0 none;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 1.5;
}
a {
	color: #FAFAFA;
}
a:hover {
	color: #CCCCCC;
}

#header {
	overflow: hidden;
	position:fixed;
	width: 100%;
	min-width: 980px;
	min-height: 0px;
	height: 100px;
	z-index: 1000;
	background-image: url(../images/common/bg_opacity_gray.png);
}

#header_box {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}

#contents {


}

a:hover {
	color: #84796d;
}
.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

h1#logo {
	height: 100px;
	width: 300px;
	text-indent: -9999px;
	float:left;
	background-image: url(../images/common/top_logo.png);
	background-repeat: no-repeat;
}
h1#logo a {
	height: 100px;
	width: 300px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/* NAVIGATION
 ------------------------------------------*/
#navi {
	float:left;
}
#navi ul {
	width: 600px;
	padding: 0px;
}
#navi ul li {
	overflow: hidden;
	float: left;
}
#navi li, #navi li a {
	height: 100px;
	display: block;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent: -9999px;
	text-decoration: none;
	font-size: 1px;
	background-position:left top;
}
.navi_01, .navi_01 a {
	width: 100px;
	background: transparent url(../images/common/navi_01.png) 0px 0px no-repeat;
}
.navi_02, .navi_02 a {
	width: 100px;
	background: transparent url(../images/common/navi_02.png) 0px 0px no-repeat;
}
.navi_03, .navi_03 a {
	width: 100px;
	background: transparent url(../images/common/navi_03.png) 0px 0px no-repeat;
}
.navi_04, .navi_04 a {
	width: 100px;
	background: transparent url(../images/common/navi_04.png) 0px 0px no-repeat;
}
.navi_05, .navi_05 a {
	width: 100px;
	background: transparent url(../images/common/navi_05.png) 0px 0px no-repeat;
}
.navi_06, .navi_06 a {
	width: 100px;
	background: transparent url(../images/common/navi_06.png) 0px 0px no-repeat;
}

#navi li a.here, #navi li a:hover {
	background-position:left bottom;
}
#socialButton {
	width: 87px;
	height: 29px;
	position: absolute;
	left: 893px;
	top: 0px;
}
#socialButton li {
	float:left;
}
/* CLEAR
 ------------------------------------------*/
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }
.clear { clear:both; }


/* フッター
 ------------------------------------------*/
#footer {
	background-color: #3A3A3A;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-image: url(../images/common/footer_bar.png);
	padding-top: 30px;
	padding-bottom: 20px;
	clear: both;
}
#footer .container {
	position: relative;
	height: 20px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	background-color: #3a3a3a;
}
#return {
	position: absolute;
	right: 0;
	top: -23px;
}
#footer-nav {
	float: left;
	list-style: none;
}

#footer-nav li {
	float: left;
	padding-left: 12px;
	margin-right: 12px;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../images/common/IconFooter.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}

#copyright {
	font-size: 13px;
	line-height: 18px;
	text-align: right;
}
