@charset "utf-8";

/* ===============================================

 layout.css（トップページ用）
 
================================================== */


/* -----------------------------------------------
 container
-------------------------------------------------- */

#container {
	min-width: 930px;
	overflow: hidden;
}

div#container h1 {
	text-indent:-9999px;
}

/* -----------------------------------------------
 header
-------------------------------------------------- */

.index div#header {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:100px;
	width: 1014px;
	height:630px;
	position:relative;
}

.index div#header p.logo {
	position:absolute;
	top:0px;
	left:40px;
	width:217px;
	height:162px;
}

.index div#header p.copy {
	position:absolute;
	top:40px;
	right:30px;
	width:111px;
	height:414px;
}

.index div#header h2.ttl {
	position:absolute;
	top:300px;
	left:30px;
	width:570px;
	height:280px;
	z-index:10;
}

.index div#header p.icatch {
	position:absolute;
	top:0px;
	left:0px;
	width:1014px;
	height:520px;
}

.index div#header p.date {
	position:absolute;
	top:505px;
	right:23px;
	width:363px;
	height:73px;
}

.index div#header p.kaijou {
	position:absolute;
	top:600px;
	left:40px;
	width:937px;
	height:43px;
}

/* -----------------------------------------------
 content
-------------------------------------------------- */

div#content {
	clear:both;
	margin: 0 auto;
	padding-bottom:40px;
	width:980px;
}

.index div#content div.section {
	margin-bottom:20px;
	overflow:hidden;
	clear:both;
}

.index div#global div.section {
	margin-bottom:10px;
}

/* kyousan */
.index div#kyousan {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	width:930px;
	height:130px;
	position:relative;
}

.index div#kyousan a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

.index div#kyousan dt{
	margin-bottom:20px;
}

.index div#kyousan div.kyousan-01{
	width:450px;
	float:left;
}

.index div#kyousan div.kyousan-01 li{
	float:left;
	margin-right:6px;
	background-color:#FFF;
}

.index div#kyousan div.kyousan-01 li.lastChild{
	margin-right:0px;
}

.index div#kyousan div.kyousan-02{
	width:460px;
	float:right;
}

.index div#kyousan div.kyousan-02 li{
	float:left;
	margin-right:6px;
	margin-bottom:6px;
	background-color:#FFF;
}

.index div#kyousan div.kyousan-02 li.lastChild{
	margin-right:0px;
}

/* global */
.index div#global {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	padding-top:30px;
	padding-bottom:15px;
	width:980px;
	height:auto;
	background: url(../images/bcg_global.png) repeat top left;
	border:1px solid #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.index div#global .section{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:930px;
	margin-bottom:25px;
}

.index div#global .btnArea{
	clear:both;
	margin:0 auto;
	width:930px;
	overflow:hidden;
}

.index div#global .btnArea li{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.index div#global .btnArea li.lastChild{
	margin-right:0px;
}

/* leftBox */
.index div.leftBox {
	float:left;
	width:500px;
}

/* rightBox */
.index div.rightBox {
	float:right;
	width:400px;
	height:262px;
}

.index div.news {
	width:400px;
	height:262px;
	padding-top:60px;
	background:url(../images/bcg_news.png) no-repeat top left;
}

.index div.news dl{
	margin:0 20px;
	height:180px;
	overflow: auto;
}

.index div.news dt{
	text-align:center;
	font-size:80%;
}

.index div.news dd{
	border-bottom:1px solid #CCC;
	margin-bottom:8px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}

.index div.news dd.lastChild{
	border-bottom:0px;
}

.index div.facebook {
	margin-bottom:10px;
}

.index div.facebook a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

header.fw-feed-title{
	display: none !important;
}

/* -----------------------------------------------
 footer
-------------------------------------------------- */

div#footer {
	clear:both;
	min-width:980px;
	margin-right:auto;
	margin-left:auto;
	height:123px;
	width:100%;
	background: url(../images/bcg_footer.png) repeat-x top;
}

div#footer div.wrapper{
	margin:0 auto;
	width:980px;
	position:relative;
}

div#footer p.logo {
	padding-top:15px;
	margin-bottom:0px;
}

div#footer ul.address {
	width:650px;
	position:absolute;
	top:25px;
	left:150px;
}

div#footer ul.address li{
	margin-bottom:2px;
}

div#footer ul.address li.ttl{
	font-weight:bold;
	margin-bottom:10px;
}

div#footer p.copyright {
	position:absolute;
	bottom:0px;
	right:0;
}

div#footer ul.address {
	width:650px;
	position:absolute;
	top:20px;
	left:150px;
}

div#footer ul.address li{
	margin-bottom:0px;
	float: left;
}

div#footer ul.address li.ttl{
	font-weight:bold;
	margin-bottom:5px;
}

/* -----------------------------------------------
 clearfix
-------------------------------------------------- */

div#content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

div#content {
	zoom:1;
}
