@charset "UTF-8";
/* CSS Document */

@import url("../../css/base.css");
@import url("../../css/common.css");
@import url("../../css/font.css");
@import url("../../css/contents.css");




/*-------------------------------------
 faq
---------------------------------------*/

.faq {
	margin-top: 20px;
}
.faq-q  {
	color: #FF9999;
	background-image: url(../../common_img/circle.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 17px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.faq-q a  {
	color: #FF9999;
	font-weight: bold;
}
.faq-q a:hover {
	color: #FF6600;
	text-decoration: none;
}
.faq-mark {
 width: 20px;
}
.faq-txt {
	margin-top: 0px;
	padding-left: 20px;
}.faq-txt p {
	margin-top: 0.6em;
}
#main-wrap h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 25px;
}
#main-contents #h1box {
	margin-bottom: 0px;
}

