@charset "Shift_JIS";

/* --------------------------------------------------- */
/* --- JRE footer_w fix ------------------------------ */
/* --------------------------------------------------- */

div#jreast_footer_ow {
	width:760px;
}



/* --------------------------------------------------- */
/* --- common style ---------------------------------- */
/* --------------------------------------------------- */

body {
	text-align:center;
}

div#wrapper {
	margin:0 auto;
	width:760px;
	text-align:left;
}

div#contents {
	margin:40px 10px 60px 10px;
	width:740px;
}

h1 {
	margin-bottom:20px;
	border-bottom:2px solid #0B8D07;
	text-align:center;
	font-size:2.2em;
	font-weight:bold;
	color:#0B8D07;
}

h2 {
	margin-top:25px;
	margin-bottom:10px;
	font-size:1.8em;
	font-weight:bold;
	color:#0B8D07;
}

p {
	margin:0 15px 1.0em 15px;
	font-size:1.4em;
}

p.img {
	text-align:center;
}

p.caution {
	margin-top:-0.5em;
	text-align:right;
}

ol {
}

ol li {
	font-size:1.4em;
}

dl {
	margin:0 0 20px 15px;
	padding:0;
}

dl dt {
	margin:0 0 5px 0;
	padding:0 0 0 18px;
	background:url(../img/ico_faq_q.png) no-repeat 0px 3px;
	font-size:1.4em;
	font-weight:bold;
	color:#0B8D07;
}

dl dd {
	margin:0;
	padding:0 0 0 18px;
	background:url(../img/ico_faq_a.png) no-repeat 0px 3px;
}

dl dd p {
	margin:0 0 0.5em 0;
}


