@charset "euc-jp";

body {
	margin: 0px;
	padding: 0px;
	background: #F8F5ED;
	text-align: center;
}


/* -----    ヘッダ部分　フォント変更やバナーの位置決め     --------------- */
div#header {
	background: url(../img/parts/header_back.png) top center;
	height: 110px;
	width:100%;

}

div#header_in {
	width:1000px;
	margin:0 auto;
	position: relative;
}

#header_in h1 a span{ display: none; }

#header_in h1 a {
	display: block;
	width: 302px;
	height: 95px;
	position: absolute;
	top: 8px;
	left: 0;
	background:url(../img/parts/logo.png) no-repeat;
}

#header_in h1 a:hover {
	background-position:0 -94px;
}

#header_in div#date_status
{
	position: absolute;
	right:10px;
	top:24px;
	width:258px;
	border:1px solid #999;
}

#date_status .today {
	margin:0;
	padding:3px 0 0 0;
	text-align:center;
	font-size:9pt;
	background: url(../img/parts/navi_back.png) left center no-repeat;
}

#date_status .counter {
	background:#ef6000;

}

.font {
	width:163px;
	height: 38px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	line-height: 0%;
}
.font h4 {
	height: 15px;
	/*background: url(../img/font_title.gif) no-repeat center;*/
}
.font h4 span, .font ul li span { display: none; }
.font ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.font li a {
	display: block;
	text-decoration: none;
}
.font li {
	display: inline;
}
#font-s {
	/*background: url(../img/font_small_01.gif) no-repeat;*/
	height: 23px;
	width: 54px;
	float: left;
}
#font-b {
	/*background: url(../img/font_big_01.gif) no-repeat;*/
	height: 23px;
	width: 54px;
	float:left;
}
#font-bb {
	/*background: url(../img/font_bbig_01.gif) no-repeat;*/
	height: 23px;
	width: 55px;
	float:left;
}
.banner {
	position: absolute;
	left: 320px;
	top: 25px;
}
/* -------------------------------------------*/




/* -------- レ イ ア ウ ト -------------------*/
div#wrapper {
	text-align: left;
	width: 1000px;
	margin: auto;
}

div#middle {
	background-color: #fff;
	padding: 0 6px 10px 10px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

div#box {
	width: 805px;
	float: left;
}

div#box2 { /* sidebar2 と一緒に使用 */
	width: 720px;
	float: left;
}

div#content { /* メインコンテンツ部分 */
	padding: 0;
	width: 630px;
	float: right;
	margin-bottom:30px;
}

div.sidebar {
	width: 165px;
}

div.sidebar2 { /* box2 と一緒に使用 */
	width: 245px;
}

div#left-bar {
	float: left;
}

div#right-bar {
	float: right;
}
div#footer {
	background: #FF9900 url(../img/parts/footer_back.png) repeat-x top center;
	padding-top:30px;
	height:90px;
	width:100%;
}

div#footer a {
	color:#af3e00;
	font-weight:bold;
}

div#footer table {
}

div#footer table td {
	color:#663415;
}

div#footer address {

	padding: 7px 0 7px 0;
	text-align:center;
	color: #fff;
	font-style: normal;
	font-family: Verdana;
	font-size: 10px;
}
div#topbanner {
	clear: both;
	text-align:center;
}
/* -----------------------------------------------*/





/* ----- リンク基本設定 ----- */
a:link { color: #0033CC; }
a:visited { color: #0033CC; }
a:hover { color: #FF3300; text-decoration: none; }
a:active { color: #dd0058; }
/* ------------------------- */




/* ----------    共通項目   ---------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font: 10pt "ＭＳ Ｐゴシック", "Osaka";
}
h2 span, h3 span, h4 span { display: none; }

b {
font: #ff0000 ;
}

form {
	margin: 0px;
	padding: 0px;
}
img { border: none; }
img.border { border:1px solid #999;}

hr { display: none; }
hr.disp { display: block; }

.clear { clear: both; }

.left { float: left; }

.center { text-align: center; }

.right { float: right; }

#hidden { display: none; }

.LRline {
	position: relative;
	height: 27px;
	/*background: url(../img/back_001.gif);*/
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#R {
	position: absolute;
	right: 10px;
	top: 3px;
}
#L {
	position: absolute;
	left: 10px;
	top: 3px;
}

.width50 { width: 250px; }
.width90 { width: 90%; }
.width98 { width: 98%; }
.width100 { width: 100%; }
/* ----------------------------------- */




#pankuzu {
	padding: 4px 0px 5px 1px;
	font-size: 10.5pt;
}

#pankuzu a { font-weight: normal; }




/* ---------- 検 索 部 分 ----------------*/
.search {
	background: #ffffff;
	margin-bottom: 5px;
	width:166px;
	display:block;
	height:127px;
}
.search h3 {
	/*background:url(../img/search_title.gif) no-repeat;*/
	height: 24px;
}
.search h3 span {
	display: none;
}
.search form {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.sh-width {
	width: 150px;
}

a.search_bt {
	margin-top:5px;
	/*background:url(../img/search_bt.gif) no-repeat;*/
	width:119px;
	height:24px;
	display:block;
}

a.search_bt:hover {
	background-position:0 -24px;
}

.hr1 {
	border-top: 1px solid #999;
	border-bottom: 1px solid #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* --------------------------------------- */

div.telephone {
	margin-top: 10px;
}
div.telephone h4 {
	color: #666666;
}
div.telephone p {
	/*background: url(../img/telephone.gif) no-repeat;*/
	margin: 0 0 10px;
	height: 29px;
}
div.telephone span {
	display: none;
}

/* ------ 左下バナー部分 ------　*/
ul.bannerlink {
	margin:0px;
	padding:10px;
	background: #eee;
	list-style:none;
	text-align: center;
	font-size: 11px;
}

ul.bannerlink li {
	margin: 10px 0;
}
ul.bannerlink li h3 {
	margin: -10px 0 10px 0;
	font-size: 12px;
	background: #FFFFFF;
	padding: 3px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #ccc;
}
/* ----------------------------- */


.link {
	background: #E6EBE6;
	padding: 10px;
}


/* ----- トップページログイン部と、カートボタン ----- */


#header_in a.top_regist {
	position:absolute;
	top:68px;
	left:730px;
	display:block;
	height:30px;
	width:130px;
	height:30px;
	background:url(../img/parts/navi_btn.png) no-repeat 0px 0px;
	font-size:9pt;
}

#header_in a.top_mypage {
	position:absolute;
	top:68px;
	left:730px;
	display:block;
	height:30px;
	width:130px;
	height:30px;
	background:url(../img/parts/navi_btn.png) no-repeat 0px -30px;
	font-size:9pt;
}

#header_in a.top_cart {
	position:absolute;
	top:68px;
	left:860px;
	display:block;
	width:130px;
	height:30px;
	background:url(../img/parts/navi_btn.png) no-repeat -130px 0px;
	font-size:9pt;


}
#header a.top_regist:hover,
#header a.top_mypage:hover,
#header a.top_cart:hover {
	opacity:0.8;
}

