@charset "Shift_JIS";

/*------------------------------
header layout elements
------------------------------*/
#headerPL {
	background: url(../../images/headerL.png) no-repeat;
	float: left;
	height: 124px;
	width: 400px;
}
#headerPR {
	background: url(../../images/headerR01.jpg) no-repeat;
	float: right;
	height: 124px;
	width: 400px;
}

#privacy {
	width: 700px;
	margin: 20px 50px;
}
#privacy h1 {
	background:url(../images/policy01.gif);
	text-indent: -5000px;
	width: 700px;
	height: 30px;
}
#privacy h2{
	background: url(../images/h2.gif) no-repeat;
	color:#330000;
	font-size:13px;
	margin-top: 30px;
	margin-bottom: 5px;
	padding-left: 10px;
}
#privacy p {
	margin-top:0;
	font-size: 12px;
}
#privacy ol {
	margin-top: 10px;
	font-size: 12px;
}
#privacy li {
	list-style-type:decimal;
	font-size: 12px;
}
#privacy dt {
	font-weight:bold;
	margin-top:5px;
	font-size: 12px;
}
#privacy dd {
	margin-left:0;
	font-size: 12px;
}

.titleP {text-align: center;}
