@charset "Shift_JIS";

body {
	margin:0px;
	padding:0px;
	color: #444444;
	background:url(../commonimg/bg.gif);	
	background-repeat: repeat;
	background-color: #301900;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", Verdana, arial, sans-serif;
}
a:link		{ color: #7D550C; text-decoration: none; }
a:visited	{ color: #7D550C; text-decoration: none; }
a:active	{ color: #7D550C; text-decoration: underline; }
a:hover		{ color: #7D550C; text-decoration: underline; }

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-size:	100%;
	line-height: 100%;
}

h3 {
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 5px;
}

h4 {
	font-size:	100%;
	line-height: 120%;
}

/*ログ*/
.log {
	font-size:	80%;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
}

/*商品名*/
.hinmei {
	font-size: 180%;
	font-weight: bold;
	color: #C93;
}

/*ノート*/
.note {
	font-size:	12px;
	line-height: 29px;
	color: #7A663B;
}

/*詳細*/
.syousai {
	font-size:	80%;
	line-height: 100%;
}

/*価格*/
.kakaku {
	font-size:	160%;
	line-height: 140%;
	color: #C00;
	font-weight: bold;
}

/*本文*/
.honbun {
	font-size:	100%;
	line-height: 160%;
}

/*本文サブ*/
.honbun_sabu {
	font-size:	80%;
	line-height: 140%;
}

/*本文改行*/
.honbun_p {
	font-size: 25%;
	line-height: 25%;
}

/*本文見出し*/
.midashi {
	font-size: 100%;
	line-height: 200%;
	font-weight: bold;
	color: #7D550C;
}

/*囲い*/
.kakoi {
	float: left; 				
	background-color: #FBFAF5;
	width: 100%;
	border-width: 1px;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 9px;
	border-style: solid;
	border-color: #E3DAC6 #E3DAC6 #E3DAC6 #E3DAC6;
}

/*コラム01*/
.column01 {
	float: left; 				
	background-color: #FBFAF5;
	width: 68%;
	border-width: 1px;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 9px;
	border-style: solid;
	border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
}

/*枠内見出し*/
.waku_midashi {
	font-size: 16px;
	font-weight: bold;
	color: #630;
}

/*商品一覧キャプション*/
.caption_ichiran {
	font-size: 100%;
	line-height: 200%;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	color: #C93;
}

/*商品キャプション*/
.caption_product {
	font-size: 80%;
	line-height: 120%;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

/*リンク集キャプション*/
.caption_link {
	font-size: 80%;
	line-height: 100%;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	color: #C93;
}

/*ニュース＆トピックス*/
.news {
	font-size:	12px;
	line-height: 24px;
	color: #7A663B;
	padding: 12px;


}

/*フッターメニュー*/
.footermenu:link {color:#EEE ; text-decoration: none;}
.footermenu:visited {color:#EEE ; text-decoration: none;}
.footermenu:active {color:#EEE ; text-decoration: none;}
.footermenu:hover {color:#EEE ; text-decoration: none;}

.footer {
	font-size: 80%;
	line-height: 120%;
	color: #fff;
}


/*写真*/
.photo {
	float: left; 
	background-color: #f6f6f6;
	border-width: 1px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 30px 10px;
	border-style: solid;
	border-color: #EEEEEE #DDDDDD #DDDDDD #EEEEEE;
}


img {
	border: none;
}




		
/*全体を格納*/
#base {
	width: 765px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
		
/*ヘッダー*/
#header {
	width: 765px;
	height: 87px;
	margin: 0px;
	padding: 0px;
}

/*BBSメイン*/
#bbs_main{
	width: 550px;
	margin:0px;
	padding:0px;
	font-size:	13px;
	text-align: left;
}

/*年末年始*/
.y_info{
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid;
}

.y_info p{
	margin: 0px;
	padding: 0px;
}

.y_info p.top{
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	color: #FF0000;
}

