@charset "Shift_JIS";

/* 全体の設定 + YUI font css*/

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: 13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", arial,helvetica,clean,sans-serif; /* 基本文字設定 */
	*font-size: small; /* Win IE7およびWin IE6標準準拠モード向け */
	*font: x-small; /* Win IE 5-5.5､6(後方互換モード)向け */
	text-align: center; /* センタリング Win IE 5-5.5､6(後方互換モード)向け */
	line-height: 1.5;
	color: #444;
	background: url('../img/bg_body.jpg');
}

table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%; /* Win IE全般向け */
	line-height: 100%;
}

/* リンクの設定 */

a:link {
	color: #5a2;
	font-weight: bold;
}

#footer a:link {
	color: #eea;
	font-weight: bold;
}

a:visited {
	color: #5a2;
	font-weight: bold;
}

#footer a:visited {
	color: #eea;
	font-weight: bold;
}

#main a {
	background: #f8fff0;
}

a:hover {
	text-decoration: none;
	color: #5a2;
}

a:active {
	color: #5a2;
}

/* メニューの設定 */

#menu {
	position: absolute;
	top: 45px;
	right: 0;
	width: 615px;
	height: 57px;
	background: url("../img/sprite_menu.jpg");
}

#menu ul {
	width: 615px;
}

#menu li, #menu a {
	height: 57px;
	display: block;
}

#menu li {
	float: left;
	list-style: none;
	display: inline;
	text-indent: -9877em;
	text-decoration: none;
	overflow: hidden;
}

#menu li.index a {
	background: 0px 0px;
	width: 62px;
}

#menu li.about a {
	background: 0px 0px;
	width: 105px;
}

#menu li.menu a {
	background: 0px 0px;
	width: 78px;
}

#menu li.rental a {
	background: 0px 0px;
	width: 127px;
}

#menu li.access a {
	background: 0px 0px;
	width: 75px;
}

#menu li.contact a {
	background: 0px 0px;
	width: 106px;
}

#menu li.link a {
	background: 0px 0px;
	width: 62px;
}

#menu li.index a:hover {
	background:url("../img/sprite_menu.jpg") 0px -57px no-repeat;
}

#menu li.about a:hover {
	background:url("../img/sprite_menu.jpg") -62px -57px no-repeat;
}

#menu li.menu a:hover {
	background:url("../img/sprite_menu.jpg") -167px -57px no-repeat;
}

#menu li.rental a:hover {
	background:url("../img/sprite_menu.jpg") -245px -57px no-repeat;
}

#menu li.access a:hover {
	background:url("../img/sprite_menu.jpg") -372px -57px no-repeat;
}

#menu li.contact a:hover {
	background:url("../img/sprite_menu.jpg") -447px -57px no-repeat;
}

#menu li.link a:hover {
	background:url("../img/sprite_menu.jpg") -553px -57px no-repeat;
}

.pagetop {
	position: absolute;
	top: 1px;
	left: 40px;
}

.footerlogo {
	position: absolute;
	top: 85px;
	right: 30px;
}

.sitemap {
	position: absolute;
	top: 110px;
	left: 40px;
	font-size: 85%;
}

#main a img {
	border: 3px solid #dda;
}

#content a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	position: relative;
	top: 1px;
}

#main a:hover img {
	border: 3px solid #f80;
}

/* 画像全般の設定 */

img {
	border: none;
	vertical-align: bottom; /* 画像の下にできる隙間をなくす */
}

img.frame {
	padding: 5px;
	border: 1px solid #ddd;
}

/* 回り込み画像の設定 */

.round_left {
	vertical-align: top;
	float: left;
	text-align: left;
	margin: 0 10px 10px 0;
}

.round_right {
	vertical-align: top;
	float: right;
	text-align: left;
	margin: 0 0 10px 10px;
}

ul.gallery {
	list-style: none;
}

ul.gallery li {
	float: left;
	margin: 1em 0 0.5em 1em;
}

/*ナビゲーションの設定*/



/* 見出しの設定 */

.logo {
	position: absolute;
	top: 30px;
	left: 10px;
}

#h1_sub {
	position: absolute;
	top: 203px;
	right: 70px;
}

h2 {
	margin: 0 0 0.5em 0;
	font-size: 131%;
	font-weight: bold;
	clear: both;
}

#sub h2 {
	margin: 1.5em 0 0.5em 0;
}

.text {
	border-left: 7px solid #abe0ff;
	margin-top: 1.5em;
	padding: 5px 0 5px 12px;
	color: #00458a;
}

h3 {
	font-size: 116%;
	line-height: 1.3;
	font-weight: bold;
	color: #f80;
}

h4 {
	font-weight: bold;
	font-size: 108%;
	line-height: 1.3;
	color: #755;
}

h5 {

}

h6 {

}

/* 本文のテキストレイアウト設定 */

p {
	text-align: left;
}

#content p {
	padding: 0.5em 0;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.st {
	font-weight: bold;
}

.blue {
	color: #0000ee;
}

.red {
	color: #e20;
}

.price {
	font-weight: bold;
	text-align: right;
	font-size: 116%;
}


.blank{
	margin-top: 15px;
}

.blank05{
	padding-top: 5px;
}

.blank15{
	padding-top: 15px;
}

.clear {
	clear: both;
}

blockquote {
	margin: 5px 0 5px 10px;
	padding: 0 0 0 8px;
	border-width: 0 0 0 8px;
	border-color: #666666;
	border-style: solid;
}

