/*-----------------------------------
DEFAULT CSS
FILE DATA: policy.css
-----------------------------------*/

/*BODY_LEFT
-----------------------------------*/
#body_left{
	width:125px;
	height:auto;
	float:left;
}
#body_left h2{
	width:40px;
	height:450px;
	text-indent:-10000em;
	margin:0 auto;
	background:url(../images/policy_ttl.gif) no-repeat;
}

/*BODY_RIGHT
-----------------------------------*/
#body_right{
	width:734px;
	height:auto;
	padding:0 15px 0 25px;
	float:right;
}

/*-----------------------------------
下記から記述
-----------------------------------*/


#policy{

}
#policy h3{
	font-size:1.2em;
	margin:15px 0 5px;
}
#policy ul{
	margin:20px;
}
#policy ul li{
	list-style:circle;
	padding-left:0px;
}
