@charset "UTF-8";
/* ---------------
index.css
インデックスページ
--------------- */

/* タイトル */
.categoryTitle {
	position:relative;
	margin-bottom:5px;
}
.categoryTitle a {
	position:absolute;
	top:3px; right:3px;
}

.topNews {
	border:1px solid #DFDFDF;
	background:#fff;
	padding:5px;
}
.topNews dl {
	background:#F2F2F2;
	padding:15px 10px 5px;
}
.topNews dl dt {
	padding-left:15px;
}
.topNews dl dd {
	margin:0 0 10px 15px;
}

.newsList dl dt {
	background:url(../img/index/new_arr.gif) no-repeat left center;
}
.infoList dl dt {
	background:url(../img/index/info_arr.gif) no-repeat left center;
}

#banArea {
	margin:20px 0 10px 0;
}
#banArea ul {
	float:right;
}
#banArea ul li {
	display:inline;
}