/* ----- トップページログイン部と、カートボタン ----- */



/*  -----   汎用　GO　ボタン   -----  */
.go {
	text-align: right;
	padding: 4px 5px 5px 0px;
}
.go a {
	/*background: url(../img/parts/go_bt.gif) no-repeat;*/
	height: 19px;
	width: 40px;
	margin-left: auto;
	display: block;
}
.go a:hover {
	background-position: 0 -19px;
}
.go a span { display: none; }
/* ------------------------------------*/


/* サイドのヘッダ部分 */

h3.side_login {
	width:165px;
	height:38px;
	background: url(../img/parts/side_head.png) no-repeat
}

h3.side_ranking {
	width:165px;
	height:38px;
	background: url(../img/parts/side_head.png) no-repeat 0px -38px;
}

h3.side_category {
	width:165px;
	height:38px;
	background: url(../img/parts/side_head.png) no-repeat 0px -76px;
}

h3.side_recent {
	width:165px;
	height:38px;
	background: url(../img/parts/side_head.png) no-repeat 0px -114px;
}

h3.side_calendar {
	width:165px;
	height:38px;
	background: url(../img/parts/side_head.png) no-repeat 0px -152px;
}

h3.side_review {
	width:165px;
	height:38px;
	background: url(../img/parts/side_head.png) no-repeat 0px -190px;
}

h3.side_info {
	width:165px;
	height:38px;
	background: url(../img/parts/side_head.png) no-repeat 0px -228px;
}

h3.side_free_silver {
	width:165px;
	height:38px;
	background: url(../img/parts/side_head.png) no-repeat 0px -266px;
}


/* ------------------------------------*/

/* サイドのInformation部分 */

div#side_information{
	border:1px solid #3399FE;
}

div#side_information ul{
	margin:0;
	padding:0;
}

div#side_information li {
	list-style:none;
	border-bottom:1px solid #eee;
	vertical-align:middle;
}

div#side_information li a {
	display:inline-block;
	width:136px;
	padding: 3px 5px;
	text-decoration:none;
	color:#333;
}

div#side_information li i{
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  *margin-right: .5em;
  line-height: 14px;
  vertical-align: middle;
  background-image: url("../img/parts/info_icons.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

div#side_information li i.l01{ background-position: 0px 0; }
div#side_information li i.l02{ background-position: 0px -25px; }
div#side_information li i.l03{ background-position: 0px -50px; }
div#side_information li i.l04{ background-position: 0px -76px; }
div#side_information li i.l05{ background-position: 0px -101px; }
div#side_information li i.l06{ background-position: 0px -128px; }
div#side_information li i.l07{ background-position: 0px -154px; }
div#side_information li i.l08{ background-position: 0px -179px; }
div#side_information li i.l09{ background-position: 0px -207px; }
div#side_information li i.l10{ background-position: 0px -232px; }
div#side_information li i.l11{ background-position: 0px -259px; }

div#side_information li:hover i.l01{ background-position: -25px 0; }
div#side_information li:hover i.l02{ background-position: -25px -25px; }
div#side_information li:hover i.l03{ background-position: -25px -50px; }
div#side_information li:hover i.l04{ background-position: -25px -76px; }
div#side_information li:hover i.l05{ background-position: -25px -101px; }
div#side_information li:hover i.l06{ background-position: -25px -128px; }
div#side_information li:hover i.l07{ background-position: -25px -154px; }
div#side_information li:hover i.l08{ background-position: -25px -179px; }
div#side_information li:hover i.l09{ background-position: -25px -207px; }
div#side_information li:hover i.l10{ background-position: -25px -232px; }
div#side_information li:hover i.l11{ background-position: -25px -259px; }

div#side_information li:hover {
	background:#FFC;
	color:#F60;
}


/* ------------------------------------*/

/* トップの会社概要部分 */

div.company table {
	width:100%;
	border-top:1px solid #999;
	border-left:1px solid #999;

}

div.company table td {
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	background:#f7f7f7;
	vertical-align:top;

}

div.company table td p.desc {
	margin:10px;
}

div.company h4 {
	width:100%;
	background:url(../img/parts/info_bg.png) repeat-x;
	height:30px;}

div.company h4 span.about{
	margin-left:5px;
	display:block;
	width:228px;
	height:30px;
	background:url(../img/parts/info_header.png) no-repeat 0px 0px;
}
div.company h4 span.nouki{
	margin-left:5px;
	display:block;
	width:228px;
	height:30px;
	background:url(../img/parts/info_header.png) no-repeat 0px -30px;
}
div.company h4 span.pay{
	margin-left:5px;
	display:block;
	width:228px;
	height:30px;
	background:url(../img/parts/info_header.png) no-repeat 0px -60px;
}
div.company h4 span.product{
	margin-left:5px;
	display:block;
	width:228px;
	height:30px;
	background:url(../img/parts/info_header.png) no-repeat 0px -88px;
}
div.company h4 span.company{
	margin-left:5px;
	display:block;
	width:228px;
	height:30px;
	background:url(../img/parts/info_header.png) no-repeat 0px -118px;
}
div.company h4 span.privacy{
	margin-left:5px;
	display:block;
	width:228px;
	height:30px;
	background:url(../img/parts/info_header.png) no-repeat 0px -146px;
}


/* -----   リンク部分   ------------------------------- */
.link {
	background-color: #f0f0f0;
	padding: 5px 0px;
	margin-bottom: 5px;
	text-align: center;
}
.link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.link li p { display: none; }
.link ul li a span { display: none; }
.link li a {
	width: 160px;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}
.link #guide a {
	/*background: url(../img/link_guide.gif) no-repeat 0px 0px;*/
	height: 65px;
}
.link #guide a:hover {
	background-position: 0px -66px;
}
.link #mailsv a {
	/*background: url(../img/link_mailsv.gif) no-repeat 0px 0px;*/
	height: 80px;
}
.link #mailsv a:hover {
	background-position: 0px -79px;
}
.link #pro-goods a {
	/*background: url(../img/link_pro_goods.gif) no-repeat 0px 0px;*/
	height: 80px;
}
.link #pro-goods a:hover {
	background-position: 0px -79px;
}
.link #staff a {
	/*background: url(../img/link_stuff.gif) no-repeat 0px 0px;*/
	height: 80px;
}
.link #staff a:hover {
	background-position: 0px -76px;
}
.link #shoplist a {
	/*background: url(../img/link_shop.gif) no-repeat 0px 0px;*/
	height: 65px;
	margin-bottom: 6px;
}
.link #shoplist a:hover {
	background-position: 0px -64px;
}

