/*
agreement.css
created:2008-08-22
*/

#contentbody_agreement{
	width:820px;
	height:100%;
	margin-top:30px;
	margin-left:40px;
	margin-right:40px;
	color: #555555;
	text-transform: none;
	font-size:12px;
}
#contentbody_agreement #contentbody-inner1{
	width:390px;
	float:left;
/*	border:1px dotted #ddd;*/
}
#contentbody_agreement #contentbody-inner2{
	width:550px;
/*	border:1px dotted #ddd;*/
	margin:30px auto 0;
}

#contentbody_agreement #contentbody-inner1 h1{
	background:url(../img/css/h1_agreement.gif) no-repeat;
	width:214px;
	height:37px;
	text-indent:-9999px;
}

#contentbody_agreement #contentbody-inner2 h2{
	background:url(../img/css/h2_agreement.gif) no-repeat;
	width:183px;
	height:15px;
	text-indent:-9999px;
}
#contentbody_agreement #contentbody-inner2 #desc{
	margin-top:10px;
	text-align:left;
/*	margin-left:15px;*/
}
#contentbody_agreement #contentbody-inner2 #agreement_img{
	width:115px;
	height:32px;
	margin:5px auto;
	display:block;
}
#contentbody_agreement #contentbody-inner2 #agreement{
	text-align:center;
	margin-bottom:30px;
}
#contentbody_agreement #contentbody-inner2 dl{
	margin-bottom:20px;
}
#contentbody_agreement #contentbody-inner2 dl dt{
	color:#390;
	margin-bottom:10px;
}
#contentbody_agreement #contentbody-inner2 dl dd{
	margin-left:15px;
}
