@charset "utf-8";

/*
 * index.css
 *
 * modified: 2011-09-09 (Nakahara@MonkeyWorks)
 *
 */



/* Content
------------------------------------------------------------ *//*

	@group navPage

------------------------------------------------------------ */

#navPage table {
	width: 100%;
	margin: 10px 0;
	border-top: 1px solid #e3ca90;
	border-left: 1px solid #e3ca90;
}

#navPage td {
	width: 33.3%;
	border-right: 1px solid #e3ca90;
	border-bottom: 1px solid #e3ca90;
	background: #fff;
}

#navPage td a {
	display: block;
	padding: 10px 10px 10px 25px;
	background: url(../image/iconArrow01.png) no-repeat 10px 49%;
	color: #000;
	font-size: 12px;
	zoom: 1;
}

#navPage td a:link,
#navPage td a:visited {
	text-decoration: none;
}

#navPage td a:hover,
#navPage td a:active {
	text-decoration: underline;
}



/*	@end
------------------------------------------------------------ *//*

	@group qaList

------------------------------------------------------------ */

.qaList {
	margin-left: 20px;
}

.qaList dt {
	position: relative;
	width: 683px;
	min-height: 31px;
	height: auto !important;
	height: 31px;
	margin-bottom: 11px;
	padding-left: 42px;
	font-size: 18px;
	font-weight: bold;
}

.qaList dd {
	position: relative;
	width: 683px;
	min-height: 31px;
	height: auto !important;
	height: 31px;
	margin-bottom: 20px;
	padding: 0 0 30px 42px;
	background: url(../image/bgBorder01.gif) repeat-x 0 100%;
}

.qaList .icon {
	position: absolute;
	top: -4px;
	left: 0;
}

.qaList .heading03 {
	margin: 18px 0 7px;
}

.qaList p {
	margin-bottom: 7px;
}

#contact {
	padding-bottom: 1px;
}



/*	@end
------------------------------------------------------------ */