/* ---------------------------------------------------- */




/* ----- TOPのナビ部分のアイコン設定など
		 一部フッターのテキストリンクも併用 -------------*/
div#nav {
	line-height: 24px;
	background: url(../img/parts/navi_back.png) repeat-x top center;
	clear: both;
	height:44px;
	font-size:10pt;
}
div#nav_in {
	width:1000px;
	background: url(../img/parts/navi_back.png) repeat-x top center;
	margin:0 auto;
}

div#nav_in ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#nav_in li {
	display: inline;

}
div#nav_in li a {
	display: block;
	float: left;
	width:166px;
	height:40px;
}

a#nav01 {
	background:url(../img/parts/navi.png) no-repeat 0px 0px;
}
a#nav02 {
	background:url(../img/parts/navi.png) no-repeat -167px 0px;
}
a#nav03 {
	margin-left:1px;
	background:url(../img/parts/navi.png) no-repeat -333px 0px;
}
a#nav04 {
	margin-left:1px;
	background:url(../img/parts/navi.png) no-repeat -499px 0px;
}
a#nav05 {
	margin-left:1px;
	background:url(../img/parts/navi.png) no-repeat -666px 0px;
}
a#nav06 {
	margin-left:1px;
	background:url(../img/parts/navi.png) no-repeat -834px 0px;
}


a:hover#nav01 {
	background:url(../img/parts/navi.png) no-repeat 0px -40px;
}
a:hover#nav02 {
	background:url(../img/parts/navi.png) no-repeat -167px -40px;
}
a:hover#nav03 {
	background:url(../img/parts/navi.png) no-repeat -333px -40px;
}
a:hover#nav04 {
	background:url(../img/parts/navi.png) no-repeat -499px -40px;
}
a:hover#nav05 {
	background:url(../img/parts/navi.png) no-repeat -666px -40px;
}
a:hover#nav06 {
	background:url(../img/parts/navi.png) no-repeat -834px -40px;
}


/* ------------------------------------------------------------ */


/* --- TOPヘッダ新着情報 --- */
div.cont h3.information,
div.cont h3.topics,
div.cont h3.pickup,
div.cont h3.regular,
div.cont h3.recommend,
div.cont h3.project {
	width:610px;
	height:48px;
	padding: 0;
	margin:0 auto;
}

div.cont h3.information {
	background:url(../img/parts/header.png) no-repeat 0px 0px;
}
div.cont h3.topics {
	background:url(../img/parts/header.png) no-repeat 0px -48px;
}
div.cont h3.pickup {
	background:url(../img/parts/header.png) no-repeat 0px -96px;
}
div.cont h3.regular {
	background:url(../img/parts/header.png) no-repeat 0px -156px;
}
div.cont h3.recommend {
	background:url(../img/parts/header.png) no-repeat 0px -214px;
}
div.cont h3.project {
	background:url(../img/parts/header.png) no-repeat 0px -270px;
}

/* ------------------------------------------------------------ */


/* -------------- メーカー表示部分 ------------------- */
.maker {
	margin-bottom: 10px;
	margin-top: 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.maker ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 88%;
}
.maker li {
	float: left;
	width: 152px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
}
.maker li.gray {
	background: #eee;
}
.maker li a {
	padding: 4px 3px 2px 10px;
	display: block;
	color: #666;
	text-decoration: none;
}
.maker h3 {
	font-weight: bold;
	padding: 3px;
}
ul#mklist {
	display: none;
}
/* ---------------------------------------------------- */




/* -------------　TAB（下部）切り替え基本部分　---------- */
ul.tabnavi-bottom {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabnavi-bottom span { display: none; }
ul.tabnavi-bottom li { display: inline; }
ul.tabnavi-bottom li a {
	display: block;
	float: left;
	width: 122px;
	height: 22px;
	text-decoration: none;
}

ul.tabnavi-bottom #active a {
	background-position: 0px -23px;
	cursor: default;
}

ul.tabnavi-bottom a:hover#tab01,
ul.tabnavi-bottom a:hover#tab02,
ul.tabnavi-bottom a:hover#tab03,
ul.tabnavi-bottom a:hover#tab04,
ul.tabnavi-bottom a:hover#tab05 {
	background-position: 0px -23px;
}
/* ---------------------------------------------------- */

/* -------------　TAB（下部）サブソート部分　---------- */
ul.tabnavi-sub {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabnavi-sub li a span { padding-top:3px; }
ul.tabnavi-sub li { display: inline; }
ul.tabnavi-sub li a {
	display: block;
	text-align:center;
	color:#fff;
	float: left;
	width: 122px;
	height: 22px;
	text-decoration: none;
	padding-top:2px;
	font-size:11px;
}

ul.tabnavi-sub #active a {
	color:#fff;
	background-position: 0px -23px;
	text-align:center;
	padding-top:2px;
	cursor: default;

}

ul.tabnavi-sub a:hover#tab01,
ul.tabnavi-sub a:hover#tab02,
ul.tabnavi-sub a:hover#tab03,
ul.tabnavi-sub a:hover#tab04,
ul.tabnavi-sub a:hover#tab05 {
	background-position: 0px -23px;
	color:#fff;
}

ul.tabnavi-sub a:visited {
	color:#fff;
}
/* ---------------------------------------------------- */


.category {
	padding-bottom: 10px;
	border-bottom: 1px dashed #999999;
}



/* ----- サイドカテゴリ表示 ------------------------------------ */
.side-category img {
	margin: 0px;
	padding: 0px;
}
.side-category ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size:10pt;
}
.side-category li {display: inline; 	width:166px;}
.side-category li span { display: none; }

.side-category li.tab {
	/*background:url(../img/Snippet_Start.gif) no-repeat;*/
	width:166px;
	height:30px;
}

.side-category h4 a:link,
.side-category h4 a:visited,
.side-category h4 a:hover {
	display: block;
	text-decoration: none;
	text-align: left;
	background: url(../img/category_tab_minus.gif) no-repeat;
	border-bottom:1px solid #ccc;
	width:166px;
	height:30px;
	/*background: #eee url(../img/parts/cat_close.gif) no-repeat 3px 50%;*/
	color: #000000;
}
.side-category h4 a span {
	display:block;
	padding:10px 0 0 10px;
}

.side-category span ul li a {
	background: #fff;
	display: block;
	margin: 0 0 0 5px;
	padding: 5px 0 0 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-decoration: none;
	height:28px; /* 高さを指定しないと、FIREFOXにて点線が表示されない */

}
.side-category span ul li a:hover {
	color: #fff;
	background: url(../img/arrow_star.gif) no-repeat 95% 50%;
}
.side-category span ul li#here a {
	color: #fff;
	background: url(../img/arrow_star.gif) no-repeat 95% 50%;
	cursor: default;
}
.side-category span {

}
/* ------------------------------------------------------------------ */






