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

/* index page
=============================================================================*/
#greeting {
	height: 700px;
	margin-bottom: 0px;
	}
	#greeting h2 {
	width: 575px;
	margin: 0 0 20px -140px;
	}
	#greeting .txtArea {
	width: 400px;
	position: absolute;
	top: 50px;
	left: 670px;
	z-index: 1;
	}
	#greeting .imgArea {
	width: 450px;
	position: absolute;
	top: 50px;
	left: -190px;
	}
	#greeting .deco1 {
	position: absolute;
	right: -100px;
	bottom: 30px;
	}

#point {
	min-height: 500px;
	padding: 50px 0;
	background: url(../img/bg_yel.jpg);
	}
	#point .container {
	width: 1050px;
	}
	#point h2 { text-align: center; margin-bottom: 40px}
	#point .bnrArea {
	}
	#point .bnrArea li {
	}
	#point .deco1 {
	position: absolute;
	top: 30px;
	left: -70px;
	}
	#point .deco2 {
	position: absolute;
	right: -180px;
	bottom: -40px;
	}

/* plansearch
-----------------------------------------------------------------------------*/
#plansearch {
	padding: 35px 0;
	background: url(../img/mat.jpg);
	}
	#plansearch table {
	width: 100%;
	height: auto;
	margin: 0;
	}
	#plansearch table th, #plansearch table td {
	padding: 0;
	background: url(none);
	vertical-align: middle !important;
	}
	#plansearch table th {
	border-right: solid 1px #888;
	}
	#plansearch table td {
	padding-left: 0px;
	}
/* planList
-----------------------------------------------------------------------------*/
#planList {
	height: auto;
	padding: 50px 0 100px;
	}
	#planList .title {
	text-align: center;
	margin-bottom: 20px;
	}
	#planList .cont_wrap {
	margin-bottom: 90px;
	}
	#planList .cont {
	margin: 0px 10px 20px;
	float: left;
	width: 300px;
	line-height: 1.4em;
	background: #fff;
	padding: 9px;
	}
	#planList .imgArea {
	margin-bottom:5px;
	}
	#planList .imgArea img {
	width: 100%;
	height: auto;
	border:solid 1px #999;
	}
	#planList .txtArea {
	margin: 5px;
	height: 160px;
	overflow: hidden;
	text-align: left;
	font-size: 0.93em;
	color: #333;
	}
	#planList h4 {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #d58205;
	margin-bottom: 4px;
	padding-bottom: 4px;
	}