@charset "UTF-8";
/* navi style
---------------------------*/
#menu {
	height: 80px;
	width: 900px;
	float: left;
	margin-top: 0px;
}
#menu_navi {
	float: left;
	height: 80px;
	width: 900px;
	background-image: url(../img/about/menu_bg.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	background-position: bottom;
}
#menu_navi ul {
	font-size: 0px;
	float: left;
	height: 80px;
	width: 860px;
	margin-right: 20px;
	margin-left: 20px;
}
#menu_navi ul li {
	list-style-type: none;
	display: block;
	height: 80px;
	width: 215px;
	float: left;
}
#menu_navi ul li a {
	list-style-type: none;
	background-image: url(../img/index/top_item/top_navi.png);
	display: block;
	background-repeat: no-repeat;
	height: 80px;
	width: 215px;
	float: left;
}
#menu1 a {
	background-position: 0px 0px;
	overflow: hidden;
}
#menu2 a {
	background-position: -215px 0px;
	overflow: hidden;
}
#menu3 a {
	background-position: -430px 0px;
	overflow: hidden;
}
#menu4 a {
	background-position: -645px 0px;
	overflow: hidden;
}
/* navi a:hover style
---------------------------*/
#top_menu_navi ul li a:hover {
	list-style-type: none;
	background-image: url(../img/index/top_item/top_navi_hover.png);
	display: block;
	background-repeat: no-repeat;
	height: 80px;
	width: 215px;
	float: left;
}
#menu1 a:hover {
	background-position: 0px 0px;
	overflow: hidden;
}
#menu2 a:hover {
	background-position: -215px 0px;
	overflow: hidden;
}
#menu3 a:hover {
	background-position: -430px 0px;
	overflow: hidden;
}
#menu4 a:hover {
	background-position: -645px 0px;
	overflow: hidden;
}
/* contents style
---------------------------*/
#top_contents {
	background-position: -80px;
	float: left;
	background-color: #e6e5d7;
	width: 800px;
	padding-right: 50px;
	padding-left: 50px;
}
#topic_box {
	float: left;
	height: auto;
	width: 800px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#index {
	width:800px;
	height:80px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e94831;
}
#shop_box {
	float: left;
	height: auto;
	width: 800px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #960;
	padding-bottom: 10px;
}
#container #top_contents #shop_box #shop_img img {
	margin-right: 10px;
}
#info {
	float: right;
	width: 300px;
	padding-top: 10px;
	line-height: 1.4em;
	font-weight: 100;
	font-size: .9em;
}
#info li {
	list-style-type: square;
	list-style-position: inside;
	font-weight: 100;
}
#shop_img {
	float: left;
	width: 480px;
	padding-top: 10px;
	padding-left: 10px;
}