﻿@charset "UTF-8";
/* CSS Document */
@import	"../css/common.css";

/*topPage*/
/*-----------------------------------------------------------------------*/
/*【topNavigation】*/
/*-----------------------------------------------------------------------*/
#top-naiv {
	height: 183px;
	margin: 0 auto 6px auto;
}
#top-naiv ul {
	margin-left: 15px;
	font-size: 0;
	line-height: 0;
	list-style: none;
}
#top-naiv ul li {
	float: left;
	width: 212px;
	height: 183px;
}
#top-naiv ul li#top-naiv-water {
	margin: 0 9px 0 0;
	background: url(../image/back_topnavi_water.png) no-repeat;
}
#top-naiv ul li#top-naiv-sun {
	margin: 0 9px 0 0;
	background: url(../image/back_topnavi_sun.png) no-repeat;
}
#top-naiv ul li#top-naiv-earth {
	background: url(../image/back_topnavi_earth.png) no-repeat;
}
#top-naiv ul li img {
	margin: 5px auto 12px 5px;
}
#top-naiv ul li a:link,
#top-naiv ul li a:visited,
#top-naiv ul li a:active,
#top-naiv ul li a:hover {
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#top-naiv ul li span {
	display: block;
	font-size: 12px;
	text-align: center;
}
/*clearHack*/
#top-naiv ul {zoom:1;}
#top-naiv ul:after {content:" ";clear:both;height:0;display:block;visibility:hidden;}

/*-----------------------------------------------------------------------*/
/*【topCatch】*/
/*-----------------------------------------------------------------------*/
#top-catch {
	width: 630px;
	margin: auto auto 15px auto;
}

/*-----------------------------------------------------------------------*/
/*【bannerArea】*/
/*-----------------------------------------------------------------------*/
div.main-banner {
	width: 660px;
	margin: auto auto 6px auto;
}
#sub-banner {
	width: 660px;
	margin: auto auto 24px auto;
}
#sub-banner ul {
	font-size: 0;
	line-height: 0;
	list-style: none;
}
#sub-banner ul li {
	float: left;
	margin-right: 12px;
}
#sub-banner ul li.list-stop {
	margin-right: 0;
}
/*clearHack*/
#sub-banner ul {zoom:1;}
#sub-banner ul:after {content:" ";clear:both;height:0;display:block;visibility:hidden;}

/*-----------------------------------------------------------------------*/
/*【INFORMATION】*/
/*-----------------------------------------------------------------------*/
#top-info {
	width: 660px;
	margin: auto auto 24px auto;
}
#top-info-title {
	width: 660px;
	margin-bottom: 3px;
	background: url(../image/top_title_info.png) no-repeat;
}
#top-info-title h2 {
	width: 660px;
	height: 32px;
	background: url(../image/top_title_info.png) no-repeat;
}
#top-info-title h2 span {
	display: none;
}
#info-box {
	width: 660px;
	margin: auto;
	padding: 12px 0;
	background: #ebebeb;
}
#info-box-inner {
	margin: auto 12px;
	padding: 12px 0 1px 0;
	background: #f5f5f5;
}
#info-box-inner ul {
	margin: 0 18px 0 15px;
	list-style: none;
}
#info-box-inner ul li {
	padding-left: 12px;
	background: url(../image/top_info_icon.png) no-repeat 0 2px;
	border-bottom: 1px dashed #a0a0a0;
	margin-bottom: 15px;
}
#info-box-inner ul li span {
	display: block;
	color: #f67f00;
}


/*-----------------------------------------------------------------------*/
/*【bullboard】*/
/*-----------------------------------------------------------------------*/
#bullboard {
	width:650px;
	margin:20px auto 20px auto;
	background:#ffffdd;
	border:1px solid #dcdcdc;
}
#bullboard-inner {
	padding:10px;
}
#bullboard h2 {
	font-weight:bold;
	font-size:1.2em;
	display:block;
	color:#cc0000;
}
#bullboard p {
	margin-top:5px;
	margin-bottom:5px;
}
#bullboard #freedial {
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
#bullboard h3 {
	font-weight:bold;
	font-size:1em;
	display:block;
}
#bullboard table {
	border-collapse:collapse;
	empty-cells:show;
}
#bullboard table th {
	font-weight:normal;
	padding:1px;
}
#bullboard table td {
	padding:1px;
	padding-left:10px;
	text-align:right;
}

