@charset "utf-8";
#bg_top{
	width:1018px;
	height:4px;
	overflow:hidden;
	background:url(../images/common/bg/bg_top_1018_4.gif) no-repeat;
	margin:0 auto;
}
#bg_bottom{
	clear:both;
	width:1018px;
	height:4px;
	overflow:hidden;
	background:url(../images/common/bg/bg_bottom_1018_4.gif) no-repeat;
	margin:0 auto 50px;
}
#contents{
	width:978px;
	overflow:hidden;
	background:url(../images/common/bg/bg01.gif);
	padding:20px;
	margin:0 auto;
}
#contents h2{
	width:284px;
	height:42px;
	overflow:hidden;
	line-height:300px;
	background:url(../images/policy/tit_policy.gif) no-repeat;
	margin-bottom:20px;
}
#contents div{
	background:#f8f1e2;
	overflow:hidden;
	border-radius:2px;
	box-shadow:0 1px 1px rgba(0,0,0,.2);
	padding:10px;
	margin-bottom:20px;
}
#contents div:last-child span{
	text-align:right;
	width:100%;
	margin:20px 0 0;
	float:right;
}
h3{
	color:#805b3d;
	font-size:18px;
	width:100%;
	border-bottom:2px #805b1b dotted;
	padding-bottom:10px;
	margin-bottom:10px;
}
h3:before{
	content:"";
	width:14px;
	height:14px;
	background:#805b1b;
	border-radius:3px;
	box-shadow:inset 1px 1px 1px rgba(255,255,255,.3),inset -1px -1px 1px rgba(92,63,14,.8);
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
}
#contents p{
	letter-spacing:1px;
	background:#f8f1e2;
	margin-bottom:5px;
}
ol li{
	list-style-type: decimal;
	margin-left:1.5em;
}
