@charset "utf-8";
/* CSS Document */



#content {
	width:1000px;
	background:#FFF;
	padding-left:50px;
	padding-right:50px;
}

#main_img {
	background:url(../../../about/images/main.jpg) no-repeat;
	width:100%;
	height:0;
	background-size:contain;
	padding-top:20%;
}

h1.page_title {
	background: url(../../../about/images/h1_page_title.png) no-repeat;
	width:299px;
	height:28px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0 auto 50px;
}

h1.ondo {
	background: url(../../../about/images/h1_ondo.png) no-repeat;
	width:209px;
	height:28px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:50px auto 30px;
}

h1.service {
	background: url(../../../about/images/h1_service.png) no-repeat;
	width:324px;
	height:28px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:50px auto 30px;
}

.sub01 {
	background:url(../../../about/images/sub01.png) no-repeat;
	width:237px;
	height:20px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:30px auto;
}

h1.nature {
	background: url(../../../about/images/h1_nature.png) no-repeat;
	width:185px;
	height:24px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:60px auto 30px;
}

.sub02 {
	background: url(../../../about/images/sub02.png) no-repeat;
	width:475px;
	height:49px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:30px auto 20px;
}




/* コンテンツエリア ボックスレイアウト */

.box_left {
	width:700px;
    float: left;
    margin: 0 30px 50px 0;
}
.box_right {
	width:270px;
    float: right;
    margin: 0 0px 50px 0;
}

.box_left2 {
	width:300px;
    float: left;
    margin: 0 30px 50px 0;
}
.box_right2 {
	width:670px;
    float: right;
    margin: 0 0px 50px 0;
}