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

*{
	padding:0;
	margin:0;
}

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

#warapper{
	width:950px;
	height:auto;
	margin:0 auto;
	background-color:#ffffff;
}

#container01,#container02,#container03{
	width:950px;
	height:auto;
}

#container01{
	background-image:url(../img/image01_Bg.gif);
	background-repeat: no-repeat;
	height:399px;
}
#container01_left{
	width:510px;
	height:auto;
	float:left;
	margin:37px 0 0 0;
}

#container01_right{
	width:320px;
	height:auto;
	float:right;
	margin:97px 0 0 0;
}

#container02{
	background-image:url(../img/image02_Bg.gif);
	background-repeat: no-repeat;
	height:387px;
}
.sub_warap{
	padding:50px 0 0 216px;
	width:736px;
	height:auto;

}

.sub_warap_left{
 float:left;
 width:310px;
}

.sub_warap_right{
padding:30px 64px 0 0;
 float:right;
 width:340px;
}


#container03{
	background-image:url(../img/image03_Bg.jpg);
	background-repeat: no-repeat;
	height:399px;
}
#container03_left{
	margin:50px 0 0 0;
	width:500px;
	float:left;
}

#container03_right{
	margin:34px 0 0 0;
	width:310px;
	float:right;
}


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


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

.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:950px;
	background-color:#a47c6f;
}

address{
	color:#ffffff;
	font-size:1em;
	font-style:normal;
	text-align:center;
	padding:5px 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;
}