@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding:0;
}

#container{
	position:relative;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 740px;
	border-right: solid 1px #CCCCCC;
	background-image: url(../img/textbg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
}

h1.v {
	position:absolute;
	text-indent:-99999px;
	left: 0px;
	top: 0px;
}

h2{
	font-size:24px;
	font-weight:bold;
	padding: 2px 0 2px 5px;
	border-left: solid 6px #663399;
	margin: 0 0 20px 0;

}

h3{
	font-size:14px;
	font-weight:bold;
	margin: 0 0 15px 0;
}

#topic-path{
	font-size:12px;
	padding-top:2px;
	padding-left:10px;
}

#headtitle{
	width: 100%;
	height: 77px;
	background-image: url(../img/top_img.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin-top:10px;
}

#headtitle p {
	width: 113px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 40px;
	border:none;
}

#maintext{
	width: 640px;
	margin:30px 30px;
}

#maintext p {
	margin-bottom:20px;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: normal;
}

#otherL {
	width: 100%;
	text-align: right;
	height: 60px;
	position: relative;
}

#otherL img {
	display: block;
	position: absolute;
	top: 0px;
	right: 20px;
}


/*QA*/

#qa01_area{

}

#qa01_area dt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom:10px;
	color: #000099;
	text-decoration: underline;
	border-left: solid 4px #000099;
	margin-left: 10px;
	padding: 2px 0 2px 4px;
}

#qa01_area dd{
	background-color:#FFFFFF;
	padding:8px;
	margin: 0 10px 20px 20px;
	background-image: url(../img/qa01_areaddbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
	color: #666666;
}

#qa01_area dd ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 10px 0 10px 30px;
}

#qa01_area dd ol li {
	font-size: 14px;
	margin-bottom:6px;
}

#qa01_area dd ol li.none {
	list-style-type: none;
	text-indent:-15px;
	margin: 15px 0;
}



