@charset "utf-8";

/* ===============================================

 トップページ
 
=============================================== */

/* -----------------------------------------------
 body背景
-------------------------------------------------- */
body {
	background:#FFF url(../index_img/bcg_body.gif) repeat-x center top;
}


/* -----------------------------------------------
 サイドバー
-------------------------------------------------- */
body#index div#sidebar {
	padding-top:20px;
}


/* -----------------------------------------------
 キービジュアル
-------------------------------------------------- */
p#cover {
	width:720px;
	margin:10px auto;
	padding-bottom:10px;
}


/* -----------------------------------------------
 キャンペーンバナー
-------------------------------------------------- */
p#campaign {
	margin-bottom:20px;
}


/* -----------------------------------------------
 ニュース
-------------------------------------------------- */
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-left:8em;
	background:url(../index_img/border_dotted.gif) repeat-x left bottom;
}


/* -----------------------------------------------
 メッセージ
-------------------------------------------------- */
div#message {
	margin-bottom:40px;
}
div#message h2 {
	margin-bottom:10px;
}


/* -----------------------------------------------
 clearfix
-------------------------------------------------- */
div#news dl:after,
div#message:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
div#news dl,
div#message {
	zoom:1;
}
