@charset "utf-8";
/*----------------------------------------------------
	privacy.css
----------------------------------------------------*/
@import url("common.css");

/*----------------------------------------------------
	プライバシーポリシー
----------------------------------------------------*/

h2#top-privacy {
	height: 20px;
	background: url(../img/privacy/ttl_privacy.gif) no-repeat;
	text-indent:-9999px;
}

h4{
	font-size:12px;
	font-weight:bold;
	margin-bottom:1em;
}

dl dt{
	float:left;  
	width:5px;  
	padding:5px 0 5px 10px;  
	clear:both;
}

dl dd{
	width:515px;  
	margin-left:30px;  
	padding:5px 5px 5px 5px;
}

p#privacyBtm{
	text-align:right;
}