@charset "utf-8";

/* ===============================================

 トップページ
 
=============================================== */

/* -----------------------------------------------
 pagebody背景
-------------------------------------------------- */
body#index div#pagebody {
	width:840px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 5px 0 25px;
	background:url(../index_img/bcg_pagebody.gif) no-repeat center top;
}


/* -----------------------------------------------
 キービジュアル
-------------------------------------------------- */
div#cover {
	width:860px;
	margin:15px auto;
}


/* -----------------------------------------------
 ニュース
-------------------------------------------------- */
div#news {
	margin-bottom:40px;
}
div#news h2 {
	margin-bottom:10px;
}
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;
}


/* -----------------------------------------------
 メッセージ
-------------------------------------------------- */
div#message {
	margin-bottom:40px;
}
div#message h2 {
	margin-bottom:10px;
}


/* -----------------------------------------------
 clearfix
-------------------------------------------------- */
div#message:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
div#message {
	zoom:1;
}
