﻿body{
	background-image:url(../img/slash.png);
	background-attachment: fixed;
	overflow-y: scroll;
	font-family: arial;
}
.error-message{
	font-weight: bold;
	color: #900;
	font-size: .8em;
	background-color: #FDD;
}
.outershell{
	text-align: left;
	width: 1020px;
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid #DDD;
}

.sidemenu{
	background-image:url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	float: left;
	width:208px;
	height: 100%;
	display: inline;
}
.mainarea{
	background-image: url(../img/bar1.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFF;
	float:left;
	width: 790px;
	height: 100%
	display: inline;
}
.footer{
	font-size: .9em;
	width: 998px;
	background-color: #DDD;
	text-align: right;
}

h1 {
	font-size: .8em;
	color: #333;
	font-family: arial;
}
h2 {
	padding-left: 10px;
	font-size: 1.2em;
	color: #555;
	font-family: arial;
}
/******************************** Home ********************************/
.home_showarea{
	padding-left: 10px;
}
/******************************** Menu ********************************/
div.sidemenu div.header {
	font-size: .9em;
	font-weight: bold;
	list-style-type: none; /* 先頭記号を消す */
	padding: 0px; /* 枠線と内容の距離をゼロに */
	margin: 10px 0px 7px 5px;

	color: #666;
}
div.sidemenu a.mi {
	width: 180px;
	padding: 3px 0px 3px 5px;
	margin: 0px;
	color: #666;
	text-decoration: none;
	display: block;
}
div.sidemenu a.mi:visited {
	/*color: saddlebrown;*/
	border: 0px solid #FFF;
}
div.sidemenu a.mi:hover {
	/*background-color: #8CF;*/
	color: orange;
}
div.menuitems {
	font-size: 1em;
	font-weight: normal;
	padding: 0px; /* 枠線と内容の距離をゼロに */
	margin: 10px 0px 10px 0px;
	color: #666;
}
div.menuitems2 {
	font-size: .8em;
	font-weight: normal;
	padding: 0px; /* 枠線と内容の距離をゼロに */
	margin: 0px 0px 0px 10px;
	color: #666;
}
div.menuitems_sub {
	font-size: .9em;
	font-weight: normal;
	list-style-type: none; /* 先頭記号を消す */
	padding: 0px; /* 枠線と内容の距離をゼロに */
	margin: 3px 0px 3px 0px;
	color: #666;
}
.twitter_btn{
	margin-left: 10px;
}


/******************************** Cart ********************************/

.cart{
	padding: 3px 5px;
	margin: 10px 10px 10px 5px;
	font-size: .8em;
	line-height: 1.2em;
	color: #333;

}
.cart a{
	font-weight: bold;
	color: #555;
	text-decoration: none;
	background-color: #FFF;
}
.cart a:visited{
	color: orange;
}
.cart a:hover{
	color: orange;
}

.cart_cartheader{
	font-size: .9em;
	font-weight: bold;
	background-color: #7F8F7F;
	color: #fff;
	padding-left: 5px;
}
.cart_itemname{
	padding-left: 3px;
	font-size: .9em;
	font-weight: bold;
}
.cart_iteminfo{
	padding-left: 30px;
	font-size: .8em;
}
.cart_itemprice{
	color: #666;
	text-align:right;
	font-size: .8em;
	font-weight: bold;
}
.cart_subheader{
	text-align:left;
	font-size: .8em;
	font-weight: bold;
}
.cart_shipping{
	text-align:right;
	font-size: .8em;
}
.cart_daibiki{
	text-align:right;
	font-size: .8em;
}
.cart_totalprice{
	color: #666;
	text-align:right;
	font-size: .9em;
	font-weight: bold;
}
.cart_checkcart{
	text-align:right;
	font-size: .9em;
	font-weight: bold;
	padding: 10px 0px;
}
.cart_msg{
	color: #666;
	font-size: .9em;
	padding: 0px 0px 0px 10px;
}
.cc_tbl{
	border: none;
	padding: 10px;
	margin-top: 20px;
	font-family: arial;
	border-collapse:collapse;
	font-size:.9em;
}
.cc_tbl_header{
	background-color: #7F8F7F;
	padding: 0px 5px;
	font-weight:bold;
	color: #fff;
	text-align:left;
}
.cc_tbl th{
	padding: 5px;
	margin 0px;
	background-color: #7F8F7F;
	color: #fff;
	border: none;

}
.cc_tbl tr{
	padding: 0px;
	margin 0px;
	border: none;
}
.cc_tbl td{
	padding: 3px;
	margin 0px;
	border: solid 1px #7F8F7F;
	text-align:right;
}
.cc_tbl td.cc_tbl_space{
	padding: 0px;
	margin 0px;
	border: none;
}
.cc_tbl_line{
	border-top: 1px solid #7F8F7F;
	padding: 0px;
	margin: 0px;
	font-size: .5em;
	border: none;
}
.cc_tbl_goukei{
	font-weight: bold;
	background-color: #7F8F7F;
	color: #fff;
	padding: 3px;
	margin 0px;
}
.cc_tbl_total{
	font-weight: bold;
	padding: 3px;
	margin 0px;
	border: solid 1px #7F8F7F;
}

.clearfloat { 
	clear: left; 
}

/******************************** Forms ********************************/
form {
	margin-top:0px;
	margin-bottom:0px;
}
/*
fieldset {
/*
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
*/
}
fieldset legend {
/*
	background:#fff;
	color: #e32;
	font-size: 100%;
	font-weight: bold;
*/
}
fieldset fieldset {
/*
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
*/
}
fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
}
fieldset fieldset div {
/*
	clear: left;
	margin: 0 20px;
*/
}
*/
form div {
/*
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
*/
}
form div.required {
}
form div.submit {
}
label {
}

input, textarea {
}
select {
}
select[multiple=multiple] {
}
input[type=checkbox] {
}
input[type=radio] {
}
div.radio label {
}

/* footertext */
a.footer{
	color: #333;
	text-decoration: none;
}
a.footer:visited {
	color: #333;
	text-decoration: none;
}
a.footer:hover{
	color: orange;
	text-decoration: underline;
}

/******************************** TABLE ********************************/
table.faq_tb tr td {
	font-family: arial;
	padding: 12px;
	text-align: left;
	vertical-align: top;
	font-size: .9em;
	line-height:2em;
}
table td.ship_th{
	color: #FFF;
	font-weight: bold;
	background-color: #7F8F7F;
	padding: 10px;
	text-align:left;
}
table td.ship{
	text-align: left;
	padding: 10px;
	line-height: 1.8em;
	font-size: .9em;
	color: #666;
	background-color: #fff;
	border: solid #999 1px;
}
table td.faq{
	color: #666;
}
table td.faq a{
	color: #F60;
}

table td.faqheader{
	background-color: #7F8F7F;
	color:#fff;
	font-weight:bold;
}
table td.faqcontents{
	padding-left: 30px;
	color:#555;
	border: 1px solid #999;
}

table td.faqheader2{
	font-size: 1em;
	font-weight:bold;
	padding:5px;
	border: 0px;
	background-color: #7F8F7F;
	color:#FFF;
}
table.tb_notice{
	font-family: arial;
	padding: 10px;
	font-size: .9em;
}
td.notice_th{
	color: #FFF;
	font-weight: bold;
	width: 120px;
	background-color: #7F8F7F;
	padding: 20px;
}
td.notice_td{
	line-height: 2em;
	color: #555;
	padding: 10px;
}

table.shippingdetail{
	border-collapse:collapse;
}

table.shippingdetail td{
	border: solid 1px #999;
	padding: 0px 20px;
	font-weight:bold;
}

a.toplink{
	color: #555;
}
a.toplink:hover{
	color: #555;
}
a.toplink:visited{
	color: #555;
}

