html, body{
	margin: 0;
	padding: 0;
}
body{
	font: normal 125%/1.8 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 0;
	padding: 0;
	color: #4d4d4d;
}

#wrapper{
	position: relative;
	height: 100%;
}

iframe{border: 0 none;}

a img{border: 0 none;}

.fltL{float: left;}
.fltR{float: right;}
.clr{clear: both;}
.clr{clear: both;}
.clrFix:after{clear: both; height: 0; font-size: 0; visibility: hidden; display: block; content:".";}
* html .clrFix{zoom: 1;}*:first-child+html .clrFix{zoom: 1;}.clrFix{display: inline-table;}
* html .clrFix{height: 1%}
.clrFix{display: block;}

.centering{
	position: relative;
	float: none;
	clear: both;
	margin: 0 auto;
	width: 980px;
	text-align: center;
}

#header{
	position: fixed;
	top: 0; left: 0;
	padding: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
	-webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}
#header .centering{text-align: left;}
#header h1{
	display: inline;
	margin: 0;
	line-height: 1;
	white-space: nowrap;
}
#header h1 img{vertical-align: bottom;}
#header ul{
	position: absolute;
	right: 0; top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: left;
	/*margin-left: 5px;*/
	width: 187px;
	height: 112px;
	overflow: hidden;
}
#header li#navAdvantage{width: 127px;}
#header li a{
	display: block;
	height: 112px;
	background: url(../img/nav_bg.png) no-repeat left top;
	text-indent: -9999px;
}

#header li#navVisit a{background-position: 0 top;}
#header li#navInsurance a{background-position: -187px top;}
#header li#navTaxi a{background-position: -374px top;}
#header li#navCalendar a{background-position: -561px top;}

#header li#navVisit.selected a{background-position: 0 bottom;}
#header li#navInsurance.selected a{background-position: -187px bottom;}
#header li#navTaxi.selected a{background-position: -374px bottom;}
#header li#navCalendar.selected a{background-position: -561px bottom;}

#contents{
	padding-top: 112px;
	min-width: 980px;
	overflow: hidden;
	text-align: center;
	font-size: 120%;
}

#contents table{
	padding: 20px 70px 50px 70px;
	min-width: 980px;
	overflow: hidden;
	text-align: left;
	font-size: 80%;
}

#contents .centering{padding: 40px 0 60px;}

#contents h2{
	margin: 0;
	padding: 20px 0 40px;
	text-align: center;
}
#contents h3{margin: 0;}

#contents p{
	margin: 0;
	/*font-weight: bold;*/
	line-height: 1.6;
	/*text-align: left;*/
}

#top{
	width: 100%;
	min-width: 980px;
	height: 600px;
	overflow: hidden;
	background: url(../img/main.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#top strong{
	position: absolute;
	left: 0; top: 60px;
}
#top .centering{
	padding: 0;
	height: 100%;
}
#top .centering div{
	position: absolute;
	left: 0; bottom: 0;
	width: 410px;
	background: url(../img/top_contact_bg.png) no-repeat right top #29abe2;
}
#top #tel{
	position: relative;
	top: -8px; left: -22px;
}

#visit{
	border-bottom: dashed 3px #fff;
	background: url(../img/visit_bg_.jpg) repeat;
}

#visit .fltL,
#visit .fltR{
	margin: 100px 0 0;
	padding: 0 0 10px;
	width: 470px;
	/*height: 760px;*/
	border-width: 6px;
	border-style: solid;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	border-radius: 18px;
	color: #4f3B12;
}
#visit .fltL{
	background-color: #f4e4b6;
	border-color: #e9d38d;
}
#visit .fltR{
	background: #f2d2a8;
	border-color: #e8bd8c;
}
#visit .fltL h3,
#visit .fltR h3{
	margin: -50px auto 20px;
	width: 230px;
	height: 123px;
	color: #fff;
	line-height: 123px;
	white-space: nowrap;
	background: no-repeat center center;
}
#visit .fltL h3{background-image: url(../img/visit_title_bg1.png);}
#visit .fltR h3{background-image: url(../img/visit_title_bg2.png);}
#visit ul{
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}
#visit li{
	float: left;
	margin: 5px;
}
/*#visit .fltL p{
	display: inline;
	border-bottom: 3px solid #eacf94;
}
#visit .fltR p{
	display: inline;
	border-bottom: 3px solid #e8be95;
}*/


#insurance{
	border-bottom: dashed 3px #fff;
	background: url(../img/insurance_bg_.jpg) repeat;
}
#insurance h3{
	margin-bottom: 20px;
}
#insurance p{
	position: relative;
	padding: 25px;
	width: 420px;
	background: #a89a91;
	color: #fff;
	font-size: 90%;
	-webkit-border-radius: 0 10px 0 10px;
	-moz-border-radius: 0 10px 0 10px;
	-ms-border-radius: 0 10px 0 10px;
	border-radius: 0 10px 0 10px;
}
#insurance p:before,
#insurance p:after{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	border-color: #897f77;
	border-style: solid;
}
#insurance p:before{
	left: 0; top: 0;
	border-width: 7px 0 0 7px ;
}
#insurance p:after{
	right: 0; bottom: 0;
	border-width: 0 7px 7px 0;
}

