﻿@charset "utf-8";
/* CSS Document */


body {
	width: 930px;
	margin: 0 auto;
	background: #000;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#wrapper {
	width: 930px;
}
/*-----------　 ヘッダー　----------- */

#header {
	width:910px;
	padding: 10px;
}
#header h2 {
	width:308px;
	height:163px;
	background: url(../../img/index_header_logo.png) no-repeat;
	text-indent:-9999px;
}
#header h1 {
	width:308px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}
h1 span {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}
/*-----------　 コンテンツ　----------- */

#main {
	width: 930px;
	height: 785px;
	background: url(../../img/index_bg.jpg) center no-repeat;
}
#main .menu {
	padding: 20px 0 0 10px;
}
#main li a {
	display: block;
	text-indent: -9999px;
}
#main li.enter a {
	width:268px;
	height: 80px;
	background: url(../../img/index_enter_off.png) no-repeat;
	float: left;
}
#main li.enter a:hover {
	width:268px;
	height: 80px;
	background: url(../../img/index_enter_on.png) no-repeat;
}
#main li.leave a {
	width:185px;
	height: 57px;
	margin: 10px 0 0 10px;
	background: url(../../img/index_leave_off.png) no-repeat;
	float: left;
}
#main li.leave a:hover {
	width:185px;
	height: 57px;
	background: url(../../img/index_leave_on.png) no-repeat;
}
p.oldover {
	width:268px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #f9407a;
}
li.mobile {
	width: 250px;
	height: 80px;
	padding-top: 30px;
	clear:both;
}
.text_box {
	width: 890px;
	margin: 30px 10px 0 10px;
	padding: 10px;
	background: url(../../img/index_text_bg.png) repeat-y;
	color:#FFF;
	line-height: 30px;
}
/*-----------　 サブコンテンツ　----------- */

div#sub {
	width: 930px;
	margin: 0 auto;
	background: url(../../img/index_fotter_bg.gif);
}
div.pickup_site {
	width: 930px;
	margin: 0 auto;
}
div.pickup_site table {
	width: 930px;
	margin: 10px auto;
}
div.pickup_site table tr td {
	padding: 10px 0;
}
div.pickup_site table td p {
	width: 280px;
	padding: 10px;
	color: #FFF;
	text-align: left;
}
div.pickup_site2 {
	width: 770px;
	margin: 0 auto;
	overflow: hidden;
}
div.pickup_site2 h4 {
	background-color: #666;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
div.pickup_site2 ul li {
	width: 172px;
	padding: 10px 10px 0 10px;
	float: left;
}
/*-----------　 フッター　----------- */

div#footer {
	width: 910px;
	padding: 20px 0 0 10px;
}
div.fnavi {
	padding-top: 10px;
	overflow: hidden;
}
div.footer_logo {
	width: 137px;
	height: 67px;
}
div.fnavi ul li {
	float: left;
	padding-right: 10px;
}
div.fnavi, div.f_lo_navi {
	padding-top: 10px;
	overflow: hidden;
}
div.fnavi ul li, div.f_lo_navi ul li {
	float: left;
	padding-right: 10px;
}
div.fnavi ul li a, div.f_lo_navi a, div.f_lo_navi ul li span {
	color: #CCCCCC;
}
div.fnavi ul li a:hover, div.f_lo_navi ul li a:hover {
	color: #FF73AC;
}
div#footer .stop_word, div#footer address {
	padding-top: 10px;
	color: #666;
}
div.stop_box {
	overflow:hidden;
}
div.fotter_stop_eighteen {
	width: 100px;
	height: 80px;
	padding-top: 10px;
	float: left;
}
div.stop_word {
	line-height: 20px;
	padding-left: 10px;
	float: left;
}
div#footer address {
	padding-bottom: 10px;
	clear: both;
}

/*-----------フッター（20120724平井追加）----------- */

div.f_lo_navi {
	padding-top: 10px;
	overflow: hidden;
	display: inline-block;
}

div.f_lo_navi a:hover {
	color: #FF73AC;
}