
.maincontents {
	margin: 0 0 0 15px;
	padding: 0;
	background: #F2F1ED;
}

/*上部　左側ボックス*/
.leftbox {
	margin: 0;
	padding: 0 25px 50px 0;
	width: 590px;
	float: left;
	background: #fff;
}

/************h1************/
.leftbox h1 {
	margin-top: 20px;
	padding: 0 0 3px 0;
	font-size: 16px;
	border-bottom: 2px solid #333333;
}

.leftbox .faqlink {
	margin: 1px 0 1px;
	padding: 7px;
	color: #333333;
	background: #F2F1ED;
}
.leftbox .faqlink a {
	color: #333333;
}

.leftbox h2 {
	margin: 0;
	padding: 20px 0 15px 0px;
	border-top: 1px dotted #333333;
	color: #333333;

}
.leftbox h2#faq01 {
	border-top: none 0px;
}

.leftbox p {
	margin: 0;
	padding: 5px 0 25px 0px;
	color: #333333;
	line-height: 125%;

}

/*右側ボックス*/
.rightbox {
	margin: 0;
	padding: 0;
	width: 230px;
	float: right;
}

.rightbox h2 {
	margin: 10px 10px 10px;
	padding: 3px 5px 2px;
	color: #fff;
	background-color: #333333;
}
.rightbox ul {
	margin: 0 10px;
	padding: 0;
	line-height: 100%;
	list-style-type: none;
	border-top: 1px solid #C8C3B5;
}
.rightbox ul li {
	margin: 0;
	padding: 0;
	line-height: 100%;
	border-bottom: 1px solid #C8C3B5;

}
.rightbox ul li a {
	display: block;
	margin: 0;
	padding: 9px 0 9px 30px;
	width: 180px;
	line-height: 100%;
	background: url("../images/mark05.gif") no-repeat 0 8px;
	_background-position: 0 7px;
}
.rightbox ul li a:hover {
	color: #000;
	text-decoration: none;
	background-position: 0 -19px;
	_background-position: 0 -20px;
	background-color: #fff;
}
.maincontents .clearb {
	_display: block;
	_width: 100%;
	_line-height: 5px;
	_background: #fff;
}

table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #000000;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #255084;
	color: #4F76A3;
	font-size: 100% !important;
}


tbody th {
	font-weight: bold;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #111111; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}