@charset "utf-8";
/* CSS Document */

/* 幅630pxの枠
==================*/


div#under_Area div#greeting_box{
	width:630px;
	margin:0 auto;
	overflow:hidden;
}

div#under_Area div#greeting_box div.text_box{
	width:363px;
	float:left;
}


div#under_Area div#greeting_box div.text_box p{
	padding-bottom:24px;
	text-indent:8px;
}


div#under_Area div#greeting_box div.ph_box{
	width:231px;
	float:right;
}
div#under_Area div#greeting_box div.ph_box p{
	padding-bottom:23px;	
}
div#under_Area div#greeting_box div.ph_box p.text01{
	padding-left:31px;
}









	
	
