#contents {
	float: none;
	width: 980px;
	/*overflow: hidden;*/
}
#main_img {
	margin-bottom: 20px;
}

.menu_box {
	margin-bottom: 7px;
	background-image: url(../images/top/bg_menu_box.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 1000px;
}
#menu_box_wrap {
	width: 980px;
	overflow: hidden;
}

.menu_box dl,
.menu_box dt,
.menu_box dd {
	margin:0;
	padding:0;
}
.menu_box dl {
	width: 209px;
	padding:13px 14px 13px 15px;
	float: left;
	margin-right: 8px;
	background-image: url(../images/top/bg_menu_dl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu_box dt {
height:37px;
}
.menu_box dd {
}
.menu_box dd img {
	float: left;
	margin: 0px 10px 10px 1px;
}
.menu_box dd p {
	margin: 0 0 5px;
}
.menu_box dd ul {
	clear: both;
	margin: 0px;
}
.menu_box dd ul li{
	list-style: none;
}
.menu_box dd ul li a{
	background-image: url(../images/top/icon_arrow.gif);
	background-position: left center;
	padding-left: 15px;
	background-repeat: no-repeat;
}


/*----------clear----------*/
.menu_box {
	zoom: 100%;
}
.menu_box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

