<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ************************************************ 
 * 共通設定
 * ************************************************ */


* {
	margin: 0;
	padding: 0;
}


html {
	height: 100%;
}


body {
	height: 100%;
	text-align: center;
	color: #000;
	font-size: 14px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-image: url(img/bg01.gif);
}


br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}


img {
	border: 0px;
}


#header {
	margin: 0 auto;
	width: 100%;
	height: 20px;
	background-color: #000;
	margin-bottom: 15px;
}


#header_txt {
	margin: 0 auto;
	width: 985px;
	text-align: left;
	color: #FFF;
	font-size: 11px;
}


#page_top {
	margin: 0 auto;
	overflow: hidden;
	width: 987px;
	height: 100%;
	min-height: 100%;
	background-image: url(img/bg02_top.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
}


#page {
	margin: 0 auto;
	overflow: hidden;
	width: 987px;
	height: 100%;
	min-height: 100%;
	background-image: url(img/bg02.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
}


*html #page_top {
	height: auto;
}


*html #page {
	height: auto;
}


body &gt; #page_top {
	height: auto;
}


body &gt; #page {
	height: auto;
}


#menu {
	width: 185px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}


#menu_fune {
	width: 185px;
	height: 65px;
	text-align: left;
	background-image: url(img/fune.gif);
	background-repeat: no-repeat;
	margin-bottom: 24px;
}


#twitter {
	padding-left: 12px;
	padding-top: 6px;
}

#main_top {
	float: left;
	padding-top: 80px;
}

#main {
	float: left;
	padding-top: 80px;
	padding-left: 18px;
}

#img_main {
	padding-left: 18px;
	padding-right: 16px;
	margin-bottom: 20px;
}

#contents {
	width: 720px;
	margin-bottom: 20px;
	background-image: url(img/bg04.gif);
}


#to_top {
	text-align: right;
	margin-right: 20px;
	margin-top: 10px;
}


#footer {
	margin: 0 auto;
	padding-top: 8px;
	width: 987px;
	background-color: #FFF;
}


#line01 {
	height: 1px;
	margin-bottom: 10px;
	background-image: url(img/line01.gif);
	background-repeat: no-repeat;
}


#line02 {
	height: 3px;
	background-image: url(img/line02.gif);
	background-repeat: no-repeat;
}


#copy {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.detail_box {
	margin: 20px 0;
	padding-bottom: 20px;
	padding-right: 20px;
	padding: 20px;
	text-align: left;
	border: solid 1px #999;
	background-color: #FFF;
}

.detail_box #marukyu {
	font-size: 30px;
}

.detail_box th {
	border-bottom: solid 1px #000;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 150px;
	text-align: left;
	font-size: 1.2em;
}


.detail_box td {
	border-bottom: dotted 1px #000;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 550px;
	text-align: left;
	font-size: 1.4em;
}

.map_box {
	margin-top: 20px;
	padding: 10px;
	text-align: left;
	border: solid 1px #999;
	background-color: #FFF;
}
</pre></body></html>