@charset "utf-8";
/* CSS Document */

/* Q&A SHEET */
* {
    margin: 0;
    padding: 0;
}
	
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #003;
	text-align: center;
}


#qa_wrapper{
	width: 780px;
	margin: 0 auto;
	background-color: #FFF;
}
		
#qa_background {	
	background-image: url(../img/bg_1.jpg);
	background-repeat: repeat;
	background-attachment : fixed;
	width: 780px;
	margin: 0 auto;
}

#qa_main {
	background-color: #F7F7F7;
	width: 700px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 10px 0;
}


#qa_header {
	width: 700px;
	margin: 0 auto;
	height: 80px;
	background-color: gold;
	color: #300;
}

/*#qa_footer {
	clear: both;
	float: left;
	width: 700px;
	height: 30px;
	padding: 10px;
	background-color: #150000;
	color: white;
	text-align: center;
	font-size: 10px;
}*/


.icon_cover {
	float: left;
	width: 400px;
	height: 80px;
	margin: 10px 30px;
}

.icon {
	float: left;
	margin: 5px auto;
	width: 100ox;
	padding: 0 30px;
	taxt-align: center;
	font-size: 9px;
	color: #300;
}

.icon_text {
	float: left;
	width: 70px;
	margin: 5px auto 5px;

}

.icon a:link {
	color: gold;
	text-decoration: none;
	font-weight: bold;
} 

.icon a:visited {
	color: gold;
}

.q_content {
	width: 670px;
	margin: 10px;
	padding: 5px 10px 10px 0;
	background-color: #C0C0C0;
	font-size: 13px;
	color: #333;
	line-height: 1.5em;
	text-align: left;
}

.a_content {
	width: 670px;
	margin: 5px 10px 20px 10px;
	padding: 5px 10px 10px 0;
	background-color: white;
	font-size: 13px;
	color: black;
	line-height: 1.5em;
}

.a2_content {
	width: 670px;
	margin: 5px 10px 20px 10px;
	padding: 5px 10px 10px 0;
	background-color: #E2DFC7;
	font-size: 13px;
	color: #003;
	line-height: 1.5em;
}

.a_content .fig {
	width: 670px;
	margin: 0 0 10px 0;
	padding: 5px;
	text-align: center;
}

h1 {
	font-size: 16px;
	padding: 5px 0 5px 20px;
}

h2 {
	font-size: 14px;
	padding: 5px 0 0 20px;
	color: #006;
}

p {
	padding: 5px 5px 10px 20px;
}

.fl {
	float: left;
	width: 670px;
}




/* Q&amp;A LIST */

.qa {
	float: left;
	width: 500px;
	padding: 10px 0 0 10px;
	line-height: 1.4em;
	font-size: 14px;
	color: white;
}

.qa ul {
	padding: 10px 0 10px 20px;
	color: white;
}

.qa li {
	list-style-position: outside;
	list-style-type: none;
	padding: 5px;
}

.qa li a {
	letter-spacing:-1px; 
	font-weight: 700;
	color: white;
}

.gotop {
	font-size: 13px;
	margin: 0 auto;
	text-align: center;
}

a:link {
	color: #F06;
	text-decoration: none;
	font-weight: bold;
} 

a:visited {
	color: #F36;
}

a:hover {
	color: #F63;
	text-decoration: underline;
}   

a:active {
	color: #F36;
	text-decoration: underline;
} 

.none {
	display: none;
}

.b_red {
	font-weight: bold;
	color: red;
}

.b_blue {
	font-weight: bold;
	color: #009;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.red_s {
	font-size: 9pt;
	color: red;
}

.b {
	font-weight: 800;
}

.smaller {
	font-size: 80%;
}

.right {
	text-align: right;
}

/* LIST */
ol {
	margin-left: 15px;
	padding: 10px 0 10px 20px;
}

ol li {
	padding: 0 0 1em 0;
	list-style-position: outside;
}


ul {
	margin-left: 10px;
	padding: 10px 0 10px 20px;
}

ul li {
	padding: 0 0 1em 0;
	list-style-position: outside;
	list-style-type: disc;
}