/* ---------- 買い物カゴ ---------------------------------- */
.cart h3 span {
	display: none;
}
.cart h3 a {
	background: url(../../img/cart_title.gif) no-repeat 0px 0px;
	display: block;
	height: 31px;
}
.cart h3 a:hover {
	background-position: 0px -31px;
}
.cart ul {
	margin: 5px;
	list-style: none;
	background: #fff;
	padding: 5px;
	font-size: 90%;
}
.cart {
	background: #FFEFA2;
	margin-bottom: 5px;
}
.cart li {
	border-left: 3px solid #E00000;
	padding-left: 5px;
	margin-bottom: 5px;
}
.cart h4 { /* 合計金額 */
	/*background: url(../img/cart_bottom.gif) no-repeat center bottom;*/
	padding: 5px 10px 5px 5px;
	font-weight: bold;
	color: #FF0000;
	text-align: right;
}
.cart strong { /* 金額 */
	color: #E40000;
	display: block;
	margin: 0px;
	padding: 0px;
}
/* ---------- 買い物カゴ ---------------------------------- */



a.back:link, a.back:visited {
	background: #eee;
	display: block;
	text-align: right;
	padding: 3px 10px 3px 3px;
	clear:both;
	color: #000;
	text-decoration: none;
}
a.back:hover {
	background:#FF9900;
	color: #fff;
}



/* ---------------- アイテム詳細表示 ------------------------- */
.item {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size:9pt;
}

.item-pic a img, .item-pic-s img {
	border: 1px solid #999;
}
.item-pic a:hover img, .item-pic-s a:hover img {
	border: 1px solid #FF9900;
}
.item-pic {
	width: 203px;
	float: left;
	text-align: center;
}
.item-pic-s {
	width: 180px;
	float: left;
	text-align: center;
}
.item-body {
	float: right;
	width: 395px;
}
.item-body-s {
	float: right;
	width: 430px;
}
.item-body h3, .item-body-s h3 {
	font-size: 14pt;
	font-family: "ヒラギノ角ゴ Std W8", "HiraKakuStd-W8", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
}
.item-body h4.price, .item-body-s h4.price {
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}
.item-pic a.pic {
	background: url(../img/item_view_bt.gif) no-repeat 0px 0px;
	display: block;
	height: 31px;
	width: 173px;
	text-decoration: none;
	margin: 5px auto;
}
.item-pic a.review {
	background: url(../img/item_review_bt.gif) no-repeat 0px 0px;
	display: block;
	height: 31px;
	width: 173px;
	text-decoration: none;
	margin: 5px auto;
	color:#fff;
}

.item-pic a.review .review_count {
	position:relative;
	top:6px;
	left:56px;
	width: 173px;
	height:31px;
	right:5px;
}

.item-pic a.mov {
	/*background: url(../img/douga_bt.gif) no-repeat 0px 0px;*/
	display: block;
	height: 35px;
	width: 166px;
	text-decoration: none;
	margin: 5px auto;
}

.item-pic span {
	display: none;
}
.item-pic a.pic:hover {
	background-position: 0px -30px;
}
.item-pic a.review:hover {
	background-position: 0px -30px;
	color:#FFCC99;
}
.item-pic a.mov:hover {
	background-position: 0px -36px;
}

.item_name {
	font-weight:bold;
	padding:5px 0 5px 0;
}
/* ----------------------------------------------------- */



/* ----- インパクトのあるアイコン入りの見出し ----- */
.bar-green {
	padding:3px 0 3px 10px;
	font-weight: bold;
	border-bottom: 1px solid #FF9900;
	border-left: 10px solid #FF9900;
	margin: 5px 0;
	clear: both;
}
.bar-yellow {
	background: #FFFFCC;
	padding:3px 0 3px 29px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	margin: 5px 0;
	color: #006600;
	clear: both;
}
.bar-pink {
	background: #FFF0FE;
	padding:3px 0 3px 29px;
	font-weight: bold;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 5px 0;
	clear: both;
}
/* ------------------------------------------------ */




