@charset "UTF-8";

/* ■初期化
--------------------------------------------------*/
@import url("init.css");


/* ■レイアウト
--------------------------------------------------*/
body {
	background: url("image/wrap/body.jpg") repeat-y top center;
	text-align: center;
	}
.wrap {
	position: relative;
	width: 960px;
	margin: 0px auto;
	text-align: left;
	}

#header {
	text-align: center;
	clear: both;/*
	background: url("image/wrap/header.gif") no-repeat top center;*/
	background: #000;
	width: 100%;
	}
#header .wrap {
	height: 180px;
	border-top: 20px solid #000;
	background: #060;
	border-bottom: 10px solid #080;
	}
	
#main {
	float: left;
	width: 720px;
	}

#sub {
	position: relative;
	float: right;
	width: 240px;
	}

#footer {
	clear: both;/*
	background: url("image/wrap/footer.gif") no-repeat top center;*/
	background: #000;
	width: 100%;
	}
#footer .wrap {
	clear: both;
	height:80px;
	text-align: center;
	background: #111;
	}
#footer address {
	line-height: 80px;
	color: #999;
	}



/* ■要素
--------------------------------------------------*/
a {
	}
a:hover {
	}
a.now {
	}
a.no {
	}

	
/* ■ヘッダ
--------------------------------------------------*/
#header h1 {
	position: absolute;
	top: 0; left: 0;
	z-index: 0;
	}
#header h2 {
	position: absolute;
	top: 0; left: 0;
	z-index: 0;
	}
#header img {
	position: relative;
	z-index: 5;
	}
#header .content3 {
	position: absolute;
	z-index: 10;
	top: 0px; right: -10px;
	}
#header .content3 * {
	color: #fff;
	}

	
/* ■コーナー共通
--------------------------------------------------*/
.con_head,
.con_body,
.con_foot {
	padding: 0px 10px;
	}
.con_head {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	}
.con_head span {
	position: absolute;
	right: 10px; top: 0px;
	font-size: 12px;
	font-weight: normal;
	}
.con_body {
	padding: 10px 20px;/*
	height: 255px;*/
	overflow: hidden;
	}
#sub .con_body {
	padding: 10px 10px;
	}
#sub .content4 {
	border-top: 2px solid #fff;
	}
#sub .content4 .con_head {
	color: #ffe500;
	}
#sub .content4 .con_head span,
#sub .content4 .con_body * {
	color: #cf9;
	}
#sub .fc {
	border-top: 0px;
	}
#sub .lc {
	margin-bottom: 40px;
	}
#main .content4b {
	margin-bottom: 20px;
	padding-top: 16px;
	border-top: 2px solid #390;
	}
#main .fc {
	border-top: 0px;
	}
#main .con_head {
	margin-top: 0;
	margin-left: 30px;
	padding-left: 10px;
	font-size: 20px;
	border-left: 10px solid #390;
	}

.content1,
.content2,
.content3,
.content3b,
.content4 {
	float: left;/*
	height: 320px;*/
	}

.content1 {
	width: 960px;
	background: url("image/content/con1_head.gif") no-repeat top center;
	}
.content1 .con_head {
	}
.content1 .con_body {
	background: url("image/content/con1_body.gif") no-repeat bottom center;
	}
	
.content2 {
	width: 480px;/*
	background: url("image/content/con2_head.gif") no-repeat top center;
	*/
	}
.content2 .con_head {
	}
.content2 .con_body {
	background: url("image/content/con2_body.gif") no-repeat bottom center;
	}
	
.content3 {
	width: 325px;/*
	background: url("image/content/con3_head.gif") no-repeat top center;
	*/
	}
.content3 .con_head {
	}
.content3 .con_body {/*
	background: url("image/content/con3_body.gif") no-repeat bottom center;
	*/
	}
	
.content3b {
	width: 640px;/*
	background: url("image/content/con3b_head.gif") no-repeat top center;
	*/
	}
.content3b .con_head {
	}
.content3b .con_body {/*
	background: url("image/content/con3b_body.gif") no-repeat bottom center;
	*/
	}
	
.content4 {
	width: 240px;
	}
