@charset "UTF-8";

@import 'common.css';

#CONTENT h3 {
	color: #000000;
	font-size: 14px;
	margin-bottom: 35px;
}
#CONTENT img { margin-left: 25px; }

/* Q&A */
#QA h3 {
	height: 24px;
	margin: 50px 0px 0px;
	padding-left: 60px;
	line-height: 24px;
	color: #666666;
	font-size: 10px;
	border: solid 1px #C9C6C5;
	background-color: #E6E6E6;
	background-image: url(/images/contact/subtitle_qa.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#QA img { margin: 0px; }
#QA dl {
	border-bottom: solid 1px #C9C6C5;
	padding-bottom: 30px;
}
#QA dt {
	height: 25px;
	color: #000000;
	line-height: 25px;
	padding-left: 30px;
	border-top: solid 1px #C9C6C5;
	background-image: url(/images/contact/question.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#QA dd {
	margin: 0px;
	padding: 15px 40px;
	border-top: dotted 1px #C9C6C5;
	background-image: url(/images/contact/answer.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}
#QA dd.catalog {
	position: relative;
	height: 100%;
}
#QA dd.catalog a {
	margin: 12px 0px 0px 350px;
	width: 95px;
	height: 22px;
	background-image: url(/images/contact/button_catalog_on.jpg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#QA dd.catalog a:hover { zoom: 100%; }
#QA dd.catalog a:hover img { visibility: hidden; }
#QA dd p {
	color: #000000;
	margin-bottom: 5px;
}
#QA dd span { line-height: 40px; }
#QA dd ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 100%;
}
#QA dd li {
	list-style: none;
	margin-bottom: 10px;
}
#QA dd .fukuoka a:hover img { visibility: hidden; }
#QA dd .fukuoka a:hover { zoom: 100%; }
#QA dd .fukuoka a {
	display: block;
	width: 190px;
	height: 22px;
	margin-top: 20px;
	float: left;
	background-image: url(/images/contact/button_fukuoka_on.jpg);
}
#QA dd .fukuoka a.incube {
	margin-right: 15px;
	background-image: url(/images/contact/button_incube_on.jpg);
}
