@charset "utf-8";



body{
	padding-bottom:35px;
}


/*header*/
div.headercontainer{
	min-width:100%;
	width:100%;
	background:#fff url(/image/header/bg.gif) no-repeat left bottom;
}
div.header{
	width:800px;
	margin:0 auto;
	height:64px;
}
h1{
	top:14px;
	left:10px;
}



/*maincontainer*/
div.maincontainer{
	min-width:780px;
	width:780px;
	margin-top:20px;
}
div.columncontainer{
	border:1px solid #ccc;
	background-color:#fff;
}



/*leftcolumn*/
div.leftcolumn{
	width:224px;
	margin-top:-1px;
}
div.leftcolumn dl dt{
	background-color:#356095;
	color:#fff;
	font-weight:bold;
	line-height:130%;
	font-size:12px;
	padding:8px 10px;
}
div.leftcolumn dl dd{
	line-height:130%;
	font-size:12px;
	padding:8px 9px;
	border-bottom:1px solid #ccc;
}
div.leftcolumn dl dd.on{
	background:url(/image/faq_arrow_on2.gif) #eaf5ff no-repeat 196px 8px;
}
div.leftcolumn dl dd a{
	background:url(/image/faq_arrow_off.gif) no-repeat left 3px;
	padding-left:8px;
}
div.leftcolumn dl dd.on a{
	background:url(/image/faq_arrow_on.gif) no-repeat left 3px;
}



/*rightcolumn*/
div.rightcolumn{
	min-width:535px;
	width:535px;
	min-height:770px;
	border-left:1px solid #ccc;
	background:url(/image/faq_bg.gif) repeat-y left top;
	padding:17px 0 0 17px;
	margin-right:0px;
}
body:first-of-type div.rightcolumn{
	height:950px;
}
html>/**/body div.rightcolumn, x:-moz-any-link, x:default{
	min-height:950px;
}
h3{
	width:520px;
	background-color:#eaf5ff;
	border-top:2px solid #356095;
	margin-bottom:2em;
}
h3 p{
	padding:15px;
	border-bottom:1px dotted #356095;
}
h4{
	width:510px;
	margin-left:5px;
	color:#03387b;
	border-bottom:1px solid #356095;
	font-size:12px;
	padding:0 0 5px 0;
	margin-bottom:1.5em;
}
div.rightcolumn p.content{
	width:510px;
	margin-left:5px;
	font-size:12px;
	line-height:150%;
	margin-bottom:3em;
}
div.rightcolumn p.contentimg{
	width:510px;
	margin-left:5px;
	font-size:12px;
	line-height:150%;
	margin-bottom:3em;
	text-align:center;
}



/*closebtn*/
p.closebtn{
	background-color:#b0b8c7;
	text-align:right;
	padding-right:15px;
	padding-bottom:10px;
	border:1px solid #ccc;
	border-top:none;
}
p.closebtn a{
	position:relative;
	top:-1px;
}