@charset "utf-8";
/* CSS Document */
div.body_bg {
	width:100%;
	padding:20px 0 0 0;
	margin-bottom:15px;
	background:url(../img/main_bg.gif) repeat-x left top;
}

/*main_visual*/

div.main {
	width:950px;
	height:320px;
	margin:0 auto;
}

.slideshow {
	width: 950px;
	height: 320px;
	margin:1px auto 0;
}

.slideshow img.mt_0 {
	margin:-1px 0 0 0 !important;
	padding:0 !important;
}


/*//main_visual*/

div.topic_box {
	width:950px;
	margin:0 auto;
	background:url(../img/topic_body.gif) repeat-y left top;
}

div.topic_bottom{
	background:url(../img/topic_bottom.gif) no-repeat left bottom;
}

*:first-child+html div.topic_bottom {
	height:287px;
	background:url(../img/topic_bottom.gif) no-repeat left bottom;
}


div.topic_box ul,
div.topic_box ul li {
	float:left;
}

div.topic_box ul {
	padding-bottom:13px;
}


div.topic_box ul li {
	padding:10px 0 0 10px;
}

div.topic_box ul li.pl {
	padding-left:13px;
}