.spec th {
	font-weight: normal;
	background:#FFCC99;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.spec {
	background: #999;
	margin-top: 5px;
	margin-bottom: 5px;
}
.spec td {
	text-align: center;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.spec tr {
	background: #fff;
}

ul.txtnav {
	margin: 5px 0px;
	list-style: none;
	position: relative;
	height: 30px;
	font-size:10pt;
}
ul.txtnav li {
	position: absolute;
	top: 22%;
}
.txtnav-img {
	left: 0%;
	/*background: url(../img/icon_pict.gif) no-repeat 0% 45%;*/
	padding-left: 18px;
}
.txtnav-txt {
	left: 17%;
	/*background: url(../img/icon_text.gif) no-repeat left center;*/
	padding-left: 16px;
}
.txtnav-dec {
	left: 40%;
	color: #666;
}
.txtnav-pre {
	right: 15%;
	/*background: url(../img/icon_arrow_left.gif) no-repeat 0% 55%;*/
	padding-left: 16px;
}
.txtnav-next {
	right: 1px;
	/*background: url(../img/icon_arrow_right.gif) no-repeat 100% 55%;*/
	padding-right: 16px;
}
.txtnav-top {
	right: 1px;
}
.txtnav-index {
	left:40%;
}
.txtnav-back {
	left: 0%;
}


/* --------  背景色を変更できる丸角BAR -------------  */
.bar {
	background: #DCFAAF ;
	height: 28px;
	position: relative;
	margin: 10px 0 10px 0;
}
.bar span {
	position: absolute;
	top: 12%;
	left: 3%;
}
/* -------------------------------------------------- */

p.notice {
	margin:20px 10px 30px;
	padding:10px;
	background:#F8E7E0;
	border-radius: 5px;
	line-height: 160%;
}
p.notice strong {
	display: block;
	color:#900;
	font-size:16px;
	margin-bottom: 8px;
}


.item-special a {
	display: block;
	/*background: url(../img/item_mitsumori_bt.gif) no-repeat;*/
	width: 258px;
	height: 64px;
	margin-left: auto;
	margin-right: 18px;
}
.item-special a:hover {
	background-position: 0px -66px;
}

.item-special a span {
	display: none;
}

.item-special {
	text-align: right;
}

dl.review-staff {
	background: #DCEBD2 ;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
dl.review-maker {
	background: #CFE2DF ;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
dl.review-staff dd, dl.review-maker dd {
	margin: 0 15px 0 120px;
	padding: 0;
}
dl.review-staff dt a {
	/*background: url(../img/parts/profile_bt.gif) no-repeat;*/
	display: block;
	height: 25px;
	width: 97px;
}
dl.review-maker dt a {
	/*background: url(../img/parts/profile_bt_maker.gif) no-repeat;*/
	display: block;
	height: 25px;
	width: 97px;
}
dl.review-staff dt a:hover, dl.review-maker dt a:hover {
	background-position:0px -24px;
}

dl.review-staff dt a,
dl.review-staff dt img,
dl.review-maker dt a,
dl.review-maker dt img {
	margin: 0px auto 5px;
}

dl.review-staff dt, dl.review-maker dt {
	text-align: center;
	width: 120px;
	float: left;
	padding: 0px;
}
dl.review-staff dt span, dl.review-maker dt span {
	display: none;
}
dl.review-staff dd h3 {
	color: #008837;
	font-weight: bold;
	border-bottom: 1px solid #008837;
	margin-bottom: 6px;
}
dl.review-maker dd h3 {
	color: #006699;
	font-weight: bold;
	border-bottom: 1px solid #0066CC;
	margin-bottom: 6px;
}
dl.review-staff span, dl.review-maker span {
	/*background: url(../img/parts/round_top.gif) no-repeat;*/
	height: 10px;
	display: block;
	clear: both;
}
.cart-bt a {
	background: url(../img/parts/cart_go_bt.gif) no-repeat;
	display: block;
	height: 23px;
	width: 122px;
	margin: auto;
}
.cart-bt a:hover {
	background-position: 0px -23px;
}
.cart-bt a span {
	display: none;
}
a.yoyaku-bt {
	background: url(../img/parts/yoyaku_bt.gif) no-repeat;
	display: block;
	height: 23px;
	width: 122px;
	margin: auto;
}
a.yoyaku-bt span {
	display: none;
}
a.yoyaku-bt:hover {
	opacity: 0.7;
}

.imgnav {
	position: relative;
	height: 40px;
	margin: 10px 0px 20px;
	padding: 10px;
	list-style: none;
	clear: both;
}
.imgnav li a span { display:none; }
.imgnav li {
	position: absolute;
	top: 10%;
}
.continue-bt, .cartback-bt { left: 0%; }
.register-bt, .cartregist-bt, .confirm-bt, .continue-bt2, .tetuduki_bt { right: 1px; }
.register-next, .register-send, .form-regist, .login-bt, .repw-bt, .login-bt2, .logout-bt, .kaiyaku-bt { right: 1px; }
.continue-bt a {
	background: url(../img/parts/continue_bt.gif) no-repeat;
	height: 28px;
	width: 160px;
	display: block;
}
.continue-bt2 a {
	background: url(../img/parts/continue_bt2.gif) no-repeat;
	height: 28px;
	width: 160px;
	display: block;
}

.tetuduki_bt a {
	background: url(../img/parts/tetuduki_bt.gif) no-repeat;
	height: 28px;
	width: 160px;
	display: block;
}

.repw-bt a {
	background: url(../img/parts/repw_bt.gif) no-repeat;
	display: block;
	height: 28px;
	width: 160px;
	/*right: 0%;*/
}

.login-bt a {
	background: url(../img/parts/login_bt.gif) no-repeat;
	display: block;
	height: 28px;
	width: 160px;
	/*right: 0%;*/
}

.login-bt2 a {
	background: url(../img/parts/login_bt2.gif) no-repeat;
	display: block;
	height: 28px;
	width: 160px;
	/*right: 0%;*/
}

.logout-bt a {
	background: url(../img/parts/logout_bt.gif) no-repeat;
	display: block;
	height: 28px;
	width: 160px;
	/*right: 0%;*/
}

.register-bt a {
	background: url(../img/parts/go_register_bt.gif) no-repeat;
	display: block;
	height: 28px;
	width: 160px;
	/*right: 0%;*/
}

.confirm-bt a {
	background: url(../img/parts/go_confirm_bt.gif) no-repeat;
	display: block;
	height: 28px;
	width: 160px;
	/*right: 0%;*/
}

.register-next a {
	background: url(../img/parts/register_next.gif) no-repeat;
	display: block;
	height: 28px;
	width: 180px;
	/*right: 0%;*/
}
.register-send a {
	background: url(../img/parts/go_send_bt.gif) no-repeat;
	display: block;
	height: 28px;
	width: 180px;
	/*right: 0%;*/
}

.cartback-bt a {
	background: url(../img/parts/cart_back_bt.gif) no-repeat;
	display: block;
	height: 28px;
	width: 231px;
	/*right: 0%;*/
}
.cartregist-bt a {
	background: url(../img/parts/cart_payout_bt.gif) no-repeat;
	display: block;
	height: 28px;
	width: 160px;
	/*right: 0%;*/
}
.form-regist a {
	/*background: url(../img/parts/form_regist_bt.gif) no-repeat;*/
	display: block;
	height: 28px;
	width: 270px;
}
.kaiyaku-bt a {
	background: url(../img/parts/kaiyaku_bt.gif) no-repeat;
	display: block;
	height: 28px;
	width: 180px;
	/*right: 0%;*/
}

.continue-bt a:hover,
.continue-bt2 a:hover,
.register-bt a:hover,
.register-next a:hover,
.cartback-bt a:hover,
.cartregist-bt a:hover,
.form-regist a:hover,
.login-bt a:hover,
.repw-bt a:hover,
.login-bt2 a:hover,
.logout-bt a:hover,
.tetuduki_bt a:hover,
.kaiyaku-bt a:hover {
	background-position: 0px -28px;
}

.related {
	float: left;
	width: 300px;
}
.related img {
	float: left;
	margin-right: 10px;
}
.related p {
	padding-right: 10px;
}

.border {
	clear: both;
	border-top: 1px dashed #999;
	margin-top: 10px;
	margin-bottom: 10px;
}
.textnavi {
	border-top: 3px solid #E0DFE3;
	border-bottom: 3px solid #E0DFE3;
	margin: 0px;
	padding: 5px;
	list-style: none;
}



.title {
	font-size: 1.3em;
	background: #E6E6E6;
	text-align: center;
	padding: 5px;
	color: #000;
}
.title-search {
	font-size: 1.3em;
	background: #E6E6E6;
	text-align: center;
	padding: 4px;
	color: #000;
}
.title-guide {
	font-size: 1.3em;
	background: #E6E6E6;
	text-align: center;
	padding: 4px;
	color: #000;
}
.title-faq {
	font-size: 1.3em;
	background: #E6E6E6;
	text-align: center;
	padding: 4px;
	color: #000;
}
.title-quick {
	font-size: 1.1em;
	background: #E6E6E6;
	text-align: center;
	padding: 4px;
	color: #000;
}
.title-sitemap {
	font-size: 1.1em;
	background: #E6E6E6;
	text-align: center;
	padding: 4px;
	color: #000;
}
.title-about {
	font-size: 1.1em;
	background: #E6E6E6;
	text-align: center;
	padding: 4px;
	color: #000;
}
.title-form {
	font-size: 1.2em;
	background: #E6E6E6 ;
	text-align: center;
	padding: 4px;
	color: #000;
	margin-bottom: 10px;
}
.title-real {
	font-size: 1.1em;
	background: #E6E6E6 ;
	text-align: center;
	padding: 5px;
	color: #000;
	margin-bottom: 6px;
}
.title-news {
	font-size: 1.1em;
	background: #E6E6E6 ;
	text-align: center;
	padding: 5px;
	color: #000;
	margin-bottom: 6px;
}
.title-staff {
	font-size: 1.1em;
	background: #E6E6E6 ;
	text-align: center;
	padding: 5px;
	color: #000;
	margin-bottom: 6px;
}
.title-mail {
	font-size: 1.1em;
	background: #E6E6E6 ;
	text-align: center;
	padding: 5px;
	color: #000;
	margin-bottom: 6px;
}


.txt-right {
	text-align: right;
	color: #666;
}
.txtformat {
	margin:0 10px;
	color: #333;
	line-height: 170%;
	font-size: 110%;
}
.txtformat h3 {
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #000;
	/*background: url(../img/arrow_midoriyama.gif) no-repeat 99% 2px;*/
}
/*
#guide_title_001 { background: url(../img/guide_icon_001.gif) no-repeat 97% 40%; }
#guide_title_002 { background: url(../img/guide_icon_002.gif) no-repeat 97% 40%; }
#guide_title_003 { background: url(../img/guide_icon_003.gif) no-repeat 97% 40%; }
#guide_title_004 { background: url(../img/guide_icon_004.gif) no-repeat 97% 60%; }
#guide_title_005 { background: url(../img/guide_icon_005.gif) no-repeat 97% 40%; }
#guide_title_006 { background: url(../img/guide_icon_006.gif) no-repeat 97% 40%; }
#guide_title_007 { background: url(../img/guide_icon_007.gif) no-repeat 98% 40%; }
#guide_title_008 { background: url(../img/guide_icon_008.gif) no-repeat 97% 40%; }
#guide_title_009 { background: url(../img/guide_icon_009.gif) no-repeat 98% 40%; }
*/

.sidebox {
	border: 1px solid #ccc;
	padding: 2px;
}
.sidebox ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.sidebox ul li { display:inline; }
.sidebox ul li a {
	background: #F2F2F2;
	padding: 3px 3px 3px 18px;
	margin-top: 1px;
	border-bottom: 1px solid #ccc;
	font-size: 0.9em;
	display:block;
	text-decoration: none;
}
.sidebox ul li a:hover {
	background: #fff;
	color: #FF0000;
}




/* -------- 汎用２列表形式 ----------------------------- */
.cell {
	border: 5px solid #eee;
	padding: 1px;
}
.cell dl {
	background: #ececec;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px;
}
.cell dt, .cell dd {
	margin: 0;
	border-top: 1px solid #ccc;
	padding: 0.3em 0.8em;
}
.cell dt {
	width: 12em;
	font-weight: bold;
	float: left;
}
.cell dd {
	margin-left: 12em;
	background: #fff;
	clear: right;
}
.cell h3 { display: none; }
/* ------------------------------------------------------ */





/* ---------------- フォーム関連 ------------------------- */

.error-form {
	color: #CA0220;
	font-family: Verdana;
}
.error-form input, .error-form select {
	background: #FFF0F0;
	border: 1px solid #FF0000;
}

.error-form p {
	margin: 5px 0 0;
	padding: 8px;
	border: 5px solid #FFE6E6;
	font-size: 14px;
	background: #fff;
}

#form-hissu {
	background: url(../img/parts/form_hissu.gif) no-repeat 80% 55%;
	width: 15em;
	padding: 3px 3px 4px 3px;
}

#box fieldset {
	padding: 10px;
	border: none;
	margin: 0px;
	font-size:9pt;
}

fieldset dl {
	background: #F3F2F4;
	margin: 0px;
	padding: 15px;
}
fieldset dl dt {
	width: 15em;
	padding: 3px 4px 3px 3px;
}
fieldset dl dd {
	padding: 3px 3px 3px 15em;
	margin: -1.8em 0 0 0;
	border-bottom: 1px dashed #ccc;
}
fieldset p {
	background: #F3F2F4;
	margin: 0px;
	padding: 15px;
}
.title-legend {
	padding-right: 10px;
	padding-left: 20px;
	font-size: 1.2em;
	background: url(../img/arrow_pencil.gif) no-repeat 3px 50%;
}
/* --------------------------------------------------------- */



.sitemap {
	font-size: 110%;
	line-height: 150%;
	margin:0 10px;
}
.sitemap h3 {
	padding: 3px;
	margin-top: 20px;
	margin-bottom: 3px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
	letter-spacing: 0.3em;
}
.sitemap ul li a {
	color: #009900;
	text-decoration: none;
}
.sitemap ul li ul {}

.thx {
	font-size: 120%;
	margin: 30px;
	background: #F2F2F2;
	padding: 5px 0px 10px 0px;
}
.thx h3 {
	text-align:center;
	font-size: 120%;
	background: #fff;
	padding: 5px;
	margin: 10 10px;
}
.thx p.empty { /* 買い物カゴ空の場合 */
	background: url(../img/parts/cart_empty.gif) no-repeat center;
	height: 330px;
	text-indent: -1000em;
}
.thx p.thank_you { /* ありがとうの挿絵 */
	background: url(../img/parts/thank_you.gif) no-repeat center;
	height: 251px;
	text-indent: -1000em;
}
.thx p.thank_welcome { /* 会員登録完了 */
	background: url(../img/parts/thank_welcome.gif) no-repeat center;
	height: 251px;
	text-indent: -1000em;
}

.thx p.thank_welcome2 { /* 会員登録完了 */
	background: url(../img/parts/thank_welcome2.gif) no-repeat center;
	height: 251px;
	text-indent: -1000em;
}
.thx p.thank_bye { /* 退会 */
	background: url(../img/parts/thank_bye.gif) no-repeat center;
	height: 251px;
	text-indent: -1000em;
}

.thx p.thank_inquiry { /* 問合せ受付完了 */
	background: url(../img/parts/thank_inquiry.gif) no-repeat center;
	height: 251px;
	text-indent: -1000em;
}
.thx p.thank_taikou { /* 価格対抗受付完了 */
	background: url(../img/parts/thank_taikou.gif) no-repeat center;
	height: 251px;
	text-indent: -1000em;
}
.thx p.login_ok { /* ログイン成功の挿絵 */
	/*background: url(../img/parts/wellcome.gif) no-repeat center;*/
	height: 251px;
	text-indent: -1000em;
}
.thx p.login_miss { /* ログイン失敗の挿絵 */
	/*background: url(../img/parts/login_miss.gif) no-repeat center;*/
	height: 251px;
	text-indent: -1000em;
}
.thx span {
	/*background: url(../img/parts/staffbox_left_corner.gif) no-repeat;*/
	height: 10px;
	display: block;
}
.thx p {
	margin: 15px;
}

blockquote.search_result { /* 検索結果の挿絵 */
	/*background: url(../img/parts/no_hits.gif) no-repeat center top;*/
	height: 306px;
	padding-top: 306px;
	font-size: 120%;
}
blockquote.search_no_match { /* NoMatchの挿絵 */
	/*background: url(../img/parts/no_match.gif) no-repeat center top;*/
	height: 245px;
	padding-top: 245px;
	font-size: 120%;
}
blockquote.search_result p,
blockquote.search_no_match p,
blockquote.login_miss p {
	text-align:center;
}
blockquote.login_miss { /* ログイン失敗時の挿絵 */
	/*background: url(../img/parts/login_miss.gif) no-repeat center top;*/
	height: 245px;
	padding-top: 245px;
	font-size: 120%;
}

.search-box {
	border-bottom : 1px solid #ccc;
	padding:10px;
}
.search-box h4 {
	border-bottom: 1px dashed #999;
	padding: 3px;
	font-size: 110%;
	font-weight: bold;
	color: #0033FF;
}
.search-box img {
	float:left;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #ccc;
}
.search-box a:hover img {
	border: 1px solid #0066FF;
}
.search-box p {
	margin:3px;
	color: #666;
}
.search-box h5 {
	color: #E80000;
	text-align: right;
}

.leftbox {
	width: 300px;
	float: left;
}
.rightbox {
	float: right;
	width: 300px;
}
p.view-comment {
	width: 200px;
	margin: 15px;
}
p.view-comment a {
	/*background: url(../img/review_btn.gif) no-repeat;*/
	padding:0;
	height: 42px;
	width: 200px;
	text-indent: -1000em;
	text-decoration: none;
	display: block;
}
p.view-board {
	width: 200px;
	margin: 0px;
}
p.view-board a {
	background: url(../img/bbs_btn.gif) no-repeat;
	padding:0;
	height: 42px;
	width: 200px;
	text-indent: -900em;
	text-decoration: none;
	display: block;
}


p.view-comment span, p.view-board span {
	background-position: 0 -65px;
	font-size: 8pt;
	padding: 5px;
	display: block;
}
.photo {
	background: #E6E6E6;
	padding: 5px;
	border: 1px solid #999;
}

form.inquery {
	padding: 10px;
}
form.inquery dl {
	padding: 10px;
	/*background: url(../img/back_001.gif);*/
	color: #000;
}
form.inquery dt {
	padding: 3px 0 5px 0;
	margin-bottom: 5px;

}
form.inquery dd {
	padding: 3px 0 5px 32%;
	margin: -2.4em 0 5px 0;
	border-bottom: 1px solid #999;
}







/* -----------------お知らせページ ---------------------------- */
ul.news {
	margin: 0px;
	padding: 15px;
	list-style: none;
}
ul.news li {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0px 0px 20px;
}
ul.news li em {
	font: normal 0.8em ;
	color: #666;
}
ul.news li h4 {
	font-size: 1.2em;
	color: #006600;
	padding: 0 0 5px 10px;
	border-left: 5px solid #006600;
	font-weight: bold;
	/*background: url(../img/guide_icon_003.gif) no-repeat 100% 40%;*/
}
ul.news li p {
	line-height: 160%;
	padding: 10px 0px 0px;
	margin: 0px 0px 0px 15px;
	border-top: 1px solid #009900;
	color: #666;
	font-size: 1.1em;
}
/* -----------------お知らせページ ---------------------------- */




.attention {
	font-weight: bold;
	color: #FF0000;
	padding-right: 5px;
	padding-left: 5px;
}

.rating_star {
	margin: 8px;
}




/*------------2005/10/26 緊急・重要なお知らせ欄---------------*/

div.notice {
	margin:5px 0 5px 0 ;
	padding:10px 10px 10px 10px;
	/*background:#FFFFEE url(../img/parts/sumimasen.gif) no-repeat right bottom;*/
	border:#99F 2px solid;

}

div.notice h3 {
	color:#f00;
}

/*------------2005/10/26 緊急・重要なお知らせ欄---------------*/

/*------------2005/10/26 キャンペーン・ページトップ部---------------*/

div.pr_top {
	margin:0 0 0 0 ;
	background:#FFFFFF;
}

div.pr_top img.l {
	width:300px;
	border:#999 1px solid;
	margin-right:1px;
}

div.pr_top img.r {
	width:300px;
	border:#999 1px solid;
	margin-left:1px;
}

/*------------2005/10/26 キャンペーン・ページトップ部---------------*/

/*------------2005/10/26 キャンペーン・ページサイド部---------------*/

div.pr_side {
	text-align:center;

}

div.pr_side img {
	border:#999 1px solid;
	margin:3px;
}

/*------------2005/10/26 キャンペーン・ページサイド部---------------*/


/*------------2005/10/26 トップページオススメ部---------------*/

div.osusume_top {
	margin:0 0 0 0 ;
	padding-bottom:2px;
	background:#FFFFEE;
	border:#DDF 2px solid;
	float:right;
	width:302px;

}

div.osusume_top-title {
	/*background: url(../img/osusume_top_title.gif) no-repeat;*/
	height: 32px;
	width:302px;
	float:right;
}

.rec_border {
 border:#6699FF 1px solid;
 margin-left:2px;
 margin-top:2px;
 width:75px;
 height:75px;
 float:left;
}

.rec_float {
 margin-top:2px;
 margin-right:3px;
 float:left;
}

.osusume_top b {
	color:#FF0000;
}

.osusume_top a:hover img{
	border-top:#99F 1px solid;
border-bottom:#99F 1px solid;
border-left:#99F 1px solid;
border-right:#99F 1px solid;
}

.osusume_top div.blue {
background:#DDF;
height:75px;
}

/*------------2005/10/26 トップページオススメ部---------------*/

#search {
	margin:0 auto;
	width:610px;
	height:40px;
	background:url(../img/parts/search_bg.png) no-repeat;
	position:relative;
}

