@charset "Shift_JIS";

/* ----------------------------------------
	index.html
---------------------------------------- */
body {
	background: url(../img/index/body_bg.gif) repeat-x;
	background-position: 0 504px;
}

#main_img {
	background: url(../img/index/top_bg.gif) repeat-x;
	height: 381px;
}
#main_img img {
	display: block;
	margin: auto;
}
#contents_wrap {
	background: url(../img/common/contents_wrap_bg.gif) top center no-repeat;
}
#contents_left {
	width: 269px;
	margin-left: 30px;
	float: left;
}
#item_list_wrap {
	width: 256px;
	margin-top: 13px;
	margin-left: 8px;
}
#item_list {
	background: url(../img/index/item_list_bg.gif) repeat-y;
	padding-left: 14px;

}
#item_list li{
	background: url(../img/index/item_list_pointer.gif) no-repeat;
	padding-left: 18px;
	margin-bottom: 15px;
}
#item_list img {
	margin-bottom: 13px;
	cursor: pointer;
}

#item_list li img {
	margin-bottom: 10px;
}
#item_list li ul {
	display: none;
}
#item_list li ul li {
	background: none;
	padding: 0;
	margin: 0;
}
#item_list li ul li img {
	margin: 0;
}
#item_list #item_list_bottom {
	margin: 0;
}

#contents_right {
	width: 455px;
	float: left;
	margin-left: 10px;
}
#information_wrap {
	width: 440px;
	margin-bottom: 11px;
	
}
#information {
	background: url(../img/index/new_bg.gif) repeat-y;
	padding-top: 5px;
	padding-left: 12px;
}
#information_inner {
	margin: 5px 0 0 3px;
	width: 412px;
	height: 96px;
	overflow: auto;
}

#information table {
	padding-left: 5px;
}
#information tr{
	line-height: 30px;
	width: 407px;
	border-top: 2px #eaebec solid ;
}
#information th {
	padding-left: 14px;
	width:66px;
	padding-right: 21px;
}
#information td {
	background: url(../img/index/new_pointer.gif) no-repeat left center;
	padding-left: 15px;
	width: 296px;
}
