a:link {
	color: #cc3333;
	text-decoration: underline;
}
a:visited {
	color: #006600;
}
a:hover {
	text-decoration: none
}
p {
	padding: 0px;
}
.red_text {
	color: #CC0000;
}
.read {
	font-size: 105%;
	color: #333333;
	line-height: 1.5em;
	margin-bottom: 6px;
}
.anser_other {
	color: #008F7B;
	line-height: 1.5em;
}
.div_border_dot {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dotted #B3B3B3;
	border-bottom: 1px dotted #B3B3B3;
	font-weight: bold;
}
.div_border_dot a {
	font-weight: normal;
}
.attention {
	color: #CC0000;
	line-height: 1.5em;
}
/* =============================
div.contact_info
============================= */
.contact_info .box {
	border: 2px solid #CCCCCC;
	background-color: #FAFAFA;
	margin-bottom: 15px;
	padding: 5px;
}
.contact_info .box em {
	color: #333333;
}
.contact_info .box {
	margin-left: 0em;
}
/* =============================
div.call
============================= */
.call p {
	text-align: center;
}
.call p.phone {
	font-size: 150%;
	line-height: 1.7em;
}
.call p.phone span {
	font-size: 90%;
	line-height: 1.7em;
	font-weight: normal;
	color: #CC0000;
}
.call {
	border: 1px solid #C4C4C4;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}
/* =============================
dl.qa-type
============================= */
dl.qa-type {
	margin-top: 10px;
	margin-bottom: 10px;
}
dl.qa-type dt {
	font-size: 115%;
	font-weight: bold;
	color: #009785;
	margin: 0px;
	padding: 0 0 0 0;
	clear: both;
	float: none;
}
dl.qa-type dt span {
	color: #AAAAAA;
	font-size: 185%;
	font-weight: bold;
	line-height:1.3;
	display: block;
	padding-right: 5px;
	float: left;
}
dl.qa-type dt span.q_text {
	color: #534792;
	font-size: 100%;
	line-height:1.5;
	display: block;
	padding-top: 0.75em;
	padding-bottom: 3px;
	padding-right: 0px;
	float: none;
}
dl.qa-type dd {
	border-top: 1px solid #B3B3B3;
	margin: 0px 0px 15px 1.95em;
	padding: 2px 0px 0px 2px;
	line-height:1.45;
	clear:both;
}
* html dl.qa-type dd {
	margin-left: 1.75em;
}
dl.qa-type dd span {
	color: #C85C71;
	font-size: 130%;
	font-weight: bold;
	padding-right: 0.25em;
}
dl.qa-type dd ul {
	margin-left: 0px;
	padding-left: 1.5em;
}
dl.qa-type dd li {
	list-style: circle;
	margin-bottom: 5px;
}
/* =============================
div#go_form
============================= */
#go_form {
	margin-top: 25px;
	margin-bottom: 10px;
	padding-top:10px;
	text-align: center;
	border-top: 2px dotted #B3B3B3;
}
#go_form h3 {
	font-size: 115%;
	font-weight: bold;
}



/* =============================
ADD 071225
============================= */
#go_form {
	width: 100%;
}

#go_form #agreement {
	border: 2px solid #C4C4C4;
	padding: 8px 12px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
}

#go_form #agreement h3 {
	margin-bottom:0.25em;
	color: #008F7B;
}

#go_form #agreement p, #go-form #agreement li {
	font-size: 100%;
	margin-bottom:0.25em;
}


#go_form #agreement ul, #go-form #agreement ol {
	margin-left: 0px;
	padding-left: 1.5em;
}

#go_form #form-in label {
	line-height:1.7;
}

#go_form #form-in button {
	margin:1em;
}