﻿/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/



.icon-train:before {
	content: "■";
}
.icon-bus:before {
	content: "■";
}
/* ------ General Settings ------ */



body {
	background-color: #FFFFFF;
	font: 12px "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
#wrapper {
}


/* ------ Header ------ */

header {
	text-align: center;
}

#header-inner {
	width: 750px;
	margin: 0 auto;
}

	#tagline {
	font-size: 24px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	}

#logo {
	display: none;
}


/* ------ Contents ------ */

#contents {
	width: 750px;
	padding-top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

article section {
	padding: 0 0 30px;
	border-top: solid 1px #ddd;
}
h2 {
	font-size: 16px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.5em;
	margin: 0px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	padding-top: 20px;
	margin: 0px;
	padding-bottom: 5px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

article section p {
	line-height: 160%;
}
.Tel a {
	font: bold 24px serif;
	text-decoration: none;
}
.Tel a:link ,.Tel a:visited{
	color: #000;
}
section ul {
	padding-left: 12px;
	padding-bottom: 10px;
}
.accessmap{
	padding-top:20px;
	}

/* ------ Left Column ------ */

#left-column {
	float: left;
	width: 300px;
	padding-bottom: 20px;
}


/* ------ Right Column ------ */

#right-column {
	float: right;
	width: 300px;
	padding-bottom: 20px;
}
/* ------ Dr ------ */

#Dr {
	width: 750px;
	padding-bottom: 20px;
	clear: both;
}


#DrPhoto img {
	float: left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Dr h3 small {
	font-size: 8px;
	font-weight: normal;
}
#Dr p {
	line-height: 160%;
}


/* ------ Table ------ */


table {
	width: 300px;
	border-collapse:collapse;
}
th,td {
	border: 1px solid #666;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	font-weight: normal;
}


/* ------ Footer ------ */

footer {
	width: 100%;
}
footer p {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer small {
	font-size: 8px;
}




#copy {
	display: none;
}
