@charset "UTF-8";

/* 共通 */

/* header */
header {
	width: 900px;
	height: 100px;
	margin: 0px auto;
	_overflow: hidden;
	position: relative;
}

header h1 {
	width: 146px;
	height: 61px;
	background: url(../../images/common/logo.png) no-repeat;
	text-indent: -9999px;
	float: left;
	margin-top: 25px;
}

header h1 a {
	display: block;
	width: 146px;
	height: 61px;
}

/* header navi */
ul#nav {
	float: right;
	width: 676px;
	height: 40px;
	margin-top: 60px;
}

#nav { position: relative; }  
#nav li { list-style: none; float: left; position: relative; }

#nav ul { display: none; position: absolute; top: 40px; left: 0; }
* html #nav ul { line-height: 0; }
#nav ul li { float: none; }

#nav ul { width: 168px; }
#nav ul a { 
	display: block;
	width: 155px;
	background: url(../../images/common/header_navi_back.png) repeat;
	padding: 6px;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #fcfcfc;
	border-left: 1px solid #fcfcfc;
	zoom: 1;
	line-height: 1;
}
#nav ul a.hover { background: #444; } 

/* facebook */
#fb_check_box {
	position: absolute;
	top: -5px;
	left: 227px;
	width: 600px;
	height: 60px;
}

#fb_check_btn {
	display: block;
	width: 97px;
	height: 33px;
	background: url(../../images/common/fb_check_btn.png) no-repeat;
	text-indent: -9999px;
	margin-top: 12px; 
	float: left;
}

.fb-like-box {
	float: left;
}


/* main */
#contents {
	width: 900px;
	margin: 0 auto;
	margin-top: 23px;
}

#main {
	width: 670px;
	float: left;
	min-height:500px;
    height:auto !important;
    height:500px;
}

#other_main {
	width: 900px;
	min-height:500px;
    height:auto !important;
    height:500px;
}


/* footer */
footer {
	width: 100%;
	height: 46px;
	text-indent: -9999px;
}

#footer_top {
	width: 100%;
	height: 50px;
	text-indent: -9999px;
	background: url(../../images/common/footer_bg.png) repeat-x;
}

#footer_bottom {
	width: 100%;
	background-color: #2A2A2A;
	padding: 5px 0;
}

#footer_bottom h1 {
	color: #999;
	font-size: x-small;
	font-weight: normal;
}

.footer_inner {
	width: 900px;
	margin: 0 auto;
}

ul#footer_menu {
	float: left;
	width: 80px;
	
	height: 13px;
	background: url(../../images/common/footer_menu.png) no-repeat;
	margin-top: 16px;
}
/* 個人情報復活の時は↑width: 234px; */

ul#footer_menu li {
	float: left;
	display: block;
	height: 13px;
	overflow: hidden;
}
ul#footer_menu li a {
	display: block;
	height: 13px;
}

#footer_menu01 a {width: 74px;}
#footer_menu02 a {width: 144px;margin-left: 16px;}
#footer_menu01 a:hover {background: url(../../images/common/footer_menu.png) 0px -13px no-repeat;}
#footer_menu02 a:hover {background: url(../../images/common/footer_menu.png) -90px -13px no-repeat;}

address {
	float: right;
	width: 245px;
	height: 12px;
	background: url(../../images/common/copyright.png) no-repeat;
	margin-top: 15px;
}