@charset "utf-8";

/* ========================================================
	index css => indexページ用css
======================================================== */

div#headContainer {
	margin-bottom: 15px;
}

/* メイン
============================================================================================================ */
div#mainImage {
	width: 800px;
	margin: 0 auto 15px;
}
div#mainImage h2 {
	border: 8px solid #ffffff;
}

/* コンテンツ
============================================================================================================ */
div#bnrArea {
	width: 550px;
}
* html div#bnrArea {
	overflow: hidden;
}
div#bnrArea ul {
	width: 575px;
	zoom: 1;
}
div#bnrArea ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#bnrArea ul li {
	float: left;
	margin-right: 10px;
	padding-bottom: 15px;
}


