@charset "utf-8";
.red{
	font-size: 90%;
	font-weight: bold;
	color: #CC0000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#faq {
	width: 560px;
	padding: 0;
	margin: 10px 0px;
	text-align: left;
	float: none;
	clear: both;
}
#faq p{
	font-size: 80%;
	color: #666666;

}

/*------タブ、よくある質問--------*/

#main .tabContainer {
	width: 550px;
	margin-left: 10px;
}

/* タブ */
#main .tabContainer ul{
	margin: 0px;
	padding: 0px;
}
#main .tabContainer ul.tabMenu li {
	float: left;
	padding: 0px;
	letter-spacing: 0.1em;
	font-size: 12px;
	width: 160px;
	margin: 3px 0px 2px;
	list-style: none;
}

/* 未選択のタブ */
#main .tabContainer ul.tabMenu li a {
	display: block;
	padding: 5px 0px 2px 5px;
	background: url(../../eisei/faq/img/bg_qa.gif) no-repeat right top;
	border-left: 1px solid #999;
	color: #000099;
	text-decoration: underline;
	margin: 0px;
}
/* 選択中のタブ */
#main .tabContainer .active a:link{
	text-decoration:underline;
	color: #FFFFFF;
}
#main  .tabContainer .active a:visited{
	text-decoration:underline;
	color: #FFFFFF;
}
#main .tabContainer ul.tabMenu li.active a{
	background: url(../../eisei/faq/img/bg_qa_on.jpg) no-repeat right top;
	border-left: 1px solid #595959;
	color: #FFFFFF;
}


/* カーソルオン時 */
#main .tabContainer ul.tabMenu li a:hover {
	color: #FF3300;
}
#main .tabContainer /* Q&A */
 #top {
	clear: both;
	padding: 3px 10px 5px;
	background: no-repeat;
	margin: 0px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 90%;
	font-weight: bold;
	color: #CC0000;
	line-height: 1.2em;
	border-bottom: 1px dotted #CC0000;
}
.tabContainer .All_open {
	text-decoration: underline;
	color: #003399;
	font-size: 90%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.tabContainer .All_close {
	text-decoration: underline;
	color: #003399;
	font-size: 90%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.tabContainer .A_close {
}
.tabContainer   .A_close   .bt_close {
	text-align: right;
	display: block;
	background: url(../../eisei/faq/img/close.gif) no-repeat left center;
	width: 95px;
	color: #999999;
	float: right;
	font-size: 10px;
}

/* Q&A */
#main .tabContainer dl {
	clear: both;
	padding: 5px 10px 15px 5px;
	margin: 0px;
	border-top: 1px #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
#main .tabContainer dl h3 {
	font-size: 120%;
	border-left: 6px solid #FF9933;
	padding-left: 5px;
	margin: 0px 0px 5px;
	padding-bottom: 1px;
	background: #FFFFCC;
	padding-top: 1px;
	color: #333333;
	vertical-align: bottom;
}
#main .tabContainer dl h4 {
	font-size: 110%;
	margin: 0px;
	color: #0364CD;
	vertical-align: bottom;
	background: url(none);
	padding: 0px;
}

/* Q */
#main .tabContainer dl dt {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.2em;
	color: #666666;
	background: url(../faq/img/mk_q.jpg) no-repeat left 3px;
	margin: 0 0 10px;
	padding: 5px 0px 8px 30px;
	border-bottom: 1px dotted #CCC;
}
#main .tabContainer dl .q {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.2em;
	color: #666666;
	background: url(../faq/img/mk_q.jpg) no-repeat left 3px;
	margin: 0 0 10px;
	padding: 5px 0px 8px 30px;
	border-bottom: 1px dotted #CCC;
}
/* A */
#main .tabContainer dl dd {
	font-size: 80%;
	line-height: 1.2em;
	color: #666666;
	background: url(../faq/img/mk_a.jpg) no-repeat left 3px;
	margin: 0 0 10px;
	padding: 5px 0px 8px 30px;
	border-bottom: 1px solid #666666;
	clear: none;
}
#main .tabContainer dl .a {
	font-size: 80%;
	line-height: 1.2em;
	color: #666666;
	background: url(../faq/img/mk_a.jpg) no-repeat left 3px;
	margin: 0 0 10px;
	padding: 5px 0px 8px 30px;
	border-bottom: 1px solid #666666;
	clear: none;
}
#main .tabContainer .ans {
	font-size: 90%;
	line-height: 1.2em;
	padding: 2px;
}
	
#main .tabContainer p {

}
/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	line-height: 0;
	clear: both;
}

/*----------------------------------------------------
	#navSkip (Navigation Skip)
----------------------------------------------------*/

span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}
