﻿@charset "UTF-8";
/* CSS Document excel*/

/* リセットスタイル */
*{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
	line-height: 1;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
/* ここまで */

/* clearfix */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* フロートクリア */
.float-clear {
	font-size: 0px;
	clear: both;
}
/* ボディ */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEE;
	background-image: url(images/conbk.gif);
	background-position: center; 
	background-repeat: repeat-y;
	background-attachment: fixed;
}
/* コンテナ */
#container {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	color: #333;
	background-color: #FFF;
	font-size: 95%;
}
/* ヘッダー */
div#header {
	height: 68px;
	padding: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

div#header h1 {
	padding-top: 0px;
	padding-left: 25px;
}

div#header p {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	color: #FFF;
	padding-top: 8px;
	padding-left: 25px;
}
body:before { /* top shadow */
	content: "";
	position: fixed;
	top: -10px;
	left: -10px;
	width: 110%;
	height: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-ms-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-o-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	z-index: 100;
}

#header #h_list {
	position: absolute;
	right: 25px;
	top: 72px;
}

#header #h_list li {
	display: inline;
	padding: 0px;
	font-size: 10px;
}

/* メイン */
#main {
	width: 830px;
	background-color: #FFF;
	padding: 0px;
	margin-top: 5px;
}

#main #subcon {
	float: left;
	width: 260px;
	height: 540px;
	background-color: #FFF;
	padding: 0;
	margin-left: 5px;
	background-image: url(images/subcon.jpg);
	background-repeat: no-repeat;
}

#main #subcon #info a {
	width: 224px;
	height: 94px;
	display: block;
	margin-top: 16px;
	margin-left: 18px;
}

#main #subcon #info span {
	display:none
}

#main #subcon #price a {
	width: 225px;
	height: 62px;
	display: block;
	margin-top: 10px;
	margin-left: 17.5px;
}

#main #subcon #price span {
	display:none
}

#main #subcon #map a {
	width: 225;
	height: 61px;
	display: block;
	margin-top: 10px;
	margin-left: 17.5px;
}

#main #subcon #map span {
	display:none
}

#main #subcon #syousai {
	width: 225;
	display: block;
	margin-top: 10px;
	margin-left: 18px;
}

#main #subcon p.big {
	font-size: 115%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	letter-spacing: 4px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333;
}

#main #subcon .add {
	width: 217px;
	margin-top: 5px;
	padding: 3px;
	background-color: rgba(0,0,0,0.1);
	border: solid 1px #d0d0d0;
}

#main #subcon .add p {
	font-size: 80%;
}

#main #maincon {
	float: right;
	width: 555px;
	margin-right: 5px;
	background-color: #FFF;
}

h2 {
	margin-bottom: 5px;
}

h2 span {
	display:none
}

#main p {
	font-size: 90%;
	line-height: 1.5;
	font-weight: normal;
}

#main #coninside {
	width: 355px;
	height: 205px;
	padding-left: 200px;
	margin-bottom: 5px;
	background-image: url(images/conbk.jpg);
	background-repeat: no-repeat;
}

#main #stinside {
	width: 555px;
	margin: 0;
}

#main #stinside .stbox1 {
	float: left;
	width: 275px; 
	height: 200px;
	margin-right: 5px;
	background-image: url(images/st01.jpg);
	background-repeat: no-repeat;
}

#main #stinside .stbox2 {
	width: 275px;
	height: 200px;
	margin-left: 280px;
	background-image: url(images/st02.jpg);
	background-repeat: no-repeat;
}

#main #stinside p {
	padding-top: 5px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: normal;
	color: #333;
}

#main #stinside p.staff {
	padding-top: 135px;
	padding-left: 10px;
	font-size: 110%;
	line-height: 1.2;
	font-weight: normal;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d0d0d0;
	text-align: center;
}

#main #stinside p.staff span {
	font-size: 80%;
}

#gmap {
	margin-top: 5px;
}
/* タブメニュー */
#tab-box ul {
	width: 555px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#tab-box ul li {
	margin-right:3px;
	float: left;
	display: inline;
	font-size: 0;
}

#tab-box ul li a img{
	outline: none;
	border: none;
}

#tab-box div {
	display:none;
	width: 513px;
	margin-bottom: 10px;
	padding: 20px;
	background: #E4E4E4;
	border: 1px solid #999;
	background-image: url(images/bk_tab.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.clearFix:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	zoom:1;
}

.ta_tab {
	border-collapse: collapse;
	margin: 0;
	width: 515px;
	font-size: 14px;
}

.ta_tab th {
	padding: 5px;
	font-size: 14px;
	text-align: left;
}

.ta_tab th span {
	padding: 5px;
	font-size: 10px;
	color: #FF0033;
}

.ta_tab tr {
	background-color: #FFCCCC;
}


.ta_tab td {
	width: 50%;
	color: #8B0000;
	font-size: 14px;
	taxt-align: right;
}

.ta_tab tr.even {
	background-color: #FFF;
}

/* テーブル装飾 */
.access {
	border-collapse: collapse;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 0;
	width: 555px;
	font-size: 14px;
}

.access th {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #DCDCDC;
	padding: 5px;
	width: 100px;
	font-size: 14px;
	text-align: left;
}

.access td {
	border-bottom: 1px dotted #999;
	padding: 5px; 
	font-size: 14px;
	line-height: 1.2;
}

.access td span {
	padding: 5px; 
	font-size: 11px;
	line-height: 1.2;
}
.access thead th  {
	background-color: #BBB;
	padding: 5px;
}
/* フッター */
#footer {	
	width: 830px;
	height: 50px;
	margin-top: 60px;
	color: #FFF;
	background-image: url(images/foot.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	position: relative;

}

address p {
	color: #FFF;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: absolute;
	top: 30px;
	right: 25px;
	
}

#pagetop {
	position: absolute;
	top: -42px;
	right: 5px;
}

#footer #f_list {
	position: absolute;
	right: 25px;
	top: 10px;
}

#footer #f_list li {
	display: inline;
	padding: 0px;
	font-size: 11px;
}

#footer a:link {
	color: #FFF;
}

#footer a:visited {
	color: #FFF;
}

#footer a:hover {
	color: #999;
}
/* ハイパーテキスト */
a:link {
	color: #3300FF;
}

a:visited {
	color: #9999FF;
}

a:hover {
	color: #990000;
}