/******************************** Item List ********************************/
table.itemlist{
	margin-left: 10px;
	width: 95%;
}
table.itemlist tr{
	background-color: transparent;
	border-width: 0px;
}
table.itemlist td.il_pic{
	vertical-align: middle;
	border: none;
	border-width: 0px;
	height: 190px;
	width: 240px;
}
table.itemlist td.description{
	width: 500px;
	color: #444;
	vertical-align: middle;
	border: none;
	border-width: 0px;
	background-color: #fff;
	line-height: 1.7em;
	font-size: .9em;
	height: 190px;
	padding-left: 30px;
}
table.itemlist tr.itemcontainer{
	border: none;
	border-width: 0px;
	margin: 10px 0px;
}
.il_pic{
	border: solid 1px #fff;
}
.il_header{
	padding: 3px 3px 3px 0px;
}
.il_itemdescription{
	font-weight:bold;
}
.itemfloatbox{
	float:left;
	width: 164px;
	margin: 10px 5px 10px 5px;
	border: 1px solid #ede;
	height: 250px;
	padding: 5px 3px 0px 3px;
	display: inline;
	font-size:.9em;
}
.il_name{
	margin-top:10px;
}
.il_desc{
	margin-top:10px;
	line-height: 1em;
}
a.itemlistpicture{
	display: block;
	text-decoration: none;
	color: #666;
	font-size:.9em;
}
a.itemlistpicture:hover {
	font-weight: bold;
	color: #Fa9;
}
a.itemlistpicture img.il_pic:hover {
	border:1px solid #Fa9;
	color: #Fa9;
}
.il_pic{
	border: 1px solid #fff;
}
/******************************** Bread Crumb ********************************/
div.breadcrumb{
	font-size: .7em;
	font-weight: bold;
	padding: 5px;
	/*background-color: #7F8F7F;*/
	background-color: #CC9;
}
div.breadcrumb a{
	color: #777;
	text-decoration: none;
}
div.breadcrumb a:hover{
	color: #777;
	text-decoration: none;
}
div.breadcrumb a:visited{
	color: #777;
	text-decoration: none;
}

/******************************** Articles ********************************/

.articles{
	margin: 10px 40px;
	padding: 10px;
	border: dashed 1px #666;
}
.headline{
	color: #666;
	font-size: .9em;
	line-height: 1.5em;
}


/********************************* Item View *********************************/

a.otherpics:hover{
	border: 1px solid #ddd;
	padding:1px;
}

table.itemview{
	font-size: .9em;
	width:760px;
}
.concepttext{
	padding: 0px 10px 10px 10px;
	padding-top: 10px;
	color: #333;
	line-height: 1.8em;
}
.detailheader{
	padding: 5px 5px 5px 10px;
	border-bottom: 2px solid #555;
	color: #555;
	font-weight: bold;
	font-size: 1em;
}
.detailtext{
	padding: 0px 10px 10px 10px;
	padding-top: 10px;
	color: #333;
	line-height: 1.8em;
}
.detailinfo{
	margin-top: 20px;
	border: dashed 1px #666;
	padding: 10px;
	color: #333;
	line-height: 1.3em;
}
.detailpic{
	vertical-align:middle;
}
.oldprice{
	color: #533;
	font-size: 1em;
	font-weight: bold;
	text-decoration: line-through;
}
.newprice{
	font-size: 1.2em;
	font-weight: bold;
	color: #733;
}

.t_h{
	background-color:#F5F5F5;
	padding:5px;
	font-weight:bold;
	color: #666;
}
.t_s{
	border: 1px solid #DDD; padding:5px;
	color: #666;
}

/* Order Page */

