/*gude ディレクトリー　設定*/
h3 {
	text-indent: -9999px;
}

/*ご利用ガイド　　　　　　　*/
#guide_box {
	background-image: url(../guide/images/guide_title1.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	width: 480px;
	background-position: top;
}
.guide_contents {
	border: 1px solid #50A665;
	width: 480px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.guide_contents ol {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.guide_contents li {
	margin-top: 5px;
	list-style-type: decimal;
}
.guide_contents h4 {
	background-color: #158A32;
	margin: 1px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}



/*プライバシーポリシー　　　*/
#pp_box {
	background-image: url(../guide/privacy/images/pp_title1.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	width: 480px;
}
#pp_box ol {
	margin-top: 40px;
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-left: 15px;
	margin-left: 10px;
	margin-right: 5px;
}
#pp_box li {
	list-style-type: decimal;
	margin-top: 20px;
	margin-left: 15px;
}
.pp_syomei {
	text-align: right;
	margin-top: 10px;
	margin-right: 3px;
}


/*特定商取引法に基づく表示　　　　*/
#low_box {
	background-image: url(../guide/low/images/low_title1.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	width: 480px;
	background-position: left top;
}
#low_box li {
	padding-left: 10px;
	color: #FF0000;
	margin-top: 3px;
}
#low_box table {
	width: 475px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#low_box th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
	background-color: #FEF7DA;
	padding-left: 5px;
	padding-top: 10px;
}
#low_box td {
	width: 315px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
}