.text10 { font-size: 77%; }
.text11 { font-size: 85%; }
.text12 { font-size: 93%; }
.text13 { font-size: 100%; }
.text14 { font-size: 108%; }
.text15 { font-size: 116%; }
.text16 { font-size: 123.1%; }
.text17 { font-size: 131%; }
.text18 { font-size: 138.5%; }
.text19 { font-size: 146.5%; }
.text20 { font-size: 153.9%; }
.text21 { font-size: 161.6%; }
.text22 { font-size: 167%; }
.text23 { font-size: 174%; }
.text24 { font-size: 182%; }
.text25 { font-size: 189%; }
.text26 { font-size: 197%; }

.linemarker {
	background-color:#fff399;
}

.textcontents {
	padding: 0 10px;
}

.photocontents {
	padding: 0 30px;
}


/* リストの設定 */

ul.list, ol.list {
	padding: 5px 0 5px 25px;
}

ul.list li, ol.list li {
	margin: 0 0 5px 0;
}

ul.about li {
	list-style: none;
	margin: 15px 0 10px 0;
	font-weight: bold;
}

ul#list-01 {
	padding: 5px 0 0 10px;
	list-style-position: inside;
}

ul.list-01 li {
	margin: 0 0 5px 0;
}

/*定義リストの設定*/

dl {
	width: 730px;
	padding: 5px 0 20px 0;
}

dt {
	float: left;
	width: 100px;
	padding: 10px 0 10px 10px;
	clear: both;
	font-weight: bold;
}

dd {
	margin-left: 100px;
	padding: 10px 5px 10px 10px;
	border-left: 1px solid #999;
}


/* 画面レイアウトの設定 */

#container {
	margin: 0 auto;
	position: relative;
	width: 906px;
}

#header {
    width: 906px;
	height: 440px;
	background: url('../img/bg_header_index01.jpg') bottom center no-repeat;
	clear: both;
}

#header_about {
    width: 906px;
	height: 372px;
	background: url('../img/bg_header_about.jpg') bottom center no-repeat;
}

#header_menu {
    width: 906px;
	height: 372px;
	background: url('../img/bg_header_menu.jpg') bottom center no-repeat;
}

#header_rental {
    width: 906px;
	height: 372px;
	background: url('../img/bg_header_rental.jpg') bottom center no-repeat;
}

#header_access {
    width: 906px;
	height: 372px;
	background: url('../img/bg_header_access.jpg') bottom center no-repeat;
}

#header_contact {
    width: 906px;
	height: 372px;
	background: url('../img/bg_header_contact.jpg') bottom center no-repeat;
}

#header_link {
    width: 906px;
	height: 372px;
	background: url('../img/bg_header_link.jpg') bottom center no-repeat;
}

#content {
	margin: 15px 0 30px;
	width: 906px;
	float: left;
	display: inline;
	background: url('../img/bg_content.jpg') repeat-y;
}

#main {
	float: left;
	display: inline;
	width: 660px;
	margin-left: 3px;
	text-align: left;
}

#news {
	float: left;
	width: 320px;
}

#schedule {
	float: right;
	width: 320px;
}

#side {
	float: right;
	display: inline;
    width: 220px;
	margin-right: 3px;
	text-align: left;
}

#footer {
	position: relative;
	clear: both;
	color: #fff;
	width: 906px;
	height: 197px;
	background: url('../img/bg_footer.jpg') bottom no-repeat;
}

/* インラインフレーム */

.inline {
	display: block;
	width: 520px;
	height: 50px;
	overflow: scroll;
	overflow-x: hidden;
	text-align: left;
	line-height: 1.5;
}

/*ボックスの設定*/

.halfbox {
	display: inline;
	float:left;
	width: 310px;
	margin: 15px 10px 15px;
}

.menubox05 {
	display: inline;
	float: left;
	width: 310px;
	margin: 0 10px 15px;
	height: 5em;
	border-bottom: 1px dotted #ccc;
}

.menubox05end {
	display: inline;
	float: left;
	width: 310px;
	margin: 0 10px 15px;
	height: 5em;
}

.menubox08 {
	display: inline;
	float: left;
	width: 310px;
	margin: 0 10px 15px;
	height: 8em;
	border-bottom: 1px dotted #ccc;
}

.menubox08end {
	display: inline;
	float: left;
	width: 310px;
	margin: 0 10px 15px;
	height: 8em;
}

.textbox {
	border: 1px solid #dda;
	background-color: #fff3d5;
	padding: 0.5em 1em;
	margin: 20px 10px;
}

/*ラインの設定*/

#main hr {
	clear: both;
	height: 1px;
	margin: 1em 0;
	border-width:1px 0px 0px 0px;
	border-color: #d9c8b2;
	border-style: solid;
	overflow: hidden;
}

#side hr {
	clear: both;
	height: 3px;
	border: 0;
	margin: 15px 0 25px;
	background: url('../img/hr_sub.jpg') center no-repeat;
	overflow: hidden;
}

*html #side hr {
	display: list-item;
	width: 0;
	margin-left: -10px;
	list-style: url('../img/hr_sub.jpg') inside;
}

/*テーブルの設定*/

table {
	margin: 10px 0;
	width: 640px;
	border-collapse: separate;
	border-spacing: 2px;
	empty-cells: show;
	line-height: 1.5;
	text-align: center;
}

table th {
	width: 7em;
	padding: 10px 4px;
	background: #fda;
	border-bottom: 1px solid #ca8;
	border-right: 1px solid #ca8;
	border-top: 1px solid #edc;
	border-left: 1px solid #edc;
	font-weight: bold;
	text-align: center;
}

table td {
	line-height: 1.7;
	border-bottom: 1px solid #ca8;
	border-right: 1px solid #ca8;
	border-top: 1px solid #edc;
	border-left: 1px solid #edc;
	padding: 20px 5px 20px 10px;
	text-align: left;
}

