@charset "shift_jis";

/* ===================================================
	Index CSS
====================================================== */


/* コンテンツ内レイアウト */

div#center{
	float: left;
	width: 494px;
}

div#topics{
	float: right;
	width: 121px;
}



/* センター内 */

.title{
	margin: 0 0 7px;
	padding-left: 18px;
	height: 22px;
	line-height: 22px;
	color: #287839;
	font-size: 0.75em;
	font-weight: bold;
	background: url(../img/index/title_bg.jpg) no-repeat left center;
}

div#info{
	margin: 0 0 12px;
	padding-bottom: 20px;
	background: url(../img/index/info_btm.jpg) no-repeat left bottom;
}

#info .title{
	margin: 0;
	height: 30px;
	background: url(../img/index/info_title.jpg) no-repeat left top;
}

#info .body{
	padding: 0 7px;
	background: url(../img/index/info_body.jpg) repeat-y left top;
}

.body ul{
	margin: 0 12px;
	padding-left: 12px;
	list-style:disc;
}

.body ul li{
	line-height: 28px;
	font-size: 0.75em;
}


/* トピックス */

#topics li{
	margin-bottom: 7px;
}


