@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
li{
	list-style:none;
}
body {
	font:14px/20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
}
#agreement_wrap{
	background:#fff;
	border-bottom:1px solid #ccc;
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.4),0 1px 0 rgba(255,255,255,0.9);
	-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.4),0 1px 0 rgba(255,255,255,0.9);
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.4),0 1px 0 rgba(255,255,255,0.9);
	padding:10px 0;
}
#agreement{
	width:920px;
	height:310px;
	margin:0 auto;
	padding:0 20px 0 10px;
	background:#fff;
	overflow-y:scroll;
}
#agreement dt{
	font-weight:bold;
}
#agreement dd{
	margin:5px 0 20px;
}
#agreement dd ul,#agreement dd ol{
	margin-bottom:10px;
}
#agreement ol li{
	list-style-type:decimal;
	margin-left:2em;
}
#agreement div{
	text-align:right;
}
#agreement div:first-child{
	font-size:1.1em;
	text-align:center;
}