/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.5;
	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

a {
	color:#10857A;
	outline:none;
}

a:hover {
	color:#72DBCE;
}

.red {
	color:#FF0000;
}

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:820px;
	text-align:left;
	border-left:1px solid #10857A;
	border-right:1px solid #10857A;
background:#ffffff url(https://img11.shop-pro.jp/PA01056/418/etc/bg.jpg) repeat-x top;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:800px;
 margin:0 10px;
 clear:left;
 height:265px;
 background:url(https://img11.shop-pro.jp/PA01056/418/etc/head_img.png) no-repeat top right;
}

.header h1 {
 display:block;
 height:20px;
 line-height:20px;
 font-size:10px;
 color:#FFFFFF;
}

.header div.logo {
 width:100%;
 height:123px;
}

.header div.headtext {
 width:100%;
 height:82px;
 color:#666666;
}

.header div.gnavi {
 width:100%;
 height:40px;
}

.header div.gnavi a {
 display:block;
 text-align:center;
 line-height:40px;
 color:#FFFFFF;
 text-decoration:none;
 float:left;
 height:40px;
 font-size:14px;
 font-weight:bold;
 background:url(https://img11.shop-pro.jp/PA01056/418/etc/gnavibg.png) no-repeat top right;
}

.header div.gnavi a:hover {
 color:#FFFCDD;
 background-position:right bottom;
}

.header div.gnavi a#gnavi_home {
 width:162px;
}

.header div.gnavi a#gnavi_shop,
.header div.gnavi a#gnavi_login,
.header div.gnavi a#gnavi_shopping,
.header div.gnavi a#gnavi_contact {
 width:159px;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:210px;
	padding-bottom:20px;
}

.side div#sideserch {
	float:right;
	width:200px;
	border-top:1px solid #10857A;
	border-bottom:1px solid #10857A;
	background:url(https://img11.shop-pro.jp/PA01056/418/etc/sidebg.gif);
}

.side div#sideserch strong {
	height:25px;
	line-height:25px;
	display:block;
	padding-left:8px;
	border-bottom:1px solid #10857A;
}

.side div#sideserch form {
	width:198px;
	margin:0 auto;
	padding:5px 0;
	text-align:center;
	background:url(https://img11.shop-pro.jp/PA01056/418/etc/multi_bg.gif);
}

.side div.sideitem {
	margin-top:10px;
	float:right;
	width:200px;
	border-top:1px solid #10857A;
	border-bottom:1px solid #10857A;
	background:url(https://img11.shop-pro.jp/PA01056/418/etc/sidebg.gif);
	padding-bottom:5px;
}

.side div.sideitem h2 {
	display:block;
	height:30px;
	width:198px;
	margin:0 auto;
	text-align:center;
	line-height:30px;
	font-weight:bold;
	font-size:14px;
	background:url(https://img11.shop-pro.jp/PA01056/418/etc/multi3_bg.gif);
	border-bottom:1px solid #10857A;
}

.side div.sideitem a {
	display:block;
	padding:5px;
	border-bottom:1px dashed #10857A;
	color:#10857A;
}

.side div.sideitem a:hover {
	color:#72DBCE;
}

.side div#sidecart {
	float:right;
	width:200px;
	margin-top:10px;
}

.side div#sidecart a {
	display:block;
	width:100%;
	height:30px;
	text-indent:-9999px;
	background:url(https://img11.shop-pro.jp/PA01056/418/etc/cart.gif);
}

.side div#sidecart a:hover {
	background:#FFFF99 url(https://img11.shop-pro.jp/PA01056/418/etc/cart.gif);

}

.side table {
	float:right;
	width:200px;
 text-align:center;
 border-collapse:collapse;
 margin:20px 0;
}

.side table th {
 background:#10857A;
 color:#FFFFFF;
}

.side table td {
 border:1px solid #10857A;
 padding:2px;
}

/*　画面右側の幅　*/
.main {
	float: right;
	width: 580px;
	padding-bottom:20px;
	padding-right:10px;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:both;
 margin-top:20px;
 background:url(https://img11.shop-pro.jp/PA01056/418/etc/foot-bg.gif) repeat-x top;
}

.footer div#footL {
 width:651px;
 float:left;
 padding-left:10px;
}

.footer div#footR {
 width:149px;
 float:right;
}

.footer div#footR img {
 margin:10px 0 0 0;
}


.footer ul {
	list-style:none;
	height:30px;
}
.footer ul li {
	display:inline;
	padding:1px 2px;
	margin-left:2px;
	border-left:1px solid #FFFFFF;
	font-size:9px;
	line-height:30px;
}

.footer ul li a {
	color:#FFFFFF;
}

.footer ul li a:hover {
	color:#72DBCE;
}

.footer div#add {
	width:100%;
	height:70px;
	background:url(https://img11.shop-pro.jp/PA01056/418/etc/foot-logo.gif) no-repeat left center;
	border-bottom:1px dashed #72DBCE;
}

.footer div#add p {
	width:380px;
	margin:5px 0 5px 370px;
	font-size:10px;
}

.footer div#mailbutton {
	width:100%;
	padding:8px 0;
}

.footer div#mailbutton span {
	display:block;
	text-indent:-9999px;
	width:376px;
	height:24px;
	background:url(https://img11.shop-pro.jp/PA01056/418/etc/foot-text.gif) no-repeat right;
	float:left;
}

.footer div#mailbutton a {
	float:left;
	display:block;
	text-indent:-9999px;
	width:255px;
	height:24px;
	background:url(https://img11.shop-pro.jp/PA01056/418/etc/foot-mailform.gif) no-repeat top;
}

.footer div#mailbutton a:hover {
	background-position:bottom;
}

.footer div#copy {
	clear:both;
	width:820px;
	height:20px;
	line-height:20px;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	background:url(https://img11.shop-pro.jp/PA01056/418/etc/multi2_bg.gif) repeat-x;
}

/*listbox*/

div.listbox {
	float:left;
	width:192px;
	margin:10px 0;
	padding:0;
	height:230px;
	text-align:center;
	background:#FFFFFF url(https://img11.shop-pro.jp/PA01056/418/etc/listbg.jpg) no-repeat bottom center;
}

div.listbox img {
	margin:5px auto;
}

div.listbox a {
	display:block;
	width:160px;
	margin:0 auto;
}

div.listbox span {
	display:block;
	padding:0 15px;
}

h2.pagetitle {
	display:block;
	padding:5px;
	background:url(https://img11.shop-pro.jp/PA01056/418/etc/multi2_bg.gif);
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
}

dl.dasshedtype {
	padding:5px;
	border:1px solid #10857A;
}

dl.dasshedtype dt {
	padding-top:5px;
}

dl.dasshedtype dd {
	padding-bottom:5px;
	border-bottom:1px dashed #cccccc;
}

ol#shoppingrule {
	padding:20px 0;
	margin:0 20px;
}

ol#shoppingrule li {
	margin:0 0 0 30px;
	padding:15px 0;
	border-bottom:1px dashed #10857A;
}

ol#shoppingrule li ul {
	list-style-type:dot;
}

ol#shoppingrule li ul li {
	margin:0 0 0 30px;
	padding:10px 0;
	border:none;
}

ol#shoppingrule span {
	font-weight:bold;
	color:#10857A;
}