/* CSS Document */

#contents {
	margin: 0 20px;
	text-align:center;

}

#contents h1{
	margin: 0 0 20px 0;
}

#contents #choice {
	width:650px;
	margin: 0 auto 50px auto;
	text-align:left;
}


#contents #choice h2{
	margin: 0 0 10px 0;
}

#contents #choice p{
	text-align:center;
	margin: 0 0 15px 0;
}

#contents #choice .box_l{
	background:url(../images/choice_bg.gif) left bottom;
	float:left;
	display:inline;
	width:300px;
	margin-left:10px;
}

#contents #choice .box_r{
	background:url(../images/choice_bg.gif) left bottom;
	float:right;
	display:inline;
	width:300px;
	margin-right:10px;
}
#contents #choice .btn{
	text-align:center;
	margin: 5px 0 15px 0;
}

#contents #choice .box_l p{
	text-align:left;
	margin: 0 10px 10px 13px;
}

#contents #choice .box_r p{
	text-align:left;
	margin: 0 10px 10px 13px;
}

#contents #notice{
	width:650px;
	text-align:left;
	margin: 0 auto 20px auto;
}

	#contents #notice h3{
		background:url(../../../../common/images/mark/info.gif) no-repeat left center;
		border-bottom:1px #AAAAAA solid;
		font-size:110%;
		font-weight:bold;
		margin: 0 0 5px 0;
		padding-left:20px;
	}
	
	#contents #notice h4{
		font-weight:bold;
	}
	
	#contents #notice p{
		margin: 0 0 10px 0;
	}

	#contents #notice ul{
		margin: 0 0 20px 30px;
	}

	#contents #notice ul li{
		list-style:disc;
		margin: 0;
	}


