@charset "Shift_JIS";

/* =======================================

	Privacy

========================================== */

/*  privacy
========================================== */

div.privacy{
	width:610px;
	float:left;
	padding:30px 25px;
	background:url(../../share/img/bg01.png) repeat;
}
div.privacy h3{
	padding-bottom:5px;
	margin-bottom:15px;
	font-size:large;
	font-weight:bold;
/*	border-bottom:#000000 1px solid;*/
}
div.privacy p{
	margin-bottom:20px;
}
div.privacy dl{
}

div.privacy dl dt{
	padding-bottom:5px;
	margin-bottom:7px;
	border-bottom:1px dotted #aaa;
	font-size:1.2em;
	background:url(../img/line01.gif) repeat-x 0 bottom;
	text-align:justify;
}
div.privacy dl dd{
	margin-bottom:20px;
	text-align:justify;
}
div.privacy dl dd.last{
	margin-bottom:0;
}/**/

strong{
	display: block;
	margin-top:20px;
}


