@charset "utf-8";

/* import
----------------------------------------------- */
@import "font.css";
@import "common.css";
@import "menu.css";


/* common
----------------------------------------------- */
.navi {
	width: 900px;
	margin: 50px 0 0;
}
.navi ul {
	width: 900px;
}
.navi ul li {
	float: left;
	margin: 0;
	padding: 0;
}
.navi ul li a {
	display: block;
	width: 300px;
	height: 50px;
	text-indent: -9999px;
}
.navi ul .n0 a { background: url(../faq/images/navi.gif) no-repeat 0 0; }
.navi ul .n1 a { background: url(../faq/images/navi.gif) no-repeat -300px 0; }
.navi ul .n2 a { background: url(../faq/images/navi.gif) no-repeat -600px 0; }
.navi ul .n0 a:hover { background: url(../faq/images/navi.gif) no-repeat 0 -50px; }
.navi ul .n1 a:hover { background: url(../faq/images/navi.gif) no-repeat -300px -50px; }
.navi ul .n2 a:hover { background: url(../faq/images/navi.gif) no-repeat -600px -50px; }


/* headline
----------------------------------------------- */
h1 {
	display: block;
	width: 160px;
	height: 52px;
	margin: 35px 0 0;
	background: url(../faq/images/h1.gif) no-repeat 0 0;
	text-indent: -9999px;
}
h2 {
	display: block;
	height: 17px;
	margin: 60px 0 0;
	text-indent: -9999px;
	font-size: 0;
}
.h2_01 {
	width: 125px;
	margin: 45px 0 0;
	background: url(../faq/images/h2_01.gif) no-repeat 0 0;
}
.h2_02 {
	width: 123px;
	background: url(../faq/images/h2_02.gif) no-repeat 0 0;
}
.h2_03 {
	width: 76px;
	background: url(../faq/images/h2_03.gif) no-repeat 0 0;
}

/* table
----------------------------------------------- */
.tabletype01 {
	width: 870px;
	margin: 15px 0 0;
	border: 1px solid #A0CD3C;
}
.tabletype01 th {
	padding: 5px 15px;
	border-left: 1px solid #A0CD3C;
	border-bottom: 1px solid #A0CD3C;
	background: #E8F4D0;
	color: #737378;
	vertical-align: top;
	white-space: nowrap;
}
.tabletype01 .th7 {
	width: 350px;
}
.tabletype01 td {
	padding: 5px 15px;
	border-left: 1px solid #A0CD3C;
	vertical-align: top;
}

/* parts
----------------------------------------------- */
.faq dt {
	margin: 40px 0 0;
	padding: 0 0 0 30px;
	background: url(../faq/images/icon_q.gif) no-repeat 3px 3px;
	color: #8C8C96;
	font-weight: bold;
}
.faq dd {
	margin: 10px 0 0;
	padding: 0 0 0 30px;
	background: url(../faq/images/icon_a.gif) no-repeat 3px 3px;
}

.faq_plan dt {
	margin: 8px 0 0;
	padding: 0;
	font-weight: bold;
	background: url(none);
	color: #666;
}
.faq_plan dd {
	margin: 0;
	padding: 0;
	background: url(none);
}

.indent01 {
	text-indent: 1.5em;
}

.link li {
	float: left;
	margin: 0 60px 0 0;
}


/* clear
----------------------------------------------- */
.navi ul:after,
.link:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}