/* CSS Document */

/* 全称セレクタでブラウザ毎のクセをリセット */
* {
	margin: 0;
	font-style: normal;
	font-weight: normal;
	border: none;
	font-size: 13px;
	line-height: 150%;
	padding: 0px;
}


/* 背景枠 */
/* 全体大枠 */
#main{
	width: 100%;
}

hr {
	margin: 15px 0px 15px 0px;
  color: #C9CaCB; /* 線の色(IE用) */
  background-color: #C9CaCB; /* 線の色(NN用) */
  height: 1px; /* 線の太さ */
  border: 1px; /* 枠の太さ */
  border-color: #C9CaCB; /* 枠の色 */
  border-style: dashed; /* 枠の種類 */
}
/* 全体レイアウト */


#main_box{
	width: 935px;
	background-image: url("../img/bg.gif");
	background-repeat: repeat-y;
	background-position: center;
}

#title_box{
	width: 875px;
	margin: 0px 30px 0px 30px; 
}


#news_box{
	width: 855px;
	margin: 0px 30px 0px 30px; 
}

#title_box{
	width: 875px;
	margin: 0px 30px 0px 30px;
}

#goods_box_ex{
	width: 835px;
	margin: 0px 50px 0px 50px;
}

#goods_box{
	width: 805px;
	margin: 0px 50px 0px 50px;
	padding: 15px;
	border: 1px solid #C9CaCB;
	background-color: #f3f3f3;
}

#haisou_box{
	width: 80%;  
	border: 0px;  
	margin: 20px auto;  
	text-align: left;   
}

/* テーブル関係 */
table.table_size{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}

.table_size td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
	font-size:10px;
}



/* 文字指定関係 */

.txt_info{
	font-size: 11px;
}

.txt_newsdate_title{
	font-size:16px;
	font-weight: bold;
	color:#333333;
	}

.txt_newsdate{
	font-size:12px;
	color:#996633;
	}

.txt_name{
	font-size:22px;
	font-weight: bold;
	color:#CC3300
	}

.txt_subname{
	font-size:15px;
	font-weight: bold;
	color:#996600;
}

.txt_price_L{
	font-size:22px;
	font-weight: bold;
	color:#00579F;
}

.txt_price_S{
	font-size:14px;
	font-weight: bold;
	color:#00579F;
}

.txt_size{
	font-size:14px;
	font-weight: bold;
}

.txt_caution{
	color:#FF6600;
}

.txt_size{
	color:#666666;
	font-size:11px;
}

.txt_soldout{
	font-size:24px;
	font-weight: bold;
	color:#cc0000;
}

.txt_soldout_s{
	font-size:14px;
	font-weight: bold;
	color:#cc0000;
}

#space{
clear: both;
}


#space:after{
content: ""; 
display: block; 
clear: both;
}
