@charset "utf-8";
/*******************************************/
/*      ご利用規約、プライバシーポリシー用スタイルシート       */
/*******************************************/
/*各ページに共通する部分はcommonフォルダに入れてます*/
/*コンテンツエリアは646px*/


h1{
	width:646px;
	height:60px;
	margin-bottom:5px;
	text-indent:-9999px;
}

h1.Hrules{
	background-image:url(../../images/info/h1_rules.jpg);
}
h1.Hprivacy{
	background-image:url(../../images/info/h1_privacy.jpg);
}

div.contents div{
	margin-left:10px;
}
div.contents div h2{
	font-size:1.1em;
	line-height:1.1em;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:25px;
	color:#555;
	border-left:5px solid #318af9;
	padding-left:10px;
}
div.contents div h2.top{
	margin-top:0px;
}
div.contents div p{
	margin:10px 0px 10px 10px;
}

div.contents div ul{
	margin:10px;
}
div.contents div ul li{
	list-style-type:disc;
	list-style-position:inside;
	margin:2px 0px;
}
div.contents div dl{
	margin:10px 0px 10px 10px;
}
div.contents div dd{
	margin:10px 0px 10px 10px;
}

div.contents div ol{
	margin:10px 0px 10px 30px;
}
div.contents div ol li{
	list-style-type:decimal;
	list-style-position:outside;
	margin:5px 0px;
}
div.contents div ol li ol li{
	list-style-type:upper-latin;
}

div.contents div address{
	margin:10px
}