@charset "UTF-8";
/* CSS Document */
*{
margin:0;
padding:0;
}
#line {
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #333;
	z-index: 1;
	width: 100%;
	position: absolute;
	padding-top: 525px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	top: 0px;
	padding-bottom: 0px;
	float: left;
}


#wrap #main .box {
	width: 300px;
	float: left;
	margin-left: 70px;
}
#wrap #main .box p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	width: 300px;
	font-size: 13px;
	line-height: 140%;
	text-align: left;
}
#wrap #main #space {
	padding-left: 55px;
}
