/*----------------------------------------------------
greeting css for kounkan


----------------------------------------------------*/

/* element -----------------------------------------*/


div#greeting {
	clear:both;
	width:100%;
	background-image:url(../images/main_img.jpg) ;
	background-position: center 466px;
	background-repeat:no-repeat;
}

div#greeting_body {
	width:952px;
	margin:auto;
	padding-top:112px;
}

div#greeting_body .left {
	float:left;
}

div#greeting_body .right {
	float:right;
	width:510px;
	margin-top:80px;
	font-size:12px;
}

div#greeting_body .txt {
	clear:both;
	padding: 700px 0 100px 450px ;
}
