﻿@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Style Info:     contents area .etc
----------------------------------------------------------- */

/*----------------------------------------------------
	#contents　（メイン可変部分）
----------------------------------------------------*/

#contents {
	float:right;
	display:inline;
	width: 640px;
	margin:0px 10px 10px 0;
	display:inline;
}

#main {
	float:left;
	display:inline;
	width: 640px;
	margin:0px 0px 10px 5px;
	display:inline;
}
#main h2{
	font-size:16px;
	letter-spacing:5px;
	color: #581405;
	font-weight:bold;
	margin:0px 0 0px 0;
	padding:5px 10px 5px 10px;
	line-height:20px;
	background: #FFE8CA;
	border-bottom: #CC9966 solid 1px;
	border-left:#FF6600 solid 5px;
}

#main  h3 {
	font-size:20px;
	font-weight:bold;
	color:#333333;
	margin:20px 10px;
	padding:5px 0px;
	border-bottom:#FF6600 solid 2px;
	}

#main  h4 {
	font-size:14px;
	color:#333;
	line-height:24px;
}
#main  h5 {
	font-size:12px;
	color:#333;
	line-height:24px;
	margin:10px 0;
}
#main  p {
	font-size:12px;
	line-height:24px;
	color:#666666;
	margin:10px 0 0 0 ;
}

#main #l_box{
	width:380px;
	float:left;
	margin:0 10px;
}

#main #r_box
{
    font-size:14px;
	width:210px;
	position:relative;
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
	vertical-align:top;
	padding:0px;
}

/*----------buy---------------*/
#buy li{
	float:right;
	width:220px;
	margin:10px 0px 0 0;
	text-align:center;
	display:inline;
}


#buy table {
	border-top:10px solid #FF6600;
	font-size:12px;
	color:#333333;
	text-align:left;
	line-height:22px;
}
#buy td {
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	padding:5px;
}

/*----------商品名----------*/
#buy td.name{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#666;
	background: url(../../img/share/table_bg_01.gif);
}

a.name:link {color:#666;text-decoration: none;}
a.name:visited {color:#999;	text-decoration: none;}
a.name:hover {color:#ff0000;text-decoration: underline;}
a.name:active {color:#ff6600;text-decoration: none;}


/*----------商品番号----------*/
#buy td.number{
	font-size:12px;
	color:#999999;
	background:#EEEEEE;
	padding:2px 0 2px 5px;
}

/*----------商品値段----------*/
#buy td.price{
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}

/*----------商品詳細----------*/
#buy td.details{
	font-size:12px;
	padding:0 0 0 20px;
	background:url(../../img/share/arrow_03.gif) no-repeat 5px 7px;
}

a.details:link {color: #0033CC;text-decoration: underline;}
a.detailsvisited {color:#999;text-decoration: underline;}
a.details:hover {color:#ff0000;text-decoration: underline;}
a.details:active {color:#ff6600;text-decoration: none;}



/*----数量---*/
#buy #quantity {
	width:220px;
	float:right;
	font-size:12px;
	text-align: center;
	margin:15px 0 0 0;
}
#buy #quantity.ma{
	margin:0 10px;
}

/*----買い物かごに入れる--*/

#buy #cart_btn {
	width:220px;
	float:right;
	text-align: center;
	margin:15px 0 0 0;
}