table.order{
	width: 640px;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	text-align:left;
	font-family: arial;
}
tr.order_hd{
	font-size: .9em;
	background-color: #7F8F7F;
	color: #fff;
	padding: 0px;
	margin: 0px;
	border: none;
}
tr.order_tr{
	padding: 0px;
	margin: 0px;
	border: none;
}
td.order_td{
	margin: 0px;
	border: none;
	font-size: .9em;
	font-weight:bold;
	background-color: #eee;
	color: #444;
	padding: 5px 10px;
	width: 200px;
}
td.order_tdi input{
	padding: 2px;

}
td.order_tdi{
	background-color: #FFe;
}
td.order_td_hd{
	padding: 10px;
	font-weight: bold;
	margin: 0px;
	border: none;
}
.hissu{
	color: #555;
	font-weight: bold;
	font-size: .8em;
}
/* Twitter */
.twit{
	color: #444;
	font-size: .8em;
	padding: 5px;
}
/******************************** Category Description ********************************/
.cat_container{
	margin-left: 10px;
}
.b1_top{
	padding-left: 10px;
	color: #555;
	width:220px;
	background-image: url(./../img/cat/b1t.gif);
	background-repeat: no-repeat;
}
.b1_mid{
	width:220px;
	font-size:.9em;
	color: #555;
	background-image: url(./../img/cat/b1m.gif);
	background-repeat: repeat-y;
	padding: 10px;
}
.b1_btm{
	width:220px;
	background-image: url(./../img/cat/b1b.gif);
	background-repeat: no-repeat;
}
.b2_top{
	padding-left: 10px;
	color: #555;
	width:500px;
	background-image: url(./../img/cat/b2t.gif);
	background-repeat: no-repeat;
}
.b2_mid{
	width:500px;
	font-size:.9em;
	color: #555;
	background-image: url(./../img/cat/b2m.gif);
	background-repeat: repeat-y;
	padding: 10px 0px 10px 10px;
}
.b2_btm{
	width:500px;
	background-image: url(./../img/cat/b2b.gif);
	background-repeat: no-repeat;
}
.b3_top{
	font-size: .5em;
	padding-left: 10px;
	color: #555;
	width:750px;
	background-image: url(./../img/cat/b3t.gif);
	background-repeat: no-repeat;
}
.b3_mid{
	width:750px;
	font-size:.9em;
	text-align: left;
	color: #555;
	background-image: url(./../img/cat/b3m.gif);
	background-repeat: repeat-y;
	padding: 10px 0px 0px 10px;
}
.b3_btm{
	width:750px;
	background-image: url(./../img/cat/b3b.gif);
	background-repeat: no-repeat;
	font-size: .5em;
	padding-left: 10px;
}
.b4_top{
	margin-left: 15px;
	padding-left: 10px;
	color: #555;
	width:750px;
	font-size: .5em;
	background-image: url(./../img/cat/b4t.gif);
	background-repeat: no-repeat;
}
.b4_mid{
	line-height: 1.4em;
	margin-left: 15px;
	width:750px;
	font-size:.9em;
	color: #555;
	text-align: left;
	background-image: url(./../img/cat/b4m.gif);
	background-repeat: repeat-y;
	padding: 10px 0px 0px 10px;
}
.b4_btm{
	margin-left: 15px;
	width:750px;
	background-image: url(./../img/cat/b4b.gif);
	background-repeat: no-repeat;
	font-size: .5em;
	padding-left: 10px;
}
.cat_header{
	font-weight: bold;
	padding: 10px 5px 10px 15px;
	background-color: #F5DED3;
	margin-bottom: 5px;
}
.cat_descbox{
}
.cat_img{
	float:left;
	margin: 0px 10px 25px 0px;
	border-bottom: solid #bbb 2px;
	border-right: solid #bbb 2px;
	display: inline;
}
.cat_img_r{
	float:right;
	margin: 0px 0px 25px 10px;
	border-bottom: solid #bbb 2px;
	border-right: solid #bbb 2px;
	display: inline;
}
.cat_text{
	float: right;
	border: dashed 1px #DDD;
	line-height: 1.5;
	padding: 5px;
	background-color: #fff;
	margin: 0px 5px;
}

.cat_desc{
	background-color: #fff;
/*	padding-left:15px;
	padding-right:35px;*/
	margin-right:35px;
	/*margin:10px;*/
	font-size:1em;
	line-height: 1.5em;
}
.fadein { position:relative; height:500px; width:760px; }  
.fadein img { position:relative; left:0; top:0; }  

.admin_flash{
	margin: 10px;
	padding: 10px;
	font-weight: bold;
	background-color: DarkSeaGreen;
	color:#fff;
}
