@charset"Shift_JIS";

/* 基本レイアウト */
IMG{
	border : 0px;
}

body{
	text-align:center;
	background-color: #FFFFFF;
	background-image:url(../img/backg.gif);
	background-position:top center;
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}

.txt_b{
	font-weight:bold;
}

.mar10 {
margin-top:10px;
}


/*--ベース--*/
#pagebase{
	width:800px;
	background-color: #FFFFFF;
	margin:0 auto;
	text-align:left;
}

/*--カレンダー（幅162px）--*/
.calender{
	font-size:75%;
	text-align:center;
}

.calender_b{
	color:#4C3B2C;
	font-weight:bold;
}

.calender_c{
	font-size:90%;
	color:#4C3B2C;
}



/*--パンくずエリア--*/
#pankuzu{
	font-size:75%;
	font-weight:normal;
	padding-bottom:7px;
}


/*--コピーエリア--*/
#copyline{
	font-size:120%;
	font-weight:bold;
	line-height:160%;
	padding-bottom:7px;
}

#copyline .copyhead{
	padding-left:8px;
}


/*--メーカーエリア--*/
#makerline{
	font-size:70%;
	font-weight:bold;
	padding-bottom:5px;
}


/*--タイトルエリア--*/
#titleline{
	font-size:120%;
	font-weight:bold;
	color:#FF9900;
	padding-bottom:5px;
}

#titleline .titlehead{
	padding-left:4px;
}

#titleline .iconhead{
	margin-left:10px;
	margin-bottom:2px;
}


/*--価格エリア--*/
#priceline{
	font-size:85%;
	line-height:130%;
	font-weight:normal;
	color:#000000;
	padding-bottom:10px;
}

#priceline .price_b{
	color:#FF6600;
	font-weight:bold;
}

#priceline .price_before{
	text-decoration:line-through;
}


/*--写真エリア--*/
#photoarea{
	padding-bottom:10px;
}

#photoarea .photo_note{
	font-size:70%;
}

#photoarea .photo_txt{
	font-size:80%;
	line-height:130%;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:5px;
}


/*--コーディネイトエリア--*/
#coordiarea{
	padding-bottom:10px;
}

#coordiarea .t_coordi{
	font-size:90%;
	font-weight:bold;
	color:#D67208;
	padding-top:4px;
	padding-bottom:4px;
}

#coordiarea .coordi_txt{
	font-size:80%;
	line-height:130%;
	font-weight:normal;
}

#coordiarea .coordi_txt_ore{
	color:#FF6600;
}


/*--スペックエリア--*/
#specarea{
	font-size:80%;
	line-height:140%;
	font-weight:normal;
	padding-bottom:10px;
}

#specarea .head_txt{
	color:#D67208;
}


/*--サイズ表在庫表エリア--*/
.sizearea{
	width:603px;
}

.sizearea .t_size{
	font-size:90%;
	font-weight:bold;
	color:#D67208;
}

.sizearea td{
	font-size:90%;
	line-height:150%;
}

.sizearea .sab_t{
	margin-left:10px;
}




/*--注釈エリア--*/
.note_txt{
	font-size:75%;
	line-height:150%;
	font-weight:normal;
}


/*--カラーバリエーションエリア--*/
#colorarea{
	padding-bottom:10px;
}

#colorarea .t_color{
	font-size:90%;
	font-weight:bold;
	color:#D67208;
	padding-top:4px;
	padding-bottom:4px;
}


/* フッター */
#footerarea{
	width:603px;
	font-size:80%;
	line-height:130%;
	color:#666666;
	text-align:center;
	padding-bottom:5px;
}




