
/* ページレイアウト
----------------------------------------------- */
.navi-h1{
	margin-top:15px;
	width:250px;
	height:150px;
	float:left;
}
.navi-h2{
	margin-top:15px;
	width:543px;
	height:150px;
	background-color:#FFCC99;
	font-size:12pt;
	font-weight:bold;
	float:right;
	text-align:right;
}
.left-navi{
	margin-left:8px;
	padding:15px 2px 15px 10px;
	width:220px;
	float:left;
	text-align:left;
	font-size:10pt;
	background-color:#EEEEEE;
}
.right-main{
	padding:15px 2px 15px 10px;
	width:543px;
	text-align:left;
	font-size:10pt;
	float:right;
}

.level1{
	margin-left:0px;
	margin-bottom:5px;
	}

.level2{
	margin-left:5px;
	margin-bottom:5px;
	}

.right-main h3{
	color:#FF6666;
	font-size:14pt;
	font-weight:bold;
	margin-bottom:15px;
	border-bottom:3px double #FF6666;
	}

.text1{
	font-size:10pt;
	line-height:180%;
	}

.right-main h4{
	color:#336699;
	font-size:12pt;
	font-weight:bold;
	margin:15px 0px 15px 15px;
	border-bottom:1px dotted #336699;
	}

.text2{
	font-size:10pt;
	margin-left:20px;
	line-height:180%;
	}


.bottom-menu{
	width:780px;
	clear:both;
	padding:5px;
	margin:15px 0 0 0;
	background-color:#EEEEEE;
}

.topic{
	width:260px;
	padding:4px;
	font-size:10pt;
	}

.topic h2{
	font-size:12pt;
	font-weight:bold;
	color:#666666;
	}
.topic dl{
	margin-bottom:0px;
	color:#000066;
	}
.topic dd{
	margin:0 0 5px 15px;
	padding-bottom:5px;
	border-bottom:1px dotted #000000;
	}
	
	
	.question{
		margin:0;
		height:auto;
		width:520px;
		font-size:12pt;
		margin:0;
		padding:15px 0px 10px 20px;
		text-align:left;
		}
	.q-title{
		width:520px;
		background-color:#ffe6d9;
		border-bottom-style:dashed;
		border-bottom-width:1px;
		color:#666666;
		}
	.q-title1{
		width:110px;
		float:left;
		letter-spacing: 0.3em; 
		padding:5px 0px 0px 10px;
		font-weight:bold;
		}
	.q-title2{
		width:390px;
		font-weight:bold;
		float:left;
		font-size:9pt;
		vertical-align: bottom;
		padding:5px 0px 0px 10px;
		}
	.answer{
		clear:both;
		width:450px;
		height:auto;
		font-size:9pt;
		padding:0px 0px 0px 110px;
		color:#3c3c3c;}
