@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  style.css
	infomation :  FAQ

 ---------------------------------------------- */

.box1{
	width:570px;
	}

.box2{
	width:280px;
	float:left;
	margin:0 10px 0 0;
	}

.box3{
	width:280px;
	float:left;
	}

.box1 a:link,.box1 a:visited{ color:#4bb600; text-decoration:none; padding-left:23px; background:url(../images/arrow_g_out.gif) no-repeat left bottom;}
.box1 a:hover,.box1 a:active{ color:#67db00; text-decoration:underline;background-image:url(../images/arrow_g_over.gif);}

.box2 a:link,.box2 a:visited{ color:#ff981d; text-decoration:none; padding-left:23px; background:url(../images/arrow_o_out.gif) no-repeat left bottom;}
.box2 a:hover,.box2 a:active{ color:#ffc20a; text-decoration:underline;background-image:url(../images/arrow_o_over.gif);}

.box3 a:link,.box3 a:visited{ color:#077086; text-decoration:none; padding-left:23px; background:url(../images/arrow_b_out.gif) no-repeat left bottom;}
.box3 a:hover,.box3 a:active{ color:#1ab0cb; text-decoration:underline;background-image:url(../images/arrow_b_over.gif);}




.box1 dl{
	width:570px;
	margin:0 0 20px;
	overflow:hidden;
	}
* html .box1 dl{height:1%;}
.box1 dt{margin-bottom:13px;}
.box1 dd{
	margin-left:15px;
	width:260px;
	float:left;
	display:inline;
	}

.box2 dt,.box3 dt{margin-bottom:13px;}
.box2 dd,.box3 dd{margin-left:15px; width:260px;}




.answerbox{
	clear:both;
	width:505px;
	border:7px solid #e4e4e4;
	padding:15px 25px;
	margin:15px 0;
	}



.answerbox dl{
	width:505px;
	overflow:hidden;
	padding:10px 0;
	}
	
.answerbox dt{
	font-size:120%;
	font-weight:bold;
	padding-bottom:5px;
	}
.answerbox dd{
	padding:0 0 20px 48px;
	border-bottom:1px solid #eeeeee;
	}




#ans01 dt{color:#4bb600;}
#ans02 dt{color:#ff981d;}
#ans03 dt{color:#077086;}
#ans01 dd{background:url(images/answer_04.gif) no-repeat 5px 0px;}
#ans02 dd{background:url(images/answer_05.gif) no-repeat 5px 0px;}
#ans03 dd{background:url(images/answer_06.gif) no-repeat 5px 0px;}

#now_printing {
	width:193px;
	margin:200px auto 260px;
}
