body {
	margin:0px;
	background-color:#ffffff;
	color:#666666;
}
img {
	border:0;
}

#shadow {
	width:820px;
	background-image:url("img/shadow.jpg");
	background-repeat:repeat-y;
	margin-right:auto;
	margin-left:auto;
}
#sotowaku {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	border-bottom:1px solid #eeeeee;
}
#header {
	margin-bottom:10px;
}
#header p{
	margin:0;
	padding:0;
}
h1 {
	font-size: 12px;
	margin:0;
	font-weight:normal;
	color:#D6AC83;
	padding-left:20px;
	padding-top:2px;
}
h2 {
	margin:0px;
	margin-bottom:10px;
	font-size: 14px;
	padding-left: 3px;
	color:#C78E56;
	border-bottom:1px solid #DEBA89;
	
	clear:both;
}
h3 {
	color:#666666;
	font-size: 14px;
	line-height:1.2em;
	padding: 3px
}
h4 {
	font-size:14px;
}
#left {
	width:180px;
	float:left;
	margin-left:2px;
}
#left p{
	margin:0;
	padding:5px;
	font-size:13px;
	color:#999;
	line-height:120%;
}
#left h2 {
	
	margin-bottom:0px;
	font-size: 14px;
	padding-left: 3px;
	color:#C78E56;
	
	border-bottom:1px solid #DEBA89;
}
.menu {
	width:180px;
	margin-bottom:10px;
}
.menu a {
	text-decoration: none;
	display: block;
	padding:5px;
	width:170px;
	color:#C6A76C;
	font-size:13px;
	border-bottom:1px dotted #cccccc;
	
}
.menu a:hover {
	color:#996666;
	background-color:#F6F6F6
}

/*ここからメインコンテンツ*/
#right {
	width:600px;
	float:right
}
.contents {
	padding-right:10px;
}
.contents p {
	margin:0;
	color: #666666;
	line-height:180%;
	font-size:80%;
	padding:5px
}

#center01 {
	text-align:center;
}

/*フッタ部*/
#footer{
	clear:both;
	text-align:center;
	font-size:13px;
	color: #999999;
	margin-top:20px;
	margin-right:10px ;
	margin-left:10px;
	border-top:1px dotted #ccc;
}
#footer a{
	color:#999;
	
}
#footer a:hover{
	color:#963;
	text-decoration:none;
}

address {
	
	color: #999999;
	text-align:center;
	font-size:13px;
	font-style:normal;
}
address a {
	color:#999;
	text-decoration:none;
}
/*画像を右に右寄せにし、続くテキストを左に回りこませるための指定
こうしておくことで右側に寄せたい画像に対して<p class="floatright">とすればいいわけです。
このような指定は便利なテクニックなので、覚えておくといいですよ＾＾*/
.floatright{
	float:right;	
}

/*ここから下層ページ用の記述*/

/*メニューページ*/
.menu-table{
	margin-bottom:30px;
}
.menu-table td{
	
	line-height:120%;
	padding:0px 10px;
	font-size:80%;
}

/*お問い合わせページ*/
.form-table{
	
	border-collapse:collapse;
}
.form-table td{
	
	border:1px solid #ccc;
	padding:10px;
	font-size:90%;
}

img{
    max-width:100%;height:auto
}