@charset "utf-8";
/*----layout----*/
div#container {
	margin-right: auto;
	margin-left: auto;
	width: 765px;
}

div#container div#header {
	width: 765px;
	height: 34px;
	background: url("../img/all/header_back.jpg") no-repeat;
}

div#container div#global_navi {
	margin: 0px 0px 5px 0px;
	width: 765px;
	height: 45px;
}

div#container div#content {
	padding: 5px 10px;
	width: 740px;
}

div#container div#maincontent {
	float: left;
	width: 490px;
}

div#container div#sidecontent {
	float: right;
	width: 250px;
}

div#container div#footer {
	margin-top: 5px;
	padding: 10px 5px 0px 5px ;
	float: left;
	clear: both;
	width: 765px;
	height: 20px;
	background: url("../img/all/footer_back.jpg") no-repeat;
}

div#second_maincontent h3 {
	padding: 5px 0px 2px 25px ! important;
	height: 100%;
	background: url("../img/h3_mark.gif") no-repeat 0px 2px ! important;
}
/*----layout----*/
/*----second_layout----*/
div#second_content {
	width: 761px;
}

div#second_content div#second_sidecontent {
	margin: 0;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	display: block;
	float: left;
	width: 160px;
}

div#second_content div#second_maincontent {
	padding: 0px 30px 30px 10px;
	float: right;
	width: 540px;
}

p#question1 {
	height: 100%;
	background: url("../../img/q1.gif") no-repeat 0px 0px;
}

p#question2 {
	height: 100%;
	background: url("../../img/q2.gif") no-repeat 0px 0px;
}

p#question3 {
	height: 100%;
	background: url("../../img/q3.gif") no-repeat 0px 0px;
}

p#question4 {
	height: 100%;
	background: url("../../img/q4.gif") no-repeat 0px 0px;
}

p#question5 {
	height: 100%;
	background: url("../../img/q5.gif") no-repeat 0px 0px;
}

p#question6 {
	height: 100%;
	background: url("../../img/q6.gif") no-repeat 0px 0px;
}

p#question7 {
	height: 100%;
	background: url("../../img/q7.gif") no-repeat 0px 0px;
}

p#question8 {
	height: 100%;
	background: url("../../img/q8.gif") no-repeat 0px 0px;
}

p#question9 {
	height: 100%;
	background: url("../../img/q9.gif") no-repeat 0px 0px;
}

div#second_maincontent p.question {
	margin: 15px 0px 5px 0px;
	padding-left: 40px;
	height: 100%;
	font-weight: bold;
	color: #666666;
}

p.answer{
	padding-left: 40px;
	height: 100%;
	background: url("../../img/qa.gif") no-repeat 0px 0px ;
}
/*----second_layout----*/
