@charset "utf-8";

/*
 Share Style
----------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	color: #555;
}


body {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #222;
	line-height: 1.4;
	text-align: center;
	background: #fff url(img/bg.gif) repeat;
}


html {
	overflow-y: scroll;
}


/* font */

em {
	font-style: normal;
}


strong {
}


a:link {
	color: #993300;
}


a:visited {
	color: #993333;
	text-decoration: none;
}


a:hover {
	color: #FF9900;
}


a:active {
	color: #993300;
}


p {
	margin: 0 0 1em;
}


a img {
	border: 0;
}


dl,
ul,
ol,
dl dt,
dl dd,
ul li,
ol li {
	padding: 0;
	margin: 0;
	list-style: none;
}


textarea,
select,
input {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "sans-serif";
}


h1,
h2,
h3,
h4,
h5 {
	padding: 0;
	margin: 0;
}


/*
 body
----------------------------------------------------------- */

#wrapper {
	width: 757px;
	margin: 0px auto;
	margin: 0px auto;
	border: #ccc 1px solid;
	text-align: center;
	background: #FFFFFF;
}


#body {
}


/*
 header
----------------------------------------------------------- */
#keyword {
	margin-left: 1em;
	text-align: left;
}


#keyword h1 {
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
}


#header {
	height: 60px;
	border-bottom: #ff0000 solid 8px;
	text-align: left;
}


#header h2 {
	float: left;
	margin-top: 10px;
	font-size: 0;
}


h4 {
	margin-bottom: 1em;
}


/*
 contents
----------------------------------------------------------- */

#top h3 {
	margin: 15px 0 0;
}


#contents {
	float: left;
	padding: 10px 5px;
}


#left {
	float: left;
	width: 170px;
	margin-right: 10px;
	text-align: center;
}


#topright {
	float: left;
	width: 565px;
	text-align: left;
}


#right {
	float: left;
	width: 555px;
	text-align: left;
}


#path {
	padding: 0px 15px;
	color: #000;
	line-height: 2;
	text-align: left;
}


/*
 footer
----------------------------------------------------------- */

#footer {
	clear: both;
	width: auto;
	padding: 3px 15px;
	text-align: right;
	background-color: #0000FF;
}


#footer p {
	margin: 0px;
	font-size: 90%;
}


#footer a {
	color: #fff;
}


#footer a:hover {
	color: #af4;
}


/* E topic link */
.menu {
	float: right;
	width: 231px;
}


.menu li {
		text-indent:-9999px;
		/*\*/ overflow: hidden;
}


.menu li a {
	height: 30px;
	width: 231px;
	display: block;
}


.menu li.navi01 a {
	background: url(img/head_map.gif) no-repeat;
}


.menu li.navi02 a {
	background: url(img/head_tel.gif) no-repeat;
}


/* menu */

.s-menu {
	height: 31px;
	padding: 0px;
	margin-bottom: 5px;
	text-align: center;
	background: none;
}


.s-menu li {
		float: left;
		display: inline;
		text-indent:-9999px;
		/*\*/ overflow: hidden;
		margin:0 3px;
}


.s-menu li a {
	height: 31px;
	width: 119px;
	display: block;
}


.s-menu li.menu01 {
	margin: 0 0 0 10px;
	background: url(img/m-01_hover.gif);
}


.s-menu li.menu01 a {
	background: url(img/m-01.gif);
}


.s-menu li.menu01 a:hover {
	background: none;
}


.s-menu li.menu02 {
	background: url(img/m-02_hover.gif);
}


.s-menu li.menu02 a {
	background: url(img/m-02.gif);
}


.s-menu li.menu02 a:hover {
	background: none;
}


.s-menu li.menu03 {
	background: url(img/m-03_hover.gif);
}


.s-menu li.menu03 a {
	background: url(img/m-03.gif);
}


.s-menu li.menu03 a:hover {
	background: none;
}


.s-menu li.menu04 {
	background: url(img/m-04_hover.gif);
}


.s-menu li.menu04 a {
	background: url(img/m-04.gif);
}


.s-menu li.menu04 a:hover {
	background: none;
}


.s-menu li.menu05 {
	background: url(img/m-05_hover.gif);
}


.s-menu li.menu05 a {
	background: url(img/m-05.gif);
}


.s-menu li.menu05 a:hover {
	background: none;
}


.s-menu li.menu06 {
	background: url(img/m-06_hover.gif);
}


.s-menu li.menu06 a {
	background: url(img/m-06.gif);
}


.s-menu li.menu06 a:hover {
	background: none;
}


/* mailform */
#MailForm span {
	color: #CC0000;
}


table#MailForm {
	margin: 1em 0 0 0px;
	border-collapse: separate;
	border-spacing: 1em;
}


table#MailForm th {
	width: 120px;
	border-right: 5px solid #f2f2f2;
	font-weight: normal;
}


table#MailForm th,
table#MailForm td {
	padding: 5px 5px 5px 10px;
}


table#MailForm td textarea {
	width: 300px;
	border: 1px solid #CCCCCC;
}


table#MailForm td input {
	height: 18px;
	width: 200px;
	border: 1px solid #CCCCCC;
}


/* input */
.inputarea {
	margin-left: 300px;
}


.inputarea li {
	display: inline;
}


.img_r {
	float: right;
	margin: 5px;
}


.img_l {
	float: left;
	margin-right: 5px;
}


#map span {
	color: #333;
}


.return {
	clear: both;
	margin: 15px 0 15px;
	text-align: right;
}



.center {
	text-align: center;
}


#inquiry p {
	line-height: 200px;
	text-align: center;
}


#QR {
	width: 155px;
	margin: 0 auto 1em;
	border: dashed 1px #CCC;
}


#greeting {
	float: right;
	width: 190px;
	margin-left: 10px;
}


#greeting li {
	font-size: 120%;
	text-align: center;
}


#greeting p {
	font-size: 85%;
}


#greeting ul {
	margin-bottom: 1em;
}


#information th,
#information td {
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}


#information th {
	background: #eee;
}


#information td {
}


.toptext {
	font-size: 120%;
}


#shinsatsu {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}


#right ul {
	margin-bottom: 1em;
}


.red {
	margin-bottom: 1em;
	color: #FF0000;
}


h5 {
	padding: 0;
	margin: .5em 0;
	font-size: 110%;
	font-weight: bold;
	color: #0066FF;
}


strong {
	font-weight: normal;
	color: #0066FF;
}


em {
	color: #FF0033;
}


.Schedule dd {
	margin: 0px 1em 0.5em;
}


table.about {
	margin: 1em 0;
	border-collapse: collapse;
}


table.about td {
	padding: 5px 8px;
	vertical-align: top;
}


#map {
	float: left;
	height: 260px;
	width: 330px;
}


#access {
	float: right;
	width: 210px;
}


#access dd {
	padding: 0 0 .5em;
	margin: 0 0 .5em;
	border-bottom: 1px solid #333333;
}


#hobby dt,
#hobby dd {
	text-align: center;
}


#hobby dd {
	margin-bottom: 2em;
}


.mail {
	padding: 10px;
	margin: 0px 20px 20px;
	border: double;
	border-color: #0099CC;
}

