@charset "UTF-8";
h1 {
	font-size: 1.4em;
	background-image: url(faq/h1.jpg);	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 220px;
	margin: 0px auto 0px;
	padding: 0px;
	clear: both;
	display: block;
}
h1 em {
	position: relative;
	z-index: -1;
}
/*-------------------------------------------------
選ぶメニュー
-------------------------------------------------*/
ul.faqmenu {
	list-style:none;
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	font-size: 1px;
	float:left;
}
ul.faqmenu li {
	list-style:none;
}
ul.faqmenu li a {
	display:block;
	width:260px;
	height:90px;
	overflow:hidden;
	text-indent:-1000px;
}
ul.faqmenu li.menu1 {
	background-position:0px 0px;
	background-image:url(faq/menu01.jpg);
}
ul.faqmenu li.menu2 {
	background-position:0px 0px;
	background-image:url(faq/menu02.jpg);
}
ul.faqmenu li.menu1 a:hover {
	background-position:0px -90px;
	background-image:url(faq/menu01.jpg);
}
ul.faqmenu li.menu2 a:hover {
	background-position:0px -90px;
	background-image:url(faq/menu02.jpg);
}
/*-------------------------------------------------
折りたたみ
-------------------------------------------------*/
#folding ul.open {
	display: block;
	margin: 0px;
	padding: 0px;
}
#folding ul.close {
	display: none;
}
#folding li.open {
	list-style-type: none;
	background-image: url(common/images/minus.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 18px;
}
#folding li.close {
	list-style-type: none;
	background-image: url(common/images/help.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 18px;
	color: #0066CC;
	text-decoration: underline;
	cursor: help;
	clear: both;
}
#folding li.close:hover {
	list-style-type: none;
	background-image: url(common/images/help.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 18px;
	color: #0099FF;
	text-decoration: none;
	cursor: help;
}
#folding li.answer{
	list-style-type: none;
	background-image: none;
	padding: 10px;
	margin-left: 0px;
	background-color: #FFF8E0;
}
/*3つ並ぶ画像*/
#type {
	width: 420px;
	clear: both;
}
.imgType {
	float: left;
	padding-bottom: 5px;
	clear: right;
	width: 120px;
	padding-right: 10px;
}
.imgType img {
	padding: 5px 0px;
}
.imgType strong{
	color: #336699;
}

