@charset "utf-8";

/*======================================================================
トップページ
======================================================================*/
#header {
	margin-bottom:0;
}
div.contents {
	background:none;
}
div.contents h2 {
	display:block;
	margin:0;
}


/* メインイメージ
======================================================================*/
div#mainImage {
	height:415px;
	margin-bottom:20px;
/*	padding-top:10px;*/
	background:#eff1f1 url(../img/top/mainImageBg.gif) 0 100% repeat-x;
}


/* 最新情報
======================================================================*/
div#whatsnewBox {
	float:left;
	width:660px;
}
div#whatsnewBox .inner {
	padding:15px;
	border:1px solid #cfd4d6;
	border-top:none;
}
div#whatsnewBox dd {
	margin:-1.5em 0 10px 0;
	padding:0 0 10px 7em;
	border-bottom:1px dotted #cfd4d6;
}
div#whatsnewBox .gotoList {
	text-align:right;
}
div#whatsnewBox .gotoList a {
	padding-left:15px;
	background:url(../img/common/arrowRight1.gif) 0 0 no-repeat;
}


/* その他エリア
======================================================================*/
div#otherBox {
	float:right;
	width:220px;
}
div#otherBox ul li {
	margin-bottom:10px;
	text-align:center;
}





