@import "common_initialize.css";
@import "common_base.css";
@import "common_class.css";

#all {
	width: 640px;
	background-image: url("../images/subwin_bg.gif");
}
h1 {
	margin: 0 auto 30px;
	width: 600px;
	height: 56px;
	background-repeat: no-repeat;
	font-size: 0;
	text-indent: -9999px;
}
body.terms h1 {background-image: url("../images/h1_terms.gif");}
body.privacy h1 {background-image: url("../images/h1_privacy.gif");}
body.inquiry h1 {background-image: url("../images/h1_inquiry.gif");}

#contents {
	padding: 0;
	margin: 0 auto;
	width: 590px;
}


.block {
	margin-top: 30px;
}

.frame {
	margin: 20px 0 0;
	padding: 10px;
	border: 1px solid #dbdbdb;
}
.frame h2 {
	margin: 0 0 10px;
}
p {
	margin-top: 10px;
}
table {
	/*
	border: 1px solid #dbdbdb;
	border-collapse: collapse;
	*/
}
th,
td {
	padding: .2em .4em;
	vertical-align: top;
	/*
	border: 1px solid #dbdbdb;
	*/
}

h2 {
	color: #333;
	margin: 20px 0 10px;
	font-size: 14px;
	font-weight: normal;
}
h2.blue {
	font-size: 12px;
	color: #0A3C8C;
	font-weight: bold;
}
p.lead {
	color: #0A3C8C;
}

p {
	line-height: 1.6em;
}

p.br {
	margin: 30px 0 0;
	color: #333;
	text-align: right;
}
#foot {
	padding: 0;
	margin: 40px auto 0;
	width: 600px;
	height: 35px;
	background: url("../images/subwin_foot.gif");
}
body.privacy h3 {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 5px;
}

#yunker {
	margin: 40px 0 0;
	background-color: #F7F7F7;
	padding: 15px;
}
#yunker p.date {
	margin: 0;
	text-align: right;
	font-size: 11px;
}
#yunker h2 {
	color: #333;
	text-align: center;
	font-size: 18px;
	margin: 30px 0;
}
#yunker h3 {
	margin: 20px 0 10px;
	color: #333;
	font-size: 14px;
}

.center {
	text-align: center;
}
#yunker .frame p {
	margin: 0;
	line-height: 1.8em;
}

#inquirybody,
#company {
	margin: 40px auto;
	text-align: center;
}

#caution {
	margin: 40px 0 0;
	background-color: #F7F7F7;
	padding: 15px;
}

#caution h2 {
	margin: 0 0 10px;
	color: #E56B21;
}
#caution p.lead {
	color: #333;
}
body.inquiry strong {
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

