
/* ---------- body_style ---------- */

body {
/*	background: #FFFFFF;*/
	font: 18px/180% メイリオ , Osaka;
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-align:center;
	line-height:20px;
}

#container {
	width:800px;
	margin:0 auto;
	text-align:left;
/*	background: #FFFFFF;*/
	background: url(./img/background_green.jpg);

}

#main {
	width: 620px;
	padding:10px 10px 80px 80px;
}

/* ---------- font_style ---------- */

p {
	margin-right: 12px;
	margin-left: 12px;
}

h1 {
	font-size: 12px;
	color: #666666;
	margin-top: 4px;
	margin-bottom: 0px;
	text-align: center;
	line-height: 100%;
	border-bottom: 1px dashed #4D576B;
}

h2 {
	text-align: left;
	color: #E23E00;
	padding: .5em .1em .5em .1em;
	margin: .2em .2em .2em .2em;
	font: 13pt "HGP創英角ｺﾞｼｯｸUB";
	text-indent: 30px;

	background:#ffffff url(./img/shikaku_o.gif) no-repeat center left;
	border-top: 1px dashed #962800;
	border-bottom: 1px dashed #962800;


}

h3 {
	text-align: left;
	color: #E23E00;
	padding: .3em .1em .3em .1em;
	margin: .2em .2em .2em .2em;
	font: 15pt "HGP創英角ｺﾞｼｯｸUB";
	text-indent: 30px;

	background:#ffffff url(./img/next.png) no-repeat center left;
	border-top: 1px dashed #962800;
	border-bottom: 1px dashed #962800;


}

.bold {
	font: 18pt "HG丸ｺﾞｼｯｸM-PRO", "MS UI Gothic" , Osaka;
}




.qa_q {
	color: #ff0000;
	font-weight: bold;
	background: url(./img/qa_q.gif) no-repeat center;
}

.qa_a {
	color: #0000ff;
	font-weight: bold;
	background: url(./img/qa_a.gif) no-repeat center;
}


ul.ul_red {
	margin-left: 64px;
	list-style: url(./img/check_r.gif);
	color: #FF0000;
}

ul.ul_blue {
	margin-left: 64px;
	list-style: url(./img/check_b.gif);
	color: #0000ff;
}

.kiirosen {
	background-color: #FFFF99;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
}

.shoukai {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	border-bottom: thin solid #CCCCCC;

}

.shitasen {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	border-bottom: thin dashed #E23E00;
	font: 15px/150% メイリオ , Osaka;
}

/* ---------- div_style ---------- */


.kakomi {
	border: thin solid #999999;
	background-color: #FFFFFF;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}



/* ---------- img_style ---------- */

.image-hidariyose {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.image-migiyose {
	float: right;
	margin-left: 20px;
}

.face_photo {
	background: url(./img/face.gif) no-repeat;
	padding: 5px 5px 20px;
	float: left;
	margin-right: 24px;
	margin-top: -16px;
	margin-left: -10px;
}

