@charset "Shift_JIS";

/* reset------------------------- */
* {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	clear:both;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	clear:both;
}
h1,h2,h3,h4,h5,h6,p,li,dl,dt,dd,caption,address,th,td,b,small {
	word-break:break-all;
	word-wrap:break-word;
}
ul li,ol li{
	list-style: none;
}
img { 
	border:0;
	vertical-align:bottom;
}
/* clear float----- */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0; 
	font-size:0;
	visibility: hidden;
}
.clearfix { 
	display:inline-block;
}

/*\*/
* html .clearfix{
	height:1%;
}
* htm .clearfix{
	display:block;
}
/* reset END --------------------*/

/* ページ全体の設定*/
body {
	text-align:center;
	background:url(images/bg.gif) repeat-x left top;
	line-height:1.45;
	}
#wrapper {
	width:760px;
	background:#FFF;
	margin:0 auto;
	border:1px solid #999;
	}
#header {
	width:760px;
	margin:0;
	padding:0;
	border-bottom:5px solid #F90;
	}
#main {
	width:720px;
	margin:0 auto;
	text-align:left;
	}
	
h1 {
	width:730px;
	margin:0 auto;
	color:#FF9900;
	font-size:180%;
	font-weight:700;
	text-align:left;
	}
h2 {
	color:#000;
	background:#6CF;
	margin:10px 0;
	padding:3px 3px 1px 10px;
	font-size:120%;
	font-weight:700;
	}
h3 {
	background:url(qa_image/bg_h3.jpg) repeat-x left top;
	margin:15px 0 5px 0;
	padding:2px 2px 2px 10px;
	border-bottom:2px solid #999;
	font-weight:700;
	}
	
a:link {
	color:#00C;
	}
a:visited {
	color:#93C;
	}
a:hover {
	color:#0C3;
	}
a:active {
	color:#0C3;
	}	
	
	
dl {
	}
	
dd { 
	font-size:95%;
	}
div.que dt {
	margin:15px 0 0 5px;
	font-weight:700;
	}
div.que dd {
	border-bottom:1px dotted #999;
	line-height:1.6;
	margin:0 10px;
	}
div.que dd a {
	background:url(qa_image/bg_list.gif) no-repeat left;
	margin-left:5px;
	padding:2px 2px 2px 23px;
	}
div.que dd a:hover {
	background:url(qa_image/bg_list2.gif) no-repeat left;
	}
div.ans dt {
	background:url(qa_image/bg_ansttl.gif) no-repeat left;
	border-bottom:3px solid #FC3;
	padding:3px 3px 0 15px;
	margin:10px 0 5px 5px;
	font-weight:700;
	}
div.ans dd {
	margin:0 0 0 15px;
	}

span.quettl {
	display:block;
	float:left;
	width:608px;
	margin-top:5px;
	}
span.detail {
	display:block;
	float:right;
	width:100px;
	margin-top:5px;
	}
div.que_left {
	float:left;
	width:340px;
	margin-right:10px;
	}
div.que_right {
	float:right;
	width:340px;
	}
dd.que10 p {
	margin:0 10px;
	text-align:center;
	line-height:1.2;
	}
dd.que10 p.ttl {
	color:#FFF;
	background:#06C;
	font-weight:700;
	margin:0;
	padding:2px 0;
	}
dd.que10 a {
	background:none;
	padding:0;
	}
	
div.que .que10 a {
	background:none;
	margin:0;
	padding:0;
	}
div.que .que10 a:hover {
	color:#0C3;
	background:none;
	}
	
.bold {
	font-weight:700;
	}
span.contact {
	display:block;
	border:1px solid #999;
	padding:10px;
	text-align:center;
	}
p.backpage {
	text-align:right;
	font-size:80%;
	}
p.backpage a {
	color:#390;
	background:url(qa_image/bg_backpage.gif) no-repeat left ;
	padding:2px 2px 2px 20px;
	}
	
dd.pagetop {
	text-align:right;
	}
dd.pagetop a {
	color:#390;
	background:url(qa_image/bg_ptop.gif) no-repeat left;
	padding:2px 2px 2px 13px;
	font-size:85%;
	}
.btn_right {
	text-align:right;
	}
.caution {
	font-weight: bold;
	color: #F00;
}
