@charset "utf-8";

#index h2{
	background-image:url(../img_index/mds_indexh2.jpg);
	padding:10px 25px;
	color:#80564a;
	font-size:120%;
}
#whatsnew{
	padding-bottom:20px;
}
#whatsnew li{
	line-height:20px;
	border-bottom:#fad72c 1px dashed;
	padding:10px 0 10px 90px;
}
#whatsnew li.new{
	background-image:url(../img_index/new.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#whatsnew li.finished{
	background-image:url(../img_index/finished.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#whatsnew li.bosyutyu{
	background-image:url(../img_index/bosyutyu.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#indexbanner{
	width:100%;
	margin-bottom:50px;
}
#indexbanner td{
	padding:4px;
}