@charset "utf-8";
/* CSS Document */


h2 {
	height: 45px;
	background-image: url(img/pagetitle.jpg);
	}
	


#faq_infotxt{
	padding: 20px;
	font-size: 110%;
	}
	
#faq_infotxt p{
	text-align: left;
	font-size: 120%;
	line-height: 170%;
	color: #271b01;
	font-weight: bold;
	}
	
#faq_menu {
	background-color: #ffffff;
	}	
	
#faq_menu ul{
	border-top: 2px solid #033e3d;
	border-bottom: 1px solid #033e3d;
	margin: 0 0 1px 0;
	}
	
#faq_menu li{
	text-align: left;
	border-bottom: #033e3d 1px solid;
	list-style: none;
	font-size: 100%;
	font-weight: bold;
	}	
	
#faq_menu li a{
	padding: 3% 8% 3% 3%;
	color: #033e3d;
	text-decoration: none;
	display: block;
	width: 89%;
	}
	
/*Q*/h3{
	font-size: 100%;
	padding: 2% 0 2% 0;
	text-align: center;
	color: #ffffff;
	background:#033e3d;
	line-height: 100%;
	
	}	
.faq_main{
	border-bottom: #033e3d 1px solid;
	}

/*A*/.faq_main p{
	text-align: left;
	font-size: 95%;
	padding: 1% 3% 4% 7%;
	color: #271b01;
	}
	
.faq_gotop {
	width: 30%;
	font-size: 90%;
	background-color: #ffffff;
	border: 1px solid;
	float: right;
	color: #033e3d;
	}
	
.faq_gotop a {
	display: block;
	color: #033e3d;
	text-decoration: none;
	padding: 2%;
	}