@charset "utf-8";

html {
	overflow-y:scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	_font-size: 75%;
	text-align: center;
	margin: 8px auto 10px;
	padding: 0px;
	background: url(img/00back.gif);
}
*:first-child+html body { 
	font-size: 75%;
}
html>/**/body {
	font-size: 75%\9;
}
a:link, a:visited {
	color: #006;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin: 0px;
	padding: 0px;
}
p, dl {
	text-align: left;
}
img {
	border-style: none;
}
.clear {
	clear: both;
}
#cr {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	font-size: 80%;
	width: 690px;
	text-align: right;
	color: #333;
}
#cr a {
	color: #333;

}
#up {
	clear: both;
	font-size: 90%;
	text-align: right;
}

/*-----base setting-----*/
#bdr {
	width: 670px;
	border: 10px solid #900;
	margin: 0px auto;
	padding: 0px;
	border-radius: 10px; /* CSS3 */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
}
#wrap {
	width: 670px;
}
#hd {
}
#hd img {
	float: right;
}
#hdlf {
	float: left;
	width: 410px;
	text-align: left;
	margin-bottom: 20px;
}
#hdlf02 {
	float: left;
	width: 500px;
	text-align: left;
	margin-bottom: 20px;
}
#hdlf img, #hdlf02 img {
	float: none;
	vertical-align: middle;
}
#hdlf h1, #hdlf02 h1 {
}
#hdlf h2, #hdlf02 h2 {
	font-size: 100%;
	line-height: 150%;
}
#hdlf img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#hdlf p {
	line-height: 150%;
	font-weight: bold;
}
#contents {
	background: #FFF;
	padding: 10px;
}
#contents p {
	line-height: 170%;
	margin-bottom: 15px;
}
.floatlf {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatrt {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.txtrt {
	text-align: right;
}
.txtlf {
	text-align: left;
}
.product {
	clear: both;
}
.product h3 {
	text-align: left;
	margin-bottom: 15px;
	clear: both;
}
.product h4 {
	text-align: left;
	font-size: 120%;
	color: #2e3192;
	margin-bottom: 5px;
}
.product table, .product th, .product td {
	border-collapse:collapse;
	border: 1px solid #CCC;
}
.product table {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	clear: both;
}
.product th, .product td {
	padding: 3px;
}
.product th {
	background: #fafad2;
	font-weight: normal;
	width: 25%;
}
.product td {
	text-align: left;
}
.product td ul {
	margin-left: 20px;
}
.nrp {
	white-space: nowrap;
}

hr.probdr {
	clear: both;
	color: #900;
	background: #900;
	padding: 0px;
	height: 1px;
	margin-bottom: 15px;
	border-color: #900;
	border-width: 1px 0px 0px;
}
