@charset "UTF-8";

/*
########################################################
  commmon style
########################################################
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size: 13px; /* modern browser */
	*font-size: small; /* IE 7 */
	*font: x-small; /* IE 6 */
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	/* font-family: 'ＭＳ Ｐゴシック',sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro'; */
	background: #DEDBDA;
	color: #000000;
}
ol, ul, dl {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
    font-size:inherit;
    font:100%;
}
table td, table th{
	line-height: 1.5;
}
img {
	border: none;
}
h1, h2, h3, h4, p {
	line-height: 1.5;
}

/*
########################################################
  link
########################################################
*/

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}

/*
########################################################
  header
########################################################
*/
#header {
	background: #FFFFFF url(../images/header_back.gif) repeat-x top left;
	height: 134px;
	display: block;
	overflow: hidden;
}
#header .inner {
	zoom: 1;
	width: 960px;
	margin: auto;
}

#header .inner .logo {
	float: left;
	margin: 6px 0;
	height: 58px;
	display: block;
	overflow: hidden;
}
#header .inner .rmenu {
	width: 454px;
	float: right;
	margin-top: 5px;
}
#header .inner .rmenu img {
	vertical-align:bottom;
}
#header .inner .rmenu ul.smenu {
	height:22px;
	display: block;
	overflow: hidden;
	margin-top: 1px;
}
#header .inner .rmenu ul.smenu li {
	float: left;
}
#header .inner ul.menu {
	clear: both;
	height:64px;
	display: block;
	overflow: hidden;
}
#header .inner ul.menu li {
	float: left;
}

#header .inner:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*
########################################################
  breadcrumb
########################################################
*/
#breadcrumb {
	clear: both;
	background: #FFE9E0;
}
#breadcrumb ul {
	zoom: 1;
	width: 960px;
	margin: auto;
	padding: 5px 0;
}
#breadcrumb ul li {
	float: left;
	font-size: 85%;
	background: url(../images/breadcrumb_back.gif) no-repeat center left;
	padding-left: 17px;
	padding-right: 8px;
	color: #333333;
}

#breadcrumb ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*
########################################################
  contents
########################################################
*/

#contents {
	clear: both;
	background: #FFFFFF;
}
#contents .inner {
	zoom: 1;
	width: 960px;
	margin: auto;
	padding: 10px 0 40px 0;
}

#contents .inner #topContents {
}

#contents .inner #leftContents {
	width: 200px;
	float: left;
}

#contents .inner #leftContents .menu {
	margin-bottom: 10px;
}
#contents .inner #leftContents .menu .leftMenu {
	padding: 10px;
	background: #DEDBDA;
}
#contents .inner #leftContents .menu .leftMenu img {
	width: 180px;
	text-align: center;
}
#contents .inner #leftContents .banner img {
	margin-bottom: 5px;
}

#contents .inner #mainContents {
	width: 730px;
	float: right;
}
#contents .inner #mainContents h1.mtitle {
	margin-bottom: 40px;
}
#contents .inner #mainContents p.caption {
	margin-bottom: 40px;
}

#contents .inner:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*
########################################################
  footer
########################################################
*/

#footer {
	zoom: 1;
	clear: both;
}
#footer .menu {
	background: #221005 url(../images/footer_back.gif) repeat-x top left;
	color: #FFFFFF;
	font-size:92%;
	margin-bottom: 10px;
}
#footer .menu a:link,
#footer .menu a:visited,
#footer .menu a:hover,
#footer .menu a:active {
	color: #FFFFFF;
}
#footer .menu .inner {
	zoom: 1;
	width:960px;
	margin: auto;
	padding: 20px;
}
#footer .menu .inner dl {
	height: 300px;
	display: block;
	overflow: hidden;
}
#footer .menu .inner dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}
#footer .menu .inner dd {
}
#footer .menu .inner dl.left,
#footer .menu .inner dl.center,
#footer .menu .inner dl.right {
	float: left;
	padding: 0 20px;
}
#footer .menu dl.left dt,
#footer .menu dl.center dt,
#footer .menu dl.right dt {
	border-left: #FFFFFF solid 2px;
	padding-left: 5px;
	margin-top: 15px;
}
#footer .menu dl.right dt {
	margin-top: 12px;
}
#footer .menu .inner dl.left dt.top,
#footer .menu .inner dl.center dt.top,
#footer .menu .inner dl.right dt.top {
	margin-top: 0;
}
#footer .menu .inner dl.left dd,
#footer .menu .inner dl.center dd,
#footer .menu .inner dl.right dd {
	padding-left: 7px;
}
#footer .menu .inner dl.left {
	border-left: #3E2E24 solid 1px;
	border-right: #3E2E24 solid 1px;
	width: 280px;
}
#footer .menu .inner dl.center {
	border-right: #3E2E24 solid 1px;
	width: 140px;
}
#footer .menu .inner dl.right {
	border-right: #3E2E24 solid 1px;
	width: 130px;
}
#footer .menu .inner dl.relat {
	float: right;
	padding: 0 20px;
	border-right: #3E2E24 solid 1px;
	width: 160px;
}
#footer .menu .inner dl.relat dt {
	background: #4F3425;
	padding: 2px 5px 0 5px;
	margin-top: 75px;	
}
#footer .menu .inner dl.relat dd {
	padding-left: 5px;
}
#footer p.copy {
	text-align: center;
	font-size:85%;
}

#footer:after,
#footer .menu .inner:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*
########################################################
  pagetop
########################################################
*/

#pageTop {
	position:fixed;
	bottom:10px;
	right:10px;
	width:14px;
	height:78px;
}
