body {
	background: transparent;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	overflow: hidden;
	width: 370px;
	height: 100%
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* Webkit hack. */
body {
	-webkit-text-size-adjust: none;/* iPhone自動調整OFF */
}
}

dl {
	float: left;
	width: 370px;
	line-height: 1.4;
	padding: 10px 0 0 0;
	margin: 0;
	background: url(../img/dotted_bgline.gif) bottom repeat-x;
}

dl dt {
	float: left;
	width: 71px;
	color: #999999;
	font-size: 1.1em;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	padding: 7px 10px 4px 0;
	margin: 0;
	background: url(../img/dotted_bgline.gif) left top repeat-x;
}

dl dd {
	float: left;
	width: 289px;
	font-size: 1.2em;
	color: #DDDDDD;
	padding: 7px 0 4px 0;
	margin: 0;
	background: url(../img/dotted_bgline.gif) left top repeat-x;
}

dl a {
	color: #DDDDDD;
}

dl a:hover {
	text-decoration: underline;
	color: #FFDD00;
}

dl .first {
	padding-top: 0px;
	background: none;
}