#search input {
	margin:10px 0 0 120px;
	width:380px;
}

#search a.btn {
	position:absolute;
	top:5px;
	left:520px;
	display:block;
	background:url(../img/parts/top_btns.png) no-repeat 0px 0px;
	width:81px;
	height:30px;
	font-size:10pt;
}
#search a.btn:hover {
	opacity:0.7;
}

span.avg_rate {
	font-size:10pt;
	color:#000099;
}

.str_red {
	font-weight:bold;
	color:#FF0000;
}


/*-------------------サイドログイン--------------------*/
.member {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #e9e9e9), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 88%);
	background: -moz-linear-gradient(top, #fff 0%, #e9e9e9 88%);
	background: -o-linear-gradient(top, #fff 0%, #e9e9e9 88%);
	background: -ms-linear-gradient(top, #fff 0%, #e9e9e9 88%);
	background: linear-gradient(to bottom, #fff 0%, #e9e9e9 88%);
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
.member h3 {
	background: url(../../img/member_title.gif) no-repeat;
	height: 29px;
	text-indent: -1000em;
}

.member_id {
	height:30px;
	background: url(../img/login_id_back.gif) no-repeat;
}

.member_pass {
	height:30px;
	background: url(../img/login_pass_back.gif) no-repeat;
}

.member-bosyu {
	padding: 5px 3px;
	border: 1px solid #FF9900;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
.member-bosyu h3 {
	background-image: url(../../img/member_bosyu.gif);
	height: 41px;
	text-indent: -1000em;
}
.member-bosyu p {
	line-height: 130%;
	margin: 0px;
	padding: 5px;
}

.member form {
	margin: 0px;
	padding: 5px;

}
.member input {
	width:90px;
	/*height:18px;*/
	margin-left:50px;
	margin-top:5px;
}

.member a.login_bt {
	display:block;
	width:100px;
	height:24px;
	background: url(../img/parts/top_btns.png) no-repeat -1px -51px;
	text-align:center;
}

.member a.login_bt:hover {
	opacity:0.7;
}

/*-------------------サイドログイン--------------------*/

/*-------------------サイドログイン(ログイン済み)--------------------*/
.member_login {
	background:#FFF3D9;
	padding:8px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
.member_login h3 {
	background: url(../img/member_login_title.gif) no-repeat;
	height: 29px;
	text-indent: -1000em;
}
.member_login p {
	padding:0;
	margin:0;
}
/*-------------------サイドログイン(ログイン済み)--------------------*/

/*-------------------ランキング--------------------*/

a.ranking_week_btn,
a.ranking_week_btn_a,
a.ranking_month_btn,
a.ranking_month_btn_a {
	display:inline-block;
	width:80px;
	height:25px;
	font-size:10pt;
	margin:0;
}

a.ranking_month_btn { background:url(../img/parts/rank_btn.png) no-repeat 0px 0px; }
a.ranking_month_btn_a { background:url(../img/parts/rank_btn.png) no-repeat 0px -25px; }
a.ranking_week_btn { background:url(../img/parts/rank_btn.png) no-repeat -80px 0px; }
a.ranking_week_btn_a { background:url(../img/parts/rank_btn.png) no-repeat -80px -25px; }

table.rank_ut1 {
	width:165px;
	border:1px solid #999;
}
table.rank_ut1 th {
	padding:0;
}
table.rank_ut1 td {
	font-size:8pt;
	height:54px;
	border-bottom:1px solid #eee;
}
table.rank_ut1 a:hover {
	color:#FF0000;
	text-decoration:underline;
}

table.rank_ut2 {
	width:165px;
	border:1px solid #999;
	display:none;
}
table.rank_ut2 td {
	font-size:8pt;
	height:54px;
	border-bottom:1px solid #eee;
}
table.rank_ut2 th {
	text-align:center;
}
table.rank_ut2 a:hover {
	color:#FF0000;
	text-decoration:underline;
}

table.rank_ut3 {
	width:165px;
	border:1px solid #999;
	display:none;
}
table.rank_ut3 td {
	font-size:8pt;
	height:54px;
	border-bottom:1px solid #ccc;
}
table.rank_ut3 th {
	text-align:center;
}
table.rank_ut3 a:hover {
	color:#FF0000;
	text-decoration:underline;
}

td.rank4,
td.rank5,
td.rank6,
td.rank7,
td.rank8,
td.rank9,
td.rank10{
	text-align:center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #e9e9e9), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 88%);
	background: -moz-linear-gradient(top, #fff 0%, #e9e9e9 88%);
	background: -o-linear-gradient(top, #fff 0%, #e9e9e9 88%);
	background: -ms-linear-gradient(top, #fff 0%, #e9e9e9 88%);
	background: linear-gradient(to bottom, #fff 0%, #e9e9e9 88%);
}

td.rank1{
	text-align:center;
	color:#fff;
	background: #E73C22;
}
td.rank2{
	text-align:center;
	color:#fff;
	background: #F2941A;
}
td.rank3{
	text-align:center;
	color:#fff;
	background: #2181E7;
}

/*-------------------ランキング--------------------*/

/*-------------------最新レビュー--------------------*/
table.new_review {
	width:165px;
	border:1px solid #999;
}
table.new_review td {
	padding:2px;
	border-bottom:1px dashed #CCC;
}

/*-------------------最新レビュー--------------------*/

/*-------------------カレンダー部--------------------*/
div.calendar table {
	width: 100%;
	background: #CCCCCC;
}
div.calendar table th {
	background: #D9D9D9;
	text-align: center;
	padding: 2px 0px;
}
div.calendar table th.sun {
	background: #F7E3E3;
}
div.calendar table th.sat {
	background: #D7ECFA;
}

div.calendar table td {
	background: #fdfdfd;
	text-align: center;
	padding: 0.2em 0px 0.2em;
	vertical-align: top;
	line-height: 1.4;
}
div.calendar table td.empty {
	background: #f6f6f7;
}
/*-------------------カレンダー部--------------------*/

a.btn:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
}
/*-------------------汎用ページの個人的設定--------------------*/
.px12-18 {
	FONT-SIZE: 12px; LINE-HEIGHT: 18px; TEXT-ALIGN: left
;}

/*-------------------スマホ切り替えボタン--------------------*/
#footer .smt_viewer {
	text-align: center;
	margin: 0 0;
	padding: 0 0;
	background: #F2F2F2;
	border-top: 1px solid #D9D9D9;
}
#footer .smt_viewer li {
	display: inline-block;
	padding: 0 5px;
	margin: 0 0;
	color: #663415;
	font-size: 8px;
	height: 30px;
	line-height: 30px;
}
#footer .smt_viewer li a {
	font-size: 10px;
	height: 30px;
	color: #e63c21;
	text-decoration: none;
	display: inline-block;
}
#footer .smt_viewer li a:hover {
	color: #808080;
}
#footer .smt_viewer li a.off {
	color: #808080;
}
#footer .smt_viewer li a img {
	vertical-align: middle;
	max-height: 100%;
}

/* page-top */
#page-top {
	position: fixed;
	bottom: -100px;
	right: -100px;
	font-size: 77%;
}
#page-top a {
	display:block;
	width:141px;
	height:78px;
	background:url(../img/parts/btn_totop.png) no-repeat;
	opacity:0.9;

}
#page-top a:hover {
	opacity:0.2;
}


/* 他の新商品はこちら */
a.top_newitem_btn {
	display:block;
	background:url(../img/parts/top_btns.png) no-repeat 0px -96px;
	width:241px;
	height:30px;
	font-size:10pt;
	margin:0 auto;
}
a.top_newitem_btn:hover {
	opacity:0.8;
}


