@charset "shift_jis";

/*文字サイズ*/
.small {
	text-align: left;
	font-size: 11px;
	line-height: 1.5em;
	letter-spacing: 0.07em;
}

.middle {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.07em;
}

.big {
	text-align: left;
	font-size: 15px;
	line-height: 1.5em;
	letter-spacing: 0.07em;
	font-weight: bold;	
}

/*ボーダー*/
.border_bk{
	border-left:3px solid #999999;
	margin-left:0;
	padding-left:5px;
	margin-top:5px;
}


/*タグ*/

body {
	background-image: url(ht_img/bk.gif);
	background-repeat: repeat;
	background-position: center;
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, ;
	color: #543900;
	
}

p {
	margin: 0px;
}

div{
	margin-left: auto;
	margin-right: auto;
}

.left{
	float:left;
}
.right{
	float:right;
}

a:link {
	color:#42250f;
		text-decoration: none;	
}
a:visited {
	color:#673918;
		text-decoration: none;	
}
a:hover {
	color:#ad4b00;
	text-decoration: none;	
}

/*ID*/

#conts{
	width: 100%;
	margin: 0px;
}

#header {
	width: 800px;
	height: 62px;
	background-image: url(ht_img/bk_header.gif);
	background-repeat: repeat-x;
}

#headmenu {
	width: 760px;
	height: 18px;
	padding-bottom: 11px;
	padding-top:33px;
}

#conts2 {
	width: 800px;
	background-image: url(ht_img/bk_risot.gif);
	background-repeat: no-repeat;
	background-position: right 15px;
}

#conts3 {
	width: 800px;
}

#wn{
	height: 540px;
	margin-left:260px;
	margin-top:8px;
	text-align:left;
}

#conts4{
	width: 474px;
	margin-left:288px;
	margin-top:8px;
	text-align:left;
}

#leftmenu {
	width: 164px;
	margin-top:27px;
	margin-left:40px;
	float:left;
	text-align:center
}



#footer {
	width:760px;
	text-align: left;
	clear:both;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #658929;
	border-right-color: #658929;
	border-bottom-color: #658929;
	border-left-color: #658929;
}


