/*====================================*/
/*	初期設定
/*====================================*/

*{
	padding:0;
	margin:0;
}

/*====================================*/
/*	warapper
/*====================================*/
body{
	background-color:#fff0c5;
}
#bg_warapper{
	width:100%;
	height:619px;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
}

#warapper{
	width:948px;
	height:auto;
	margin:0 auto;
	background-color:#ffffff;
	border:solid 1px #bc934d;
}

.container{
	width:829px;
	height:auto;
	margin:0px auto;
}


#main_view{
	width:703px;
	height:309px;
	margin:20px 0 0 0;
}


.warap{
	width:829px;
	height:auto;
}

.content_left{
	width:306px;
	float:left;
}

.content_right{
	width:498px;
	float:right;
}


.content_left2{
	width:829px;
	height:275px;
	background-image:url(../img/image02.gif);
	background-repeat:no-repeat;
}

.content_right2{
	width:553px;
	float:right;
	padding:0px 0 0 0;
}

.content_left3{
	width:948px;
	height:273px;
	background-image:url(../img/image03.gif);
	background-repeat:no-repeat;
}

.content_left4{
	width:327px;
	float:left;
	padding:0 0 20px 60px;
}

.content_right4{
	width:430px;
	float:right;
	padding:50px 108px 0 0px;
}

#footer_bg{
	height:280px;
	width:948px;
	background-image:url(../img/footer_bg.gif);
	background-repeat:repeat-x;
}

#footer{
	width:948px;
	height:50px;
	background-color:#5b3932;
}

address{
	color:#ffffff;
	font-size:1em;
	font-style:normal;
	text-align:center;
	padding:10px 0;
}

/*====================================*/
/*	font
/*====================================*/

h1,h2{
	font-size:0.8em;
	font-weight:normal;
}

.fs08{
	font-size:0.8em;
	line-height:21px;
}

.fs14{
	font-size:14px;
	line-height:21px;
}

/*====================================*/
/*	float解除
/*====================================*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	display: block;
}