@charset "utf-8";

#pan {
	width:500px;
	padding-left:320px;
	background: transparent url(../img/panBg.png) no-repeat 0 100%;
}

#main {
	position:relative;
}

#main h2 {
	color:#004734;
	padding:20px 0 10px 0;
	font-size:2.2em;
}

.ttlCmt {
	width:678px;
	padding:12px 0;
	text-align:center;
	margin:10px 0 35px 0;
	font-size:1.6em;
	background-color:#F6F1D6;
}

.infoBox {
	position:relative;
	top:-29px;
	clear:both;
	width:604px;
	padding:0 0 5px 36px;
}

	.infoBox .leftArea {
		float:left;
		width:262px;
	}

	.infoBox .rightArea {
		float:right;
		width:262px;
	}

.imgBox {
	width:678px;
	text-align:center;
}

/*----------- clearFix -----------*/

.infoBox:after {
   content:'';
   display:block;
   clear:both;
}
