@charset "UTF-8";

.box {
	margin-top: 0px;
	border: 1px solid #0d56a8;
	width: 578px;
}

.box p#updateBg {
	background: #eff4ff url(../images/new_icon.gif) no-repeat 130px center;
	border-bottom: 1px dotted #0d56a8;
	padding: 3px 6px;
	color: #0d56a8;
	font-weight: bold;
}

html:¥66irst-child .box p#updateBg {/*for safari 2*/
	background: #eff4ff url(../images/new_icon.gif) no-repeat 150px center;
}

body:first-of-type .box p#updateBg {/*for safari 3*/
	background: #eff4ff url(../images/new_icon.gif) no-repeat 150px center;
}

.box p {
	padding: 6px;
}

*html .box p {
	font-size: 11px;
}

*:first-child+html .box p {
	line-height: 1.8em;
}

#ph01 {
	text-align: left;
	float: left;
	margin: 0 0 0.2em 0;
}



