﻿@charset "utf-8";
@import url("common.css"); /* common stylesheet */

#dammy {
	background: url() no-repeat;
	margin: 0;
	padding: 40px 0 0 0;
	width: 216px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	}


/* #
--------- --------- --------- --------- --------- */
.faq_mtitle {
	background: url(../images/faq/faq_mtitle.jpg) no-repeat;
	margin: 0 0 10px 0;
	padding: 64px 0 0 0;
	width: 699px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:64px;/* for ie5.x */
	}
	
.faq_cnavi {
	margin:0 0 5px 0;
	list-style-type: none;
	}
	
.faq_cnavi li {
	margin:0;
	width:116px;
	height:53px;
	float:left;
	}
	
.faq_cnavi li.faq_cnavi1,
.faq_cnavi li.faq_cnavi6 {
	width:118px;
	}
	
.faq_cnavi li a {
	margin: 0;
	padding: 53px 0 0 0;
	width: 116px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:53px;/* for ie5.x */
	}
	
.faq_cnavi li.faq_cnavi1 a {
	background: url(../images/faq/faq_navi1.gif) no-repeat;
	width:118px;
	}
	
.faq_cnavi li.faq_cnavi2 a {
	background: url(../images/faq/faq_navi2.gif) no-repeat;
	}
	
.faq_cnavi li.faq_cnavi3 a {
	background: url(../images/faq/faq_navi3.gif) no-repeat;
	}
	
.faq_cnavi li.faq_cnavi4 a {
	background: url(../images/faq/faq_navi4.gif) no-repeat;
	}
	
.faq_cnavi li.faq_cnavi5 a {
	background: url(../images/faq/faq_navi5.gif) no-repeat;
	}
	
.faq_cnavi li.faq_cnavi6 a {
	background: url(../images/faq/faq_navi6.gif) no-repeat;
	width:118px;
	}
	
.faq_cnavi li.on a,
.faq_cnavi li a:hover {
	background-position: 0 -55px;
	}
	
.faq_stitle {
	background: url(../images/common/icon_arrow4.jpg) no-repeat;
	background-position: 6px 5px;
	background-color: #E6E6E6;
	margin:0 0 15px 0;
	padding:4px 0 2px 24px;
	font-size:1.6em;
	color:#4D4D4D;
	font-weight: bold;
	line-height:1.1;
	}
	
.faq_sstitle {
	background: url(../images/faq/faq_icon_q.gif) no-repeat;
	background-position: 2px 2px;
	background-color: #D9D9D9;
	margin:0 0 10px 30px;
	padding:5px 0 2px 26px;
	height:15px;
	font-size:1.4em;
	font-weight: bold;
	line-height:1.1;
	}
	
.answer {
	background: url(../images/faq/faq_icon_a.gif) no-repeat;
	margin:0 0 25px 30px;
	padding:0 0 0 80px;
	font-size:1.4em;
	min-height:34px;
	height:auto !important;
	height:34px;
	}
	
.answer b {
	font-weight: bold;
	}
	
.answer a {
	text-decoration: underline;
	color:#990100;	
	}
	
.answer.link {
	margin:0 0 10px 0;
	}
	
.link {
	margin:0 0 20px 0;
	height:18px;
	}
	
.link a {
	float:right;
	background: url(../images/faq/faq_btn.gif) no-repeat;
	margin: 0;
	padding: 18px 0 0 0;
	width: 101px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:18px;/* for ie5.x */
	}
	
.link a:hover {
	background-position: 0 -18px;
	}
	
.to_top {
	background: url(../images/common/dot.gif) repeat-x;
	padding:10px 0 0 0;
	}
	
