@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------
AreaQuestion
----------------------------------------------------- */

.AreaQuestion h3
	{
	display:inline;
	float: left;
	width: auto;
	height: auto;
	margin-left: 2em;
	font-size: 130%; /* 16px */
	font-weight: bold;
	color: #EF8D10;
	}

.AreaQuestion p
	{
	float: right;
	width: 470px;
	margin: 0 0 5px;
	color: #333333;
	}

.AreaQuestion
	{
	clear: both;
	width: 548px;
	height: auto;
	margin: 5px 0 0 0;
	}
/* -----------------------------------------------------
AreaQuestion2
----------------------------------------------------- */
.AreaQuestion2 h3,
.AreaAnswer2 h4{
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	color: #07315B;
	font-size: 100%; /* 12px */
	font-weight: normal;
	background: none;
	}

.AreaQuestion2,.AreaAnswer2 {
	clear: both;
	width: 548px;
	height: auto;
	margin-top: 6px;
	}

.AreaAnswer2 {
	margin: 5px 0 20px 0;
	}
	
#LayerContents .AreaQuestion2 p {
	float: right;
	width: 510px;
	margin: 0;
	color: #EF8D10;
	font-size: 1.3em;
	font-weight: bold;
	}
	
#LayerContents .AreaAnswer2 p {
	float: right;
	width: 510px;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 100%; /* 12px */
	font-weight: normal;
	background: none;
	}
#LayerContents .AreaAnswer2 ul {
	float: right;
	width: 495px;
	padding: 0;
	color: #333333;
	font-size: 100%; /* 12px */
	font-weight: normal;
	background: none;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}

.AreaQuestion2:after,
.AreaAnswer2:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}

.AreaQuestion2 h3,
.AreaAnswer2 h4 {
	float: left;
	width: auto;
	height: auto; /* 16px */
	line-height: 130%;
	color: #EF8D10;
	font-weight: bold;
	font-size: 130%;
	}

.AreaAnswer2 h4 {
	color: #347D24;
	}

#q-list {
	display: block;
	clear: both;
	width: 548px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top:10px;
	border: 1px solid #9da7ae;
}

#LayerContents #q-list p {
	margin-top: 0px;
	margin-right: 10px;
}

#q-list h2 {
	width: 520px;
	background-position: 7px 9px;
	background-color:#FFFFFF;
	background-image:url(i/manual_arrow_green.gif);
	background-repeat: no-repeat;
	color: #000000;
}

h2 {
	margin:10px 0 0;
}

p.subtitle {
	width: 520px;
	margin: 0 0 0 7px;
	color: #188389;
	font-size: larger;
	font-weight: bold;
}

.faqAnswerView {
	margin-top: 20px;
}

.faqAnswerView h2 {
	width: 540px;
	padding:5px 5px 5px 8px;
	color: #2F7BA1;
	background-image: url(i/h3_gra.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

