@charset "UTF-8";

/*================================================================
top
================================================================*/


html {
    overflow: auto;
}

/*
00,mainImg
----------------------------------------------------------------*/
#mainImg {
	min-width: 960px;
    overflow: hidden;
	background: #fff;
}

#headBnr {
	width: 960px;
	margin: 0 auto;
}
#headBnrIn {
	margin: 0 -220px;
}

/*
00,main
----------------------------------------------------------------*/

#lead {
	width:960px;
	height: 280px;
	margin:70px auto 0px auto;
}

#lead h2{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

#lead p{
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	padding-top: 20px;
}


.concept {
	width:960px;
	height: 320px;
	margin:60px auto 0px auto;
	background: #fff;
}

.concept .ImageArea{
	width:480px;
	height: 320px;
	float:left;
	background: #fff;
}

.concept .TextArea{
	width:400px;
	height: 250px;
	float:left;
	background: #fff;
	margin:30px 40px 40px 40px;
}

.concept h3{
	font-size: 26px;
	color: #539731;
	font-weight: bold;
	text-align: left;
}

.concept h4{
	font-size: 30px;
	font-weight: bold;
	text-align: left;
}

.concept p{
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
	text-align: left;
	margin: 5px 0;
}


}