.content4 .con_head {
	margin: 10px 0 0 10px;
	padding: 0;
	line-height: 20px;
	}
.content4 .con_body {
	}
	
.content4b {
	width: 720px;
	}
.content4b .con_head {
	}
.content4b .con_body {
	}

#main ul li {
	margin-left: -10px;
	padding-left: 20px;
	}
#sub ul li {
	padding-left: 0;
	}
#main ul li li,
#sub ul li li {
	margin: 0;
	padding: 0;
	background: none;
	}
#main h4,
#sub h4 {
	font-weight: bold;
	}
	
.con_kk .con_head {
	}
.con_kk .con_body {
	color: #000;
	}
.con_kk .con_body span {
	font-weight: bold;
	}
.con_kk h4 {
	color: #f60;
	}
.con_kk ul li {/*
	background: url("image/poti/arrow1k.gif") no-repeat 0 0;
	*/
	}
.con_kk a {
	color: #999;
	}
.con_kk a:hover {
	color: #ccc;
	}

.con_kr .con_head {
	color: #f6c;
	margin-top: 6px;
	height: 34px;
	line-height: 34px;
	}
.con_kr .con_body {
	color: #333;
	}
.con_kr span {
	font-weight: bold;
	}
.con_kr h4 {
	color: #f6c;
	}
.con_kr ul li {
	background: url("image/poti/arrow1r.gif") no-repeat 0 0;
	}
.con_kr a {
	color: #999;
	}
.con_kr a:hover {
	color: #ccc;
	}

.con_ky .con_head {
	color: #390;
	margin-top: 6px;
	height: 34px;
	line-height: 34px;
	}
.con_ky .con_body {
	color: #333;
	}
.con_ky .con_body span {
	font-weight: bold;
	color: #480;
	}
.con_ky h4 {
	color: #f90;
	}
.con_ky ul li {
	background: url("image/poti/arrow1y.gif") no-repeat 0 0;
	}
.con_ky a {
	color: #999;
	}
.con_ky a:hover {
	color: #ccc;
	}

.con_kg .con_head {
	color: #f60;
	margin-top: 6px;
	height: 34px;
	line-height: 34px;
	}
.con_kg .con_body {
	color: #333;
	}
.con_kg .con_body span {
	font-weight: bold;
	color: #f80;
	}
.con_kg h4 {
	color: #6c0;
	}
.con_kg ul li {
	background: url("image/poti/arrow1g.gif") no-repeat 0 0;
	}
.con_kg a {
	color: #999;
	}
.con_kg a:hover {
	color: #ccc;
	}
	

	
/* ■各列
--------------------------------------------------*/
.content4b p {
	padding: 0 10px;
	}
.content4b ol.c2 {
	float: left;
	width: 662px;
	height: auto;
	display: inline;
	margin-top: 10px;
	margin-left: 9px;
	}
.content4b ol.c2 li {
	display: block;
	float:left;
	width: 315px;
	height: 120px;
	overflow: auto;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0 5px;
	}
.content4b ol.c2 li.right {
	border-right: 0px;
	padding-left: 10px;
	width: 320px;
	}
.content4b ol.c2 li.bottom {
	border-bottom: 0px;
	}
.content4b ol.c2 li li {
	display: list-item;
	width: 290px;
	margin: 0;
	float: none;
	height: auto;
	border: none;
	}
.content4b ol.c2 li h4 {
	margin-left: 17px;
	}
.content4b ol.c2 li p {
	margin: 0 5px;
	padding: 0;
	}


.content4b ol.c3 {
	float: left;
	width: 654px;
	height: auto;
	display: inline;
	margin-top: 10px;
	margin-left: 9px;
	}
.content4b ol.c3 li {
	display: block;
	float:left;
	width: 217px;
	height: 210px;
	overflow: auto;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	}
.content4b ol.c3 li.left {
	border-left: 0px;
	}
.content4b ol.c3 li.bottom {
	border-bottom: 0px;
	}	
.content4b ol.c3 li li {
	display: list-item;
	width: auto;
	margin: 0;
	float: none;
	height: auto;
	border: none;
	}
