@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #000000;
}

a:link {
	color: #0088ff;
	text-decoration: none;
}

a:visited {
	color: #33bbff;
	text-decoration: none;
}

a:hover {
	color: #0088ff;
	text-decoration: underline;
}

a:active {
	color: #0088ff;
	text-decoration: underline;
}


/* body */
div#body {
	margin: 0 auto;
	width: 768px;
}

/* header */
div#header {
	padding: 17px 0 18px 20px;
	_height: 1px;
	_overflow: visible;
	zoom: 1;
}

div#logo {
	margin: 0 52px 0 0;
	width: 105px;
	float: left;
}

div#logo a {
	display: block;
}

div#header ul.utility {
	width: 612px;
	float: right;
	_height: 1px;
	_overflow: visible;
	zoom: 1;
}

ul#gNav {
	margin: 0;
	padding: 7px 0 0 0;
	width: 591px;
	float: left;
}

ul#gNav li{
	list-style-type: none;
	margin-right: 32px;
	display: inline;
	line-height: 1px;
	font-size: 1px;
}

ul#gNav li.last{
	margin-right: 0;
}

ul#gNav li a img{
	vertical-align: top;
}

div#topLNav {
	margin-top: 22px;
}

div.lNavA01 {
	background: url(http://kanzan.jp/shared/img/bg_lNav_01.gif) repeat-x left bottom;
	_height: 1px;
	_overflow: visible;
	zoom: 1;
}

div.lNavA01 div {
	width: 192px;
	float: left;
	text-align: center;
	border-bottom: 1px solid #000;
}

div.lNavA01 div.stay {
	width: 190px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: none;
}

div.lNavA01 div.year {
	width: 115px;
}

div.lNavA01 div img {
	cursor: pointer;
}

div.lNavA01 div.stay img {
	cursor: default;
}
div.lNavA01_b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	position: relative;
	padding-top: 29px;
}
div.lNavA01_b h1 {
	width: 190px;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	position: absolute;
	top: 0px;
	height: 28px;
}
div.lNavA01_b h1.stay {
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	position: absolute;
	top: 1px;
}
div.lNavA01_b ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	bottom: -1px;
	left: 200px;
}
div.lNavA01_b ul li {
	float: left;
	margin-left: 10px;
	height: 24px;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
div.lNavA01_b ul li.stay {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
}

div.lNavA01_b ul li a {
	color: #000;
}
div.lNavA01_b ul li a:hover {
	color: #666;
	text-decoration: none;
}



/* Content */

/* footer */
div#footer {
	margin: 50px 0 0;
	padding: 0 0 15px;
}

div#footer address {
	text-align: center;
}

/* first-child */
:first-child,
.first-child {
	margin-top: 0 !important;
}

/* clearfix */
div#header:after,
div.lNavA01:after,
div#footer:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
