@charset "utf-8";

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

 トップページのコンテンツ部分
 
================================================== */

div#header {
	position:relative;
	width:100%;
	height:564px;
	background:url(../index_img/bcg_header.gif) no-repeat left top;
}

div#pagebody {
	padding-top:20px;
}
/* ===============================================
▼リード
=============================================== */

div#read {
	padding:20px 20px 10px 20px;
	background-color:#F3DFDD;
}
div#read h2{
	padding-bottom:10px;
	border-bottom:1px solid #FFF;
	color:#F66;
}
div#read p.link a{
	display:block;
	float:right;
	background:url(../index_img/bullet_arrow.gif) no-repeat 5px center;
	text-indent:15px;
}
/* ===============================================
▼ニュース
=============================================== */

div#news dl {
	line-height:1.4;
}
div#news dl dt {
	display:block;
	float:left;
	clear:left;
	width:7em;
	background:url(../index_img/bullet_arrow.gif) no-repeat 5px center;
	text-indent:15px;
}
div#news dl dd {
	margin-bottom:8px;
	padding-bottom:8px;
	padding-right:15px;
	padding-left:8em;
	background:url(../common_img/border_dotted.gif) repeat-x left bottom;
}

/* -----------------------------------------------
 clearfix
-------------------------------------------------- */
div#cover ul:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

div#cover ul {
	zoom:1;
}

div#movie{
}