.content4b ol.c3 li h4 {
	}
.content4b ol.c3 li p {
	margin: 0 5px;
	padding: 0 5px;
	text-align: center;
	}
.content4b ol.c3 img {
	margin: 5px 0;
	}


.content4b ol.c4 {
	float: left;
	width: 652px;
	height: auto;
	display: inline;
	margin-top: 10px;
	margin-left: 9px;
	}
.content4b ol.c4 li {
	display: block;
	float:left;
	width: 162px;
	height: 210px;
	overflow: auto;
	border-left: 1px solid #ddd;
	text-align: center;
	}
.content4b ol.c4 li.fc {
	border-left: 0px;
	}
.content4b ol.c4 li li {
	display: list-item;
	width: auto;
	margin: 0;
	float: none;
	height: auto;
	border: none;
	}
.content4b ol.c4 li h4 {
	}
.content4b ol.c4 li p {
	margin: 0 5px;
	padding: 0 5px;
	text-align: center;
	}
.content4b ol.c4 img {
	margin: 5px 0;
	}

/* ■各コーナー
--------------------------------------------------*/
#title {
	overflow: hidden;
	}

#message {
	float: right;
	}
#message .con_head {
	}
#message .con_body {
	}
#message li {
	text-indent: 1em;
	}
#message img {
	border: 1px solid #ccc;
	margin-left: 5px;
	float: right;
	display: inline;
	clear: both;
	}

	
#service {
	height: auto;
	}
#service .con_head {

	}
#service .con_body {
	height: auto;
	}
#service li {
	height: 140px;
	}
#service li.bottom {
	height: 180px;
	}
#service ol.c2 li li {
	height: auto;
	}
	
	
	
#room {
	height: auto;
	margin-top: 20px;
	}
#room .con_head {
	}
#room .con_body {
	height: auto;
	}

	

#staff {
	height: auto;
	margin-top: 20px;
	}
#staff .con_head {
	}
#staff .con_body {
	height: auto;
	}
#staff img {
	float: left;
	}
#staff p {
	padding: 0 10px;
	}
#staff ol {
	float: left;
	width: 591px;
	height: auto;
	display: inline;
	margin-top: 5px;
	margin-left: 5px;
	}
#staff li {
	display: block;
	float:left;
	width: 294px;
	height: 82px;
	overflow: auto;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#staff li.right {
	border-right: 0px;
	}
#staff li.bottom {
	border-bottom: 0px;
	}
#staff ol li h4 {
	margin-left: 17px;
	}
#staff li p {
	margin: 0 5px;
	padding: 0;
	}



	
#time {
	float: right;
	}
#time .con_head {
	}
#time .con_body {
	}
#time table {
	margin-top: 5px;
	margin-bottom: 2px;
	border-top: 1px solid #cf9;			/* k:ccc, r:f9d, y:fb0, g:6c3, b:8bf */
	border-left: 1px solid #cf9;
	}
#time tr {
	}
#time th,
#time td {
	width: 22px;
	height: 22px;
	text-align: center;
	border-right: 1px solid #cf9;
	border-bottom: 1px solid #cf9;
	}
#time th {
	background: #080;						/* k:e6e6e6, r:fdd, y:, g:cf9, b: */
	font-weight: normal;
	}
#time td {
	}
#time .lineHead {
	width: 97px;
	}
#time img {
	float: left;
	}
#time li.address {
	margin-top: 5px;
	}

	
#accessMap {
	float: right;
	}
#accessMap .con_head {
	}
#accessMap .con_body {
	padding: 10px;
	}
#accessMap img.map {
	background: #fff;
	border: 2px solid #cf9;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	width: 216px;
	-moz-opacity: 0.94;
	opacity: 0.94;
	filter: alpha(opacity=94);
	}
#accessMap a:hover img.map {
	border: 2px solid #ff9;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	}
#accessMap ul {
	display: block;
	float: left;
	margin-top: 10px;
	width: 220px;
	}
	
#ksite img {
	margin: 5px 0;
	border: 2px solid #cf9;
	opacity: 0.7;
	filter: alpha(opacity=70);
	}