/* ページ全体の設定 */
body {
font-size                  : 12px ;
bgcolor                    : #8C6239;
font-family                : "FF2DFF3320FF3030B430B730C330AF",Osaka ;
color                      : #663300;
line-height                : 150%;
margin-top                 : 20px;
margin-left                : 0px;
margin-right               : 0px;
margin-bottom              : 20px;
}

/* 区切り線(コメント表示欄で使用)の設定 */
HR{border-size:1px dotted #ffcc33}

/* 基本の設定 */
a:link {	color:#d2691e;	text-decoration: none;}
a:active {	color: #d2691e;	text-decoration: none;}
a:visited {	color: #d2691e;	text-decoration: none;}
a:hover {	color: #c8a848;	text-decoration: none;}

/* 著作権表示の設定 */
.copyright{
 font-size                  : 11px ;
 font-family                : "FF2DFF3320FF3030B430B730C330AF",Osaka ;
 color                      : #666666 ;
 line-height                : 170% ;
 text-align                 : center;
 margin                     : 3px;
 padding                    : 3px;
}

/* 商品詳細 フォント*/
.item_detail {
font-size: 12px;
font-family: "FF2DFF3320FF3030B430B730C330AF",Osaka ;
line-height: 150% ;
}
.item_detail img {margin: 2px; padding: 2px;}
.item_detail_a {font-size :15px;line-height: 140%;}


/* サイドバーの設定 */
.side_bg{
 font-size                  : 11px ;
 font-family                : "FF2DFF3320FF3030B430B730C330AF",Osaka ;
 line-height                : 130% ;
}

/* テーブル枠 */
.BOX1 {border-style: solid; border-color: #663300; border-width: 1px}
.BOX2 {BORDER-STYLE: dotted; BORDER-WIDTH: 1px; BORDER-COLOR: #663300}
.BOX3 {border-style: dotted; border-width: 0px 0px 1px 0px; border-color: #666666}
.BOX4 {border-width: 0px 0px 0px 0px}
.BOX5 {border-style:solid;border-width:1px 0px;border-color:#cccccc;}

/* 透明枠　余白 */
.mar5 {margin: 5px;}
.pad5 {padding: 5px;}
.marpad5 {margin: 5px;padding: 5px;}
.mar10 {margin: 10px;}
.pad10 {padding: 10px;}
.marpad10 {margin: 10px;padding: 10px;}

/* 画面効果 */
.F5 {display: none}



/* dock - top */
#dock {
	width: 100%;
	position: relative;
	text-align: center;
}
#dock2 {
	width: 100%;
	position: relative;
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 30px;
	background: url(images/dock-bg.gif);
	text-align: center;
}
a.dock-item {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item span {
	display: none;
	 text-align: center;
	color: #000000; 
}
.dock-item img {
	border: none; 
	margin: 0px 1px 0px 1px; 
	width: 100%; 
}


