/**********************************/
@media print { 

.noprint{
	display:none;
}
}

/**********************************/

@media screen{

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }


body {
	font-size: 12px;
	line-height: 1.7;
	color: #666666;
	background-image: url(common/back.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}


.login {
	height: 60px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-color: #E6DEAC;
}


.guide {
	height: 32px;
	width: 800px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#header {
	background-color: #FFFFFF;
	background-image: url(common/0000header_back.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}




table {
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
	text-align: left;
}



#box {
	padding: 0px;
	width:800px;
	left:50%;
	margin-left:-400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: absolute;
	background-color: #FFFFFF;

}

.header1 {
	height: 40px;
	width: 780px;
	margin: 0px;
	padding: 0px;
}
#button {
	margin: 0px;
	padding: 0px;
	width: 800px;
}

.left_navi {
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.right_contents {
	width: 180px;
	float: right;
	margin: 0px;
	padding: 0px;
	
}
#maincontents {
	margin: 0px;
	padding: 0px;
	width: 800px;
}

.main {
	width: 405px;
	float: right;
	padding: 0px;
	margin-right: 2px;
	margin-top: 0px;

	/*margin-bottom: 0px;
	margin-left: 0px;*/
}
#left_navi_main {
	float: left;
	width: 620px;
	margin: 0px;
	padding: 0px;
}



.space {
	height: 20px;
	width: 100%;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	padding: 0px;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
dt {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
}

/*-----Add 06/06 S-tanaka---*/
/*----------------------------
  Pick Up
-----------------------------*/
div.pickup{
	margin-bottom:15px;
	width:198px;
	overflow:hidden;
}

div.pickup img{
	vertical-align:bottom;
}

div.pickup-inner{
	text-align:center;
	background:url(common/pickup_body.gif) repeat-y;
}
div.pickup-inner img{
	padding:10px 10px 5px 10px;
	margin: 0 auto;
}

p.pickup-text{
	padding:0 20px;
	margin:0;
	text-align:left;
}


/*----------------------------
  Magokoro
-----------------------------*/
div#magokoro{
	background:#E6DEAC;
	margin-right:16px;
	margin-left:6px;
	margin-bottom:35px;
	padding:0 9px 10px 9px;
}

h2#magokorotitle{
	padding:17px 0 0 0;
	margin:0;
	text-align:center;}

h2#magokorotitle img{
	margin:0 auto;
}

.mago-col{
	background:#FFFFFF;
	border:1px dotted #B8A58D;
	margin-top:10px;
}

/*hide Mac IE\*/
*html .mago-col{ height:1px;}
/*End hide Mac */

.mago-col-left{
	float:left;
	width:165px;
	padding:15px 0 0 15px;
	margin:0;
}

.mago-col-right{
	float:right;
	width:165px;
	padding:15px 15px 0 0;
	margin:0;
}

.clr {
    clear: both;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

p.magokoro-text{
	padding-top:10px;
	color:#999999;
	font-weight:bold;
	font-size:16px;
	line-height:120%;
	margin:0;}
	
p.magokoro-text2{
	line-height:130%;
	color:#999999;
	margin:0;}

p.btn-right{
	text-align:right;
	padding-right:15px;}

ul.right-banner{
	margin-bottom:30px;
}

ul.right-banner li{
	margin-bottom:10px;
	}
ul.right-banner li img{
	vertical-align:bottom;}
	
dl.right-col dd{
padding:0 5px;
text-align:left;}

ul.right-col-text li{
	margin-bottom:5px;
	line-height:130%;
}
ul.right-col-text li a{
	color:#FF3300;
	font-weight:bold;
	text-decoration:none;}
	
ul.right-col-text li a:hover{
	text-decoration:underline;}
	

/*hide Mac IE\*/
*html .list-column{ height:1px;}
/*End hide Mac */




#Category_left{
	background-color:#FEFFF4;
	border-style:solid;
	border-width:1px;
	border-color:#FF6600;
	line-height: 1.4;
}


#Category_left div{
background-color:#FF6600;
padding:1px;
color:#FFFFFF;
font-weight:bold;
width:100%px;
margin:auto;
}
#Category_left dl{
padding-left:10px;
}
#Category_left dt{
width:160px;
margin-top:5px;
margin-bottom:0px;
border-bottom-style:dotted;
border-bottom-color:#FF6600;
border-bottom-width:1px;
font-weight:bold;
}
#Category_left strong{
color:#FF6600;
}
#Category_left span{
color:#669900;
font-size:10px;
}


}
.name {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFEFD7;
	margin: 0px;
	padding: 5px;
	color: #FF3300;
}

#submenu {
	margin: 0px;
	padding: 0px;
	width: 800px;
}

/* ------------------------------------- 
 *	商品詳細ページ
 * ------------------------------------- */
h2.item-name{
	background:url(common/discription_bg.jpg) repeat-x top;
	padding:15px 10px 7px 10px;
	margin:0 0 10px 0;
	font-size:16px;
	color:#666666;
	border-bottom:1px solid #CCCCCC;
	line-height:100%;}
	
h2.item-name-teiki{
	padding:5px 0 7px 0;
	margin:0 0 10px 0;
	font-size:16px;
	color:#666666;
	border-bottom:1px solid #CCCCCC;}
	
.item-description-text{
	margin:15px 0 15px 0;
	text-align:left;}

table.teiki-item{
	width:100%;
}
	
table.teiki-item td{
	vertical-align:top;
	text-align:left;}
	
td.teiki-item-photo{
	width:210px;
	text-align:right;}
	
td.teiki-item-photo2{
	width:210px;}
	
table.price-count-s{
	border-collapse:collapse;
	width:100%;
	}
	
.price-count-s td{
 	border:1px solid #CCCCCC;
 	padding:3px 5px;
 	text-align:left;}
 
.price-count-s th{
 	border:1px solid #CCCCCC;
 	background:#F4F4F4;
 	padding:3px 5px;}