@charset "utf-8";
	
/*固定枠
----------------------------------------------------------------*/	
.yellow_w{
	background-color: #FDFEBD;
	border: 1px solid #DCD8B0;
	width: auto;
}

.yellow_w p{
padding:5px;
}

.flo-r-w180{
	float:right;
	width:185px;
}
.flo-r-w420{
	float:left;
	width:390px;
	padding: 15px;
}

/*　共通みだし　
----------------------------------------------------------------*/
#rightside h2{
	margin:0;
	padding:0;
	}

#content h3{
	margin:0 0 14px 0;
	}
	
#content h4{
	margin:0 0 12px 0;
	}		

/*左枠
----------------------------------------------------------------*/
#leftside {
	width:250px;
	float:left;
	margin:15px 0 0 0;
	padding:0;
	}


/*右枠
----------------------------------------------------------------*/
#rightside {
	width:665px;
	float:right;
	margin:15px 0 0 0;
	padding:0;
	}
	
/*中縦ナビ
----------------------------------------------------------------*/
#vnavigation1{
	margin:0 0 15px 15px;
	padding:0 0 15px 0;
	width: 235px;
	background-image: url(../common_img/v_nav1_bg.gif);
	background-repeat: no-repeat;
	height: auto;
	background-position: bottom;
	}
	#vnavigation1 li {
		margin:0;
		padding:0;
		}
		#vnavigation1 li img{
			/*margin:0;*/
			padding:0;
			}
#vnavigation2{
	margin:0 0 0 15px;
	padding:0;
	width: 235px;
	}
	#vnavigation2 li {
		margin:0;
		padding:0;
		}
		#vnavigation2 li img{
			margin:0;
			padding:0;
			}
			
/*ステージ
----------------------------------------------------------------*/
#content{
	width:640px;
	margin:25px 0 0 5px;
	}


/* 新着情報（ページ版）
----------------------------------------------------------------*/
 .topcstbl{
	width:100%;
	}
	/* タイトル */
	.topcstbl td.title{
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	color:#fff;
	background-color:#692f00;
	vertical-align: top;
	padding:8px 10px 5px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BF9377;
	background-image: url(../about/images/news_title.gif);
	background-repeat: no-repeat;
		}
	/* 本文 */
	.topcstbl td.body{
		width: 100%;
		padding:10px 5px;
		vertical-align: top;
		text-align: left;	
		}
	/* 画像 */
	.topcstbl img.photo{
	float:right;
	border:1px solid #CCCCCC;
	padding:4px;
	margin:0 0 10px 15px;
		}
	/* ページの先頭 */
	.topcstbl td.up{
	font-size:11px;
	line-height:15px;
	text-align:right;
	background-image:url(../common_img/dot_line02.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin:10px 0;
	padding:10px 0px 30px;
		}
		.topcstbl td.up a{
	color:#86643B;
	background-color:#FDFEBD;
	padding:2px 10px 1px;
	border:1px solid #D8D9A2;
	text-decoration:none;
			}
		.topcstbl td.up a:hover{
	color:#AE9572;
	text-decoration:none;
			}

/*フッタ上　バナー
----------------------------------------------------------------*/
#content-banner {
	width:590px;
	margin:0 auto 30px auto;
	padding:0;
	height:50px;
	}
	#content-banner li{
	width:auto;
	float:left;
	padding: 0;
		}
		#content-banner li img {
			margin:0;
			padding:0;
			}
			
/*商品テーブル
----------------------------------------------------------------*/
.goods-name{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	line-height: 16px;
	padding: 10px 0 0 0;
}

.goods-margin{
    width:30px;
    }
	
/*shop コンテンツ
----------------------------------------------------------------*/
#shop-w{
   width:390px;
   float:right;
}
#shop-w h4{
	background-color:#86420c;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px 10px 5px 10px;
	border-bottom:solid 2px #BF9377;
	margin: 0 0 10px 0;
	font-size: 14px;
	width: auto;
	background-image: url(../shop/images/shop_title.gif);
	background-repeat: no-repeat;
}

/*　お問い合わせ表組
----------------------------------------------------------------*/	
.contacttbl{
	width:630px;
	border-top:1px solid #ccc;
}
	.contacttbl .td01{
		color:#555;
		font-weight:bold;
		border-bottom:1px solid #ccc;
		background-color:#f4f4f4;
		padding:7px 10px;
		
	}
	.contacttbl .td02{
		padding:7px 10px;
		border-bottom:1px solid #ccc;
		
	}
		.contacttbl .td02 .area{
	width:420px;
		} 
