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

*{
	padding:0;
	margin:0;
}

/*====================================*/
/*	warapper
/*====================================*/
body{
	background-color:#dcd6d1;
}

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

#container{
	width:829px;
	height:auto;
	margin:10px auto;
}


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


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

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

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


.content_left2{
	width:336px;
	float:left;
}

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

#footer{
	width:948px;
	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;
}