@charset "utf-8";

/*
	File Name   : index.css
	Author      : Kensuke Takahashi
	Description : トップページ用スタイル
*/


/* Flash
----------------------------------------------------------- */
div#mainFlash {
	position: absolute;
	top: 139px;
	left: 0;
}


/* 右
----------------------------------------------------------- */
div#indexSide {
	float: right;
	width: 296px;
	line-height: 1.5;
	margin-left: 14px;
	padding-bottom: 1em;
}

* html div#indexSide {
	overflow: hidden;
}

div#convenienceNavi {
	margin-bottom: 10px;
	padding-bottom: 12px;
	background: url(../img/index/convenience_bg.png) no-repeat left bottom;
}

div#convenienceNavi dl {
	position: relative;
	height: 1%;
	margin: 0 13px 0 7px;
	background: url(../img/index/convenience_line.png) no-repeat left bottom;
}

div#convenienceNavi dl.lastChild {
	background: none;
}

div#convenienceNavi dl dt {
	padding: 8px 5px 0 115px;
}

div#convenienceNavi dl dd {
	padding: 0 5px 3px 127px;
}

div#convenienceNavi dl dd img {
	position: absolute;
	top: 8px;
	left: 8px;
}

div#noteworthy {
	margin-bottom: 1em;
	background: url(../img/index/noteworthy_bg.png) no-repeat left bottom;
}

div#noteworthy h2 {
	position: relative;
	left: -12px;
}

div#noteworthy h3 {
	margin: 0 0 7px 25px;
}

div#noteworthy dl dt {
	float: left;
	padding: 0 5px 18px 15px;
}

div#noteworthy dl dd {
	float: right;
	width: 150px;
	padding: 0 12px 18px 0;
}

div#support h2 {
	margin: 0 0 10px 10px;
}

div#support dl dd {
	margin: 5px 0 1em 5px;
}

div#indexSide p {
	clear: both;
}


/* 中
----------------------------------------------------------- */
div#akaheruInfo {
	float: right;
	width: 378px;
	line-height: 1.5;
	padding: 300px 0 1em;
}

div#accessNavi {
	clear: both;
	width: 371px;
	margin: 1em 0;
	border: 1px solid #e5e5e5;
}

div#accessNavi ul {
	padding-top: 5px;
}

div#accessNavi ul li {
	padding: 0 0 5px 5px;
}

div#news {
	position: relative;
	padding-top: 10px;
}

div#news dl dt {
	clear: both;
	padding: 10px 15px 5px;
	color: #1374bb;
	font-weight: bold;
}

div#news dl dd {
	float: right;
	width: 245px;
	padding: 0 15px 0 0;
}

div#news dl dd.newsPh {
	float: left;
	width: 92px;
	padding: 0 0 0 15px;
}

div#news dl dd.newsPh img {
	border: 1px solid #1374bb;
}

div#news dl dd.atten {
	float: left;
	width: 340px;
	padding: 0 0 0 15px;
}

div#news p {
	position: absolute;
	top: 17px;
	right: 13px;
	margin: 0;
}

div#news p img {
	vertical-align: top;
}


/* 左
----------------------------------------------------------- */
div#carpInfo {
	width: 266px;
	padding: 300px 0 1em;
}

div#carpInfo dl {
	margin-bottom: 1em;
	padding: 0 7px 10px 1px;
	text-align: center;
	background: url(../img/index/carpinfo_bg.png) no-repeat left bottom;
}

div#carpInfo dl dd {
	margin-bottom: 10px;
}

div#carpInfo dl dd div#movie {
	height: 261px;
}
