@charset "shift_jis";

/********************************************************* reset*/
body, div, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, p, form, blockquote, label, pre, fieldset, iframe {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
img {
	border: none;
	vertical-align: bottom;
}
address, caption, code, th, strong, em {
	font-style: normal;
	font-weight: normal;
}

/********************************************************* body*/
body {
	color: #666;
	background: #FFF url(../images/bg_board.jpg);
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 75%;
	line-height: 1.6;
}
p {
	margin-bottom: 1.2em;
}
a {
	outline: none;
}
a:link {
	color: #5e4d36;
}
a:visited {
	color: #5e4d36;
}
a:hover {
	color: #ff6000;
}
a:active {
	color: #ff6000;
}
iframe {
	margin: 5px 0;
}

/********************************************************* header*/
#header {
	margin-bottom: 20px;
}
h1 {
	text-align: right;
	font-size: 85%;
	font-weight: normal;
	color: #aea69a;
	padding: 5px 0;
}
#header ul {
	width: 419px;
}
#header li {
	float: left;
}

/********************************************************* main*/
#layout {
	margin: 0 auto;
	width: 860px;
}
#main {
	padding: 0 30px;
	background-color: #FFFFFF;
}
#wrapper {
}
.imgTop {
	margin-bottom: 30px;
}
.imgFront {
	margin-bottom: 25px;
	text-align: center;
}
.imgFront img {
	margin-bottom: 5px;
}

/********************************************************* left*/
#leftContents {
	float: left;
	width: 200px;
	margin-right: 15px;
}

/********************************************************* center*/
#centerContents {
	float: left;
	width: 400px;
}

/********************************************************* right*/
#rightContents {
	float: right;
	width: 170px;
}
#rightContents2nd {
	float: right;
	width: 585px;
}

/********************************************************* footer*/
.footNav {
	clear: both;
	padding: 30px 0 10px 0;
	text-align: center;
}
.footNav li {
	display: inline;
	border-right: 1px solid #ccc;
	padding: 0 10px;
}
.footNav li.firstChild {
	border-left: 1px solid #ccc;
}
#footer {
	clear: both;
	margin: 10px 0 30px 0;
	text-align: right;
}

/********************************************************* table*/
.tbStyle01 {
	border-collapse: collapse;
	border-spacing: none;
	width: 100%;
	color: #6c5b41;
	margin-bottom: 30px;
}
.tbStyle01 td {
	border: 1px solid #e2ddc4;
	padding: 5px;
	background-color: #f7f5eb;
}
.tbStyle01 td.tax {
  text-align:right;
  background:#fff;
  border:none;
}
tr.odd td {
	background-color: #f1eddb;
}

/********************************************************* usability*/
.pageTop {
	text-align: right;
	font-size: 85%;
	clear: both;
	margin-top: 15px;
}

/********************************************************* general class*/
.dlStyle01 dt {
	float: left;
	padding: 5px 0;
	width: 80px;
}
.dlStyle01 dd {
	padding: 5px 0  5px 80px;
	border-bottom: 1px #ccc solid;
}
.dlStyle01 dd:last-child {
	border-bottom: none;
}
.titStyle01 {
	background: url(../images/bg_gradation.gif) repeat-x left bottom;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.txtC {text-align: center;}
.txtR {text-align: right;}
.fltL {float: left;}
.fltR {float: right;}

.mb05px {margin-bottom: 5px;}
.mb10px {margin-bottom: 10px;}
.mb15px {margin-bottom: 15px;}
.mb20px {margin-bottom: 20px;}
.mb30px {margin-bottom: 30px;}

.mr20px {margin-right: 20px;}

.section p {
	overflow: hidden;
	_zoom: 1;
}

.small {
  font-size:90%;
}

/********************************************************* clearfix*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */