@charset "utf-8";

h2 {
	font-size:1.2em;
}

div#header {
	margin: auto;
	height: 100px;
	width: 800px;
	background-image: url(../img/shop_header_t.png);
}

div#content {
	width: 800px;
	height: 533px;
	margin: auto;
	background-image: url(../img/shop_back_t.jpg);
	background-repeat: no-repeat;
}

div#shop_info {
	font-size: 0.8em;
}

div#shop_info ul li {
	list-style-type: none;
}

div#shop_menu {
	float: left;
	height: auto;
	margin: 0 0 197px 0;
	
}

ul#shop_navi {
	clear: both;
	width: 200px;
}

ul#shop_navi li {
	width: 130px;
	height: 20px;
	margin: 0 0 0 0px;
	padding: 5px 0 0 0;
	list-style-type: none;
	background-repeat: no-repeat;
}

ul.shop_navi li a {
	display:block;
	width: 100%;
	width: 175px;
	height: 20px;
}

ul.shop_navi li.cam a {
	background:url(../img/shop_button_cam_t.png) no-repeat scroll 0 0 transparent;
}

ul.shop_navi li.cam a:hover {
	background:url(../img/shop_button_cam_t.png) no-repeat scroll 0 -20px transparent;
}

ul.shop_navi li.art a {
	background:url(../img/shop_button_art_t.png) no-repeat scroll 0 0 transparent;
}

ul.shop_navi li.art a:hover {
	background:url(../img/shop_button_art_t.png) no-repeat scroll 0 -20px transparent;
}

ul.shop_navi li.pri a {
	background:url(../img/shop_button_pri_t.png) no-repeat scroll 0 0 transparent;
}

ul.shop_navi li.pri a:hover {
	background:url(../img/shop_button_pri_t.png) no-repeat scroll 0 -20px transparent;
}

ul.shop_navi li.sta a {
	background:url(../img/shop_button_sta_t.png) no-repeat scroll 0 0 transparent;
}

ul.shop_navi li.sta a:hover {
	background:url(../img/shop_button_sta_t.png) no-repeat scroll 0 -20px transparent;
}

ul.shop_navi li.acc a {
	background:url(../img/shop_button_acc_t.png) no-repeat scroll 0 0 transparent;
}

ul.shop_navi li.acc a:hover {
	background:url(../img/shop_button_acc_t.png) no-repeat scroll 0 -20px transparent;
}





ul#footer_navi {
	
}



div#footer	{
	width: 800px;
	height: 30px;
	margin: auto;
	padding: 8px 0;
	background-image: url(../img/menu_price_t_footer.png);
	background-repeat: no-repeat;
	color: #fff;
	clear: both;
	}

div#footer p {
	text-align: center;
	font-size: 0.6em;
	}