@charset "UTF-8";
/* GlobalFont CSS */

/* ↓メイン */
html,body {
	padding:0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
	font-weight:normal;
}

img {
	border:none;
}

ol,ul,dl,dt,dd {
	list-style:none;
	margin:0px;
	padding:0px;
}

body {
      	background:url(../site/images/images_top/total_bg.gif) center top repeat-y;
	font-size:12px;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

a {
	text-decoration:none;
	color:#666;
	font-size: 12px;
}

a:hover {
	text-decoration:underline;
	color:#F60;
}

a:active {
	text-decoration:none;
	color:#F60;
}

.red {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #F00;
}

/* ↑メイン */

/* ↓ナビゲーション */

#globalNavi {
	width:780px;
	height:31px;
	margin:0px;
	padding:0px;
}

#globalNavi li{
	margin:0px;
	padding:0px;
	float:left;
}

#navi01 a{
	background-image: url(../site/images/images_top/navi_top.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 31px;
	width: 130px;
	text-indent: -9999px;
}

#navi01 a:hover {
	background-image: url(../site/images/images_top/navi_top_on.gif);
}

#navi02 a {
	background-image: url(../site/images/images_top/navi_item.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 31px;
	width: 130px;
	text-indent: -9999px;
}

#navi02 a:hover {
	background-image: url(../site/images/images_top/navi_item_on.gif);
}

#navi03 a {
	background-image: url(../site/images/images_top/navi_shopping.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 31px;
	width: 130px;
	text-indent: -9999px;
}

#navi03 a:hover {
	background-image: url(../site/images/images_top/navi_shopping_on.gif);
}

#navi04 a {
	background-image: url(../site/images/images_top/navi_gaiyou.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 31px;
	width: 130px;
	text-indent: -9999px;
}

#navi04 a:hover {
	background-image: url(../site/images/images_top/navi_gaiyou_on.gif);
}

#navi05 a {
	background-image: url(../site/images/images_top/navi_mail.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 31px;
	width: 130px;
	text-indent: -9999px;
}

#navi05 a:hover {
	background-image: url(../site/images/images_top/navi_mail_on.gif);
}

#navi06 a {
	background-image: url(../site/images/images_top/navi_cart.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 31px;
	width: 130px;
	text-indent: -9999px;
}

#navi06 a:hover {
	background-image: url(../site/images/images_top/navi_cart_on.gif);
}

/* ↑ナビゲーション */

/* ↓検索バー */

#searchbar {
	background-color: #FCC;
	padding: 0px;
	height: 27px;
	width: 780px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
         font-size: 12px;
}

/* ↓レフト */

#left {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
}

#leftMember {
	padding: 5px;
	font-size: 80%;
}

#leftBox {
    background-color: #FCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	margin-bottom: 8px;
}

#left dl {
	padding: 5px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DDD;
}

#left dl dt {
	color: #603;
	background-image: url(../site/images/images_top/catch01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 18px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#left dl dd ul li {
	background-image: url(../site/images/images_top/side_menu_line_hana2.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	margin: 0px;
	padding: 0px;
	text-indent: 23px;
	line-height: 22px;
	font-size: 11px;
}

/* ↑レフト */
/* ↓フッター */

.off {
	font-weight: bold;
	color: #ffd700;
}
.calendar {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* ↑フッター */
/* ↓商品説明部分 */
table {
	color: #666666;
	font-size: 12px;
}

a:link {
	color: #666666;
	font-size: 12px;
}

a:visited {
	color: #666666;
	font-size: 12px;
}

a:active {
	color: #FF6600;
	font-size: 12px;
}

a:hover {
	color: #FF6600;
	font-size: 12px;
}

span.crumbsList { 
	color: #666666;
	font-size: 11;
}

span.Item_Name { 
	color: #666666;
	font-size: 18;
}

td.Item_Id { 
	color: #FF6600;
	font-size: 14;
}

td.Item_Price { 
	color: #666666;
	font-size: 12;
}

td.Item_Point { 
	color: #666666;
	font-size: 12;
}

/* ↑商品説明部分 */