#taxi{
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: dashed 3px #fff;
	background: url(../img/taxi_bg.jpg) repeat;
}
#taxi .centering,
#calendar .centering{
	padding: 65px;
	width: 970px;
	background: #fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	border-radius: 18px;
}
#taxi .centering{
	margin-top: 100px;
	padding-top: 10px;
}
#taxi h3{
	margin: -50px auto 50px;
	width: 197px;
	height: 110px;
	background: url(../img/taxi_title_bg1.png) no-repeat center center;
	color: #fff;
	line-height: 110px;
	white-space: nowrap;
}
#taxi ol{
	display: table;
	margin: 0 0 30px;
	list-style: none;
}
#taxi ol li{
	display: table-cell;
	/*float: left;*/
	padding-left: 80px;
	width: 300px;
	text-align: center;
	background: url(../img/taxi_flow_arrow.png) no-repeat 30px center;
	vertical-align: top;
	font-size: 90%;
	letter-spacing: 1px;
}
#taxi ol li:first-child{
	padding-left: 0;
	background: none;
}
#taxi ol li p{
	margin: 30px 0 0;
	text-align: left;
	font-size: 90%;
	line-height: 1.5;
}
#taxi em{
	display: block;
	float: none;
	clear: both;
	margin: 0 0 30px;
	padding: 10px;
	background: #f2f2f2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	font-style: normal;
	/*font-weight: bold;*/
	white-space: nowrap;
	line-height: 1;
	letter-spacing: 1px;
}
#taxi em img{
	vertical-align: middle;
	margin-right: 15px;
}
#taxi #car{
	float: none;
	clear: both;
	margin: 60px 0 0;
}
#taxi #car div{
	float: left;
	margin-right: 120px;
	padding-left: 10px;
}
#taxi #car h3{
	position: relative;
	left: -10px;
	float: left;
	margin: 0 0 30px;
	width: 230px;
	height: 123px;
	background-image: url(../img/taxi_title_bg2.png);
	line-height: 123px;
}
#taxi dl{
	float: none;
	clear: both;
	margin: 60px 0 0;
	width: 980px;
}
#taxi dt{
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
}
#taxi dd{
	float: right;
	margin: 0;
	padding: 0;
	width: 700px;
}

#calendar{
	position: relative;
	padding: 40px 0;
	background: url(../img/calendar_bg_.jpg) repeat;
}

#pageTop{
	position: absolute;
	bottom: 20px; right: 10px;
}

#footer{
	/*position: relative;
	padding-bottom: 50px;*/
	min-width: 980px;
	background: #4c3f35;
	color: #fff;
}
#footer .centering > img{vertical-align: top;}
#footer address{
	display: inline-block;
	width: 600px;
	margin-bottom: 30px;
	margin-left: 100px;
	padding: 20px;
	font-style: normal;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background: #443830;
	font-size: 90%;
	line-height: 1.5;
}
#footer address p{
	float: left;
	margin: 0 20px 0 0;
	white-space: nowrap;
	letter-spacing: 1px;
	text-align: left;
}
#footer address a{float: right;}
#copyright{
	/*position: absolute;
	bottom: 0; left: 0;*/
	display: block;
	float: none;
	clear: both;
	padding: 10px 0;
	width: 100%;
	background: #8c786c;
	color: #fff;
	font-weight: normal;
	font-size: 90%;
	letter-spacing: 1px;
	text-align: center;
}

/* ギャラリー */
#taxi #car #gallery{
	float: none;
	clear: both;
	overflow: hidden;
	_zoom: 1;
	margin: 0 30px;
	padding: 0;
}
#taxi #car #gallery ul{
	float: left;
	margin: 0;
	padding: 0;
	width: 290px;
}
#taxi #car #gallery li{
	display: inline-block;
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	width: 125px;
	height: 125px;
	overflow: hidden ;
	text-align: center;
}
#taxi #car #gallery li.active:before{
	content: "";
	display: block;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/thumb_cover.png);
	z-index: 5;
	cursor: pointer;
}
#taxi #car #gallery li img{
	position: relative;
	left: -30px; top: 0;
	z-index: 1;
	width: auto;
	height: 100%;
	cursor: pointer;
}
#taxi #car #gallery div{
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 610px;
	height: 415px;
	background-repeat: none;
	background-position: center center;
}
#taxi #car #gallery strong{
	display: none;
	position: absolute;
	left: 0; bottom: 0;
	display: none;
	width: 100%;
	/*background: url(../img/gallery_ttl_bg.png) repeat;*/
	color: #fff;
	padding: 10px 0;
	text-align: left;
	text-indent: 20px;
	letter-spacing: 1px;
}