@charset "UTF-8";
/* コンテンツ */
div.title h2 {
	width:570px;
	height:70px;
	background-image:url(../img/title.png);
	background-position:right center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:0em;
}
.po_box {
	display:table-cell;
    vertical-align:middle;
}
/*for IE6 */
* html .po_box {
    display:inline;
    zoom:1;
}     
/*for IE7 */
*:first-child+html .po_box {
    display:inline;
    zoom:1;
}
.po_kodawari {
	width:275px;
}
.po_box2 {
	width:540px;
	margin-left:20px;
	line-height:1.6;
	background-color:#e2dec1;
	padding:5px;
}