@charset "utf-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, figure {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 1em;
}
body, table, input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
} article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	color: #2A2A2A;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {  }
td {
	line-height: 1.5em;
	vertical-align: top;
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
image { margin: 0; padding: 0; border-width: 0; }
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/

#h1container {
	vertical-align: top;
	background-color: #f6ab00;
	width: auto;
	color: #FFFFFF;
}
#boxcontainer {
	vertical-align: top;
	padding: 0;
	width: 100%;
	text-align: center;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#headercontainer {
	vertical-align: top;
	padding: 0;
	width: 100%;
	text-align: center;
}
#headimage img {
	border-radius: 8px;
}


/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/

a:link {
	color: #00F;
}

a:visited {
	color: #00F;
}
a:hover {
	color: #ff6f00;
	text-decoration: none;
}
a:active {  }

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/

#contentslownavi {
	font-size: 0.85em;
	text-decoration: none;
	text-align: center;
	clear: both;
	display: block;
	margin-top: 40px;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-left: 0%;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentslownavi ul li {
	text-decoration: none;
	display: inline;
	list-style-type: none;
	list-style-position: inside;
}
#contentslownavi ul li a {
	text-align: center;
	color: #444444;
}
#contentslownavi a:link { text-decoration: none; }
#contentslownavi a:hover { text-decoration: none; }
#contentslownavi a:visited {
	text-decoration: none;
}
#contentslownavi ul li.lownavi1 {
	display: block;
	outline: none 0;
	width: 32.3529411%;
	margin-top: 5px;
	margin-right: 1.4705882%;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
}
#contentslownavi ul li.lownavi2 {
	display: block;
	outline: none 0;
	width: 32.3529411%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#contents p {
	margin-top: 8px;
	margin-bottom: 4px;
}
#boxcontents p {
	margin-top: 10px;
	margin-bottom: 5px;
}
.graph-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 8px;
	max-width: 40%;
	height: auto;
}
.graph-left {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	max-width: 40%;
	height: auto;
}
.graph-max {
	max-width: 100%;
	height: auto;
}
.text-center {
	text-align: center;
}
.text-center2 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.text-right {
	text-align: right;
}
.text-brown {
	color: #5c472a;
}
.text-orange {
	color: #F17F00;
}
.text-pink { color: #ff0067; }
.text-green {
	color: #3B820A;
}
.text-blue {
	color: #0046D9;
}
.text-red { color: #f00; }
.text-in {
	padding-left: 15px;
}
.text-1 { font-size: 10px; }
.text-12 {
	font-size: 12px;
}
.text-16bold {
	font-size: 16px;
	font-weight: bold;
}

.text-13em {
	font-size: 1.3em;
}
.text-12boldpink {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0067;
}
.text-11boldblue {
	font-size: 1.1em;
	font-weight: bold;
	color: #0081D8;
}
.text-16boldred {
	font-size: 1.6em;
	font-weight: bold;
	color: #f00;
}
.back a{
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #b2b3b3;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #f0efeb;
}
hr { height: 1px; clear: both; }
ul { margin-top: 0; margin-right: 0; margin-bottom: 0; list-style-type: disc; }
ol { margin-top: 10px; margin-right: 0; margin-bottom: 10px; list-style-type: decimal; }
#contents ul li {
	text-decoration: none;
	margin-left: 20px;
	list-style-image: url(../img/list-icon.gif);
	line-height: 1.8em;
}
#contents ol li {
	text-decoration: none;
	margin-left: 25px;
}
#menu ul li {
	text-decoration: none;
	margin-left: 20px;
	list-style-image: url(../img/list-icon.gif);
	line-height: 1.8em;
}
.text-strike {
	text-decoration: line-through;
}
.text-underline {
	text-decoration: underline;
}
.text-faq1 {
	font-weight: bold;
	background-image: url(../img/faq1.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: 0px 2px;
}
.text-faq2 {
	font-weight: normal;
	background-image: url(../img/faq2.gif);
	background-repeat: no-repeat;
	padding-left: 42px;
	background-position: 0px 2px;
}
.more {
	line-height: 1.4;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #FFE7C9;
	display: inline-block;
	border-radius: 8px;
	margin-bottom: 15px;
}
.more a {
	color: #363636;
}
.waku1 {
	line-height: 1.4;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	background-color: #F2FCFD;
	display: inline-block;
	border-radius: 8px;
	margin-bottom: 15px;
	border: 3px double #95ADBB;
}
td.td-clinic1 {
	background-color: #F3F3F3;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	width: 25%;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
td.td-clinic2 {
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
td.td-recruit1 {
	background-color: #FFE7C9;
	text-align: center;
	vertical-align: middle;
	width: 20%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
td.td-recruit2 {
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
td.td-calendar1 {
	background-color: #F38500;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	width: 25%;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}
td.td-calendar2 {
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #F38500;
	color: #FFFFFF;
	font-weight: bold;
}
td.td-calendar3 {
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #FFE7C9;
	font-weight: bold;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/
.clear {
    clear: both;
}  
.clear hr {
    display: none;
}
.clear-space {
	clear: both;
	height: 20px;
}  
.clear-space hr {
	display: none;
}
.space {
	height: 20px;
}  
.space hr {
	display: none;
}
.space-w {
	height: 40px;
}  
.space-w hr {
	display: none;
}

/*------------------------------------------------------------
	RSS
------------------------------------------------------------*/

/* ボックス全体枠 */
.rss-box {
	text-align:left;
	margin: 0;
	padding: 0px;
}

/* RSSフィード　サイトタイトル表示 */

.rss-title {
	padding: 0;
	margin: 0px;
}

/* RSSフィード　サイトタイトル表示　リンクカラー */

.rss-title a {



}

/* RSSフィード　記事一覧の大枠 */

.rss-items {

}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 */

.rss-item {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー */

.rss-item a:link ,

.rss-item a:visited ,

.rss-item a:active {
	text-decoration : underline;
	color: blue;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー：ロールオーバー */

.rss-item a:hover {

color: #ff7d00;

}

/* RSSフィード　記事日付 */

.rss-date {
	color: #F75600;
	font-size: 11px;
	font-weight : normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	line-height: 14px;
}


/*------------------------------------------------------------
	YouTube
------------------------------------------------------------*/

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}










/* ########## 599px以下 ########## */

@media (max-width: 599px) {

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

#box {
	vertical-align: top;
	text-align: center;
	width : 96%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
#boxcontents {
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
	width: 100%;
	float: right;
	padding-top: 7px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: right;
	font-size: 0.85em;
	margin-right: 0px;
	margin-top: 0px;
}
#contents {
}

#sp-off {
	display: none;
}

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/

#container {
	vertical-align: top;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	width: 100%;
	background-image: url(../img/sp-bg.jpg);
	background-repeat: repeat-x;
	background-size: 100% auto;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

h1 {
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #FFFFFF;
	text-shadow: 1px 1px #000000;
}
#h1-inner {
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	max-width: 930px;
}
#header {
	vertical-align: top;
	padding: 0;
	margin: 0px;
	height: 47px;
}
#headercontainer {
	vertical-align: top;
	text-align: left;
}
#headerglobal ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
  }
#headerglobal a:link { text-decoration: none; }
#headerglobal a:hover { text-decoration: none; }
#headerglobal a:visited { text-decoration: none; }
#headerglobal ul li.home {
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 100%;
	outline: none 0;
	margin-left: 0px;
}
#headerglobal ul li.home a {
	display: block;
	float: left;
	width: 100%;
	outline: none 0;
	background-size: cover;
	padding-top: 14.5%;
}
#headimage {
	vertical-align: top;
	width: 96%;
	text-align: center;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#spaddress {
	text-align: center;
	font-size: 0.8em;
	padding-top: 2px;
	padding-bottom: 6px;
}

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/

#navicontainer {
	width: 100%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
#global {
	font-size: 1px;
	text-decoration: none;
	text-align: left;
	clear: both;
	display: block;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#global:after {
	content: "";
	display: block;
	clear: both;
}
#global ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
  }
#global a:link { text-decoration: none; }
#global a:hover { text-decoration: none; }
#global a:visited { text-decoration: none; }

#global li.n01 a, .global li.n01 a:hover{
	float: left;
	width: 30.66%;
	height: 0;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/menu/sp01.jpg);
	overflow:hidden;
	background-size: cover;
	padding-top: 8.28%;
	margin-left: 2%;
	margin-top: 3%;
	margin-right: 1%;
	margin-bottom: 0.5%;
}

#global li.n02 a, .global li.n02 a:hover{
	float: left;
	width: 30.66%;
	height: 0;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/menu/sp02.jpg);
	overflow:hidden;
	background-size: cover;
	padding-top: 8.28%;
	margin-left: 1%;
	margin-top: 3%;
	margin-right: 1%;
	margin-bottom: 0.5%;
}
#global li.n03 a, .global li.n03 a:hover{
	float: left;
	width: 30.66%;
	height: 0;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/menu/sp03.jpg);
	overflow:hidden;
	background-size: cover;
	padding-top: 8.28%;
	margin-left: 1%;
	margin-top: 3%;
	margin-right: 2%;
	margin-bottom: 0.5%;
}
#global li.n04 a, .global li.n04 a:hover{
	float: left;
	width: 30.66%;
	height: 0;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/menu/sp04.jpg);
	overflow:hidden;
	background-size: cover;
	padding-top: 8.28%;
	margin-left: 2%;
	margin-top: 1.5%;
	margin-right: 1%;
	margin-bottom: 1.5%;
}
#global li.n05 a, .global li.n05 a:hover{
	float: left;
	width: 30.66%;
	height: 0;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/menu/sp05.jpg);
	overflow:hidden;
	background-size: cover;
	padding-top: 8.28%;
	margin-left: 1%;
	margin-top: 1.5%;
	margin-right: 1%;
	margin-bottom: 1.5%;
}
#global li.n06 a, .global li.n06 a:hover{
	float: left;
	width: 30.66%;
	height: 0;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/menu/sp06.jpg);
	overflow:hidden;
	background-size: cover;
	padding-top: 8.28%;
	margin-left: 1%;
	margin-top: 1.5%;
	margin-right: 2%;
	margin-bottom: 1.5%;
}
#global li.n07 a, .global li.n07 a:hover{
	float: left;
	width: 47%;
	height: 0;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/menu/sp07.jpg);
	overflow:hidden;
	background-size: cover;
	padding-top: 10.79%;
	margin-left: 2%;
	margin-top: 1.5%;
	margin-right: 1%;
	margin-bottom: 1.5%;
}
#global li.n08 a, .global li.n08 a:hover{
	float: left;
	width: 47%;
	height: 0;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/menu/sp08.jpg);
	overflow:hidden;
	background-size: cover;
	padding-top: 10.79%;
	margin-left: 1%;
	margin-top: 1.5%;
	margin-right: 2%;
	margin-bottom: 1.5%;
}


#menu {
	display: none;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

h2 {
	font-size: 1em;
	font-weight: bold;
	background-repeat: no-repeat;
	clear: both;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	padding-top: 15px;
	padding-left: 55px;
	background-image: url(../img/sp-h2.gif);
	padding-bottom: 10px;
	padding-right: 5px;
	border-bottom: 3px solid #f08200;
}
h3 {
	font-weight: bold;
	clear: both;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0.8em;
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-left: 0px;
	border-bottom: 2px solid #f9ca93;
	font-size: 1em;
	background-image: url(../img/h3.gif);
	background-repeat: no-repeat;
}
h4{
	font-size: 1em;
	font-weight: bold;
	clear: both;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 1em;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 27px;
	margin-left: 0px;
	background-image: url(../img/h4icon.jpg);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	border-bottom: 1px dashed #909090;
}
h5 {
	font-weight: bold;
	clear: both;
	margin-top: 1.2em;
	margin-right: 0;
	margin-bottom: 1em;
	padding-top: 1px;
	padding-bottom: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #563200;
	padding-left: 8px;
	margin-left: 3px;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
#infobox {
    border: 1px solid #969696;
    background-color: #fbf8ee;
    clear: both;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
}
.box1 {
	line-height: 1.5;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.box2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	text-align: left;
}
.box3 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-align: left;
}
.text-name {
	font-size: 1.3em;
	font-weight: bold;
	color: #f08200;
}
.toptreatment1 {
	width: 49%;
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.toptreatment2 {
	width: 49%;
	float: right;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer {
	font-size: 0.75em;
	line-height: 1.7em;
	vertical-align: top;
	clear: both;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-right: 2%;
	margin-left: 2%;
	width: 96%;
	padding-top: 10px;
}
#footerbox {
	vertical-align: top;
	order-right-style: solid;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: left;
	background-color: #fef2e3;
	padding-top: 10px;
}
#footermenu {
	clear: both;
	margin-right: 30%;
	margin-left: 0%;
	width: 70%;
}
#footer p {
	margin-top: 2px;
	margin-bottom: 2px;
}
.footertext {
	color: #fff;
	font-size: 8px;
	text-align: center;
	width: 100%;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	margin: 0;
	background-color: #f6ab00;
	text-shadow: 1px 1px 1px #000000;
}

}





/* ########## 600px以上 ########## */

@media (min-width: 600px) {
	
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

#box {
	vertical-align: top;
	text-align: center;
	width : 950px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
#boxcontents {
	line-height: 1.6em;
	text-align: left;
	vertical-align: top;
	width: 720px;
	float: right;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: right;
	font-size: 0.85em;
	margin-top: 0px;
}
#contents {
	clear: both;
}
#pc-off {
	display: none;
}

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/

#container {
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	min-width: 970px;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0%;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#header {
	text-align: center;
	vertical-align: top;
	height: 140px;
	padding: 0;
	margin: 0px;
}
#headercontainer {
	vertical-align: top;
	padding: 0;
	order-right-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 950px;
	text-align: left;
	background-repeat: no-repeat;
	height: 140px;
	background-position: 0px 0px;
	background-image: url(../img/pcheadbg.png);
}
h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0;
	text-shadow: 1px 1px 1px #000000;
}
#h1-inner {
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}

#headerglobal ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
  }
#headerglobal a:link { text-decoration: none; }
#headerglobal a:hover { text-decoration: none; }
#headerglobal a:visited { text-decoration: none; }
#headerglobal ul li.home {
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 300px;
	height: 120px;
	outline: none 0;
	margin-left: 10px;
}

#headerglobal ul li.home a {
	display: block;
	float: left;
	width: 300px;
	height: 120px;
	outline: none 0;
	margin-left: 0px;
}
#headimage {
	vertical-align: top;
	width: auto;
	text-align: center;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#spaddress {
	display: none;
}

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/

#navicontainer {
	vertical-align: top;
	width: 100%;
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
#global {
	font-size: 1px;
	text-decoration: none;
	text-align: left;
	height: 40px;
	clear: both;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 950px;
}
#global ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
}
#global a:link { text-decoration: none; }
#global a:hover { text-decoration: none; }
#global a:visited { text-decoration: none; }
#global ul li.n01 {
	display: block;
	float: left;
	width: 128px;
	height: 40px;
	outline: none 0;
	background-image: url(../img/menu/navi_01.gif);
	background-repeat: no-repeat;
	margin-right: 9px;
}
#global ul li.n01 a {
	display: block;
	float: left;
	width: 128px;
	height: 40px;
	outline: none 0;
}
#global ul li.n01 a:hover {
	background-image: url(../img/menu/navi_01a.gif);
}
#global ul li.n02 {
	display: block;
	float: left;
	width: 128px;
	height: 40px;
	outline: none 0;
	background-image: url(../img/menu/navi_02.gif);
	background-repeat: no-repeat;
	margin-right: 9px;
}
#global ul li.n02 a {
	display: block;
	float: left;
	width: 128px;
	height: 40px;
	outline: none 0;
}
#global ul li.n02 a:hover {
	background-image: url(../img/menu/navi_02a.gif);
}
#global ul li.n03 {
	display: block;
	float: left;
	width: 128px;
	height: 40px;
	outline: none 0;
	background-image: url(../img/menu/navi_03.gif);
	background-repeat: no-repeat;
	margin-right: 9px;
}
#global ul li.n03 a {
	display: block;
	float: left;
	width: 128px;
	height: 40px;
	outline: none 0;
}
#global ul li.n03 a:hover {
	background-image: url(../img/menu/navi_03a.gif);
}
#global ul li.n04 {
	display: block;
	float: left;
	width: 128px;
	height: 40px;
	outline: none 0;
	background-image: url(../img/menu/navi_04.gif);
	background-repeat: no-repeat;
	margin-right: 9px;
}
#global ul li.n04 a {
	display: block;
	float: left;
	width: 128px;
	height: 40px;
	outline: none 0;
}
#global ul li.n04 a:hover {
	background-image: url(../img/menu/navi_04a.gif);
}
#global ul li.n05 {
	display: block;
	float: left;
	width: 128px;
	height: 40px;
	outline: none 0;
	background-image: url(../img/menu/navi_05.gif);
	background-repeat: no-repeat;
	margin-right: 9px;
}
#global ul li.n05 a {
	display: block;
	float: left;
	width: 128px;
	height: 40px;
	outline: none 0;
}
#global ul li.n05 a:hover {
	background-image: url(../img/menu/navi_05a.gif);
}
#global ul li.n06 {
	display: block;
	float: left;
	width: 128px;
	height: 40px;
	outline: none 0;
	background-image: url(../img/menu/navi_06.gif);
	background-repeat: no-repeat;
	margin-right: 9px;
}
#global ul li.n06 a {
	display: block;
	float: left;
	width: 128px;
	height: 40px;
	outline: none 0;
}
#global ul li.n06 a:hover {
	background-image: url(../img/menu/navi_06a.gif);
}
#global ul li.n07 {
	display: none;
}
#global ul li.n07 a {
	display: none;
}
#global ul li.n08 {
	display: block;
	float: left;
	width: 128px;
	height: 40px;
	outline: none 0;
	background-image: url(../img/menu/navi_08.gif);
	background-repeat: no-repeat;
	margin-right: 0px;
}
#global ul li.n08 a {
	display: block;
	float: left;
	width: 128px;
	height: 40px;
	outline: none 0;
}
#global ul li.n08 a:hover {
	background-image: url(../img/menu/navi_08a.gif);
}


#menu {
	line-height: 1.3;
	text-align: left;
	vertical-align: top;
	width: 200px;
	float: left;
	padding: 0;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	clear: both;
	font-size: 0.85em;
}
#menu p {
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 10px;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	color: #ff6f00;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

h2 {
	font-size: 1.1em;
	font-weight: bold;
	background-repeat: no-repeat;
	clear: both;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	padding-top: 14px;
	padding-left: 55px;
	background-image: url(../img/h2.gif);
	min-height: 26px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-bottom: 3px solid #f08200;
}
h3 {
	font-weight: bold;
	clear: both;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: 0px;
	border-bottom: 2px solid #f9ca93;
	font-size: 1.1em;
	background-image: url(../img/h3.gif);
	background-repeat: no-repeat;
	height: 26px;
}
h4{
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 1em;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 27px;
	margin-left: 0px;
	background-image: url(../img/h4icon.jpg);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	border-bottom: 1px dashed #909090;
}
h5 {
	font-weight: bold;
	clear: both;
	margin-top: 1.2em;
	margin-right: 0;
	margin-bottom: 1em;
	padding-top: 1px;
	padding-bottom: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #563200;
	padding-left: 8px;
	margin-left: 3px;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
#infobox {
    border: 1px solid #969696;
    background-color: #fbf8ee;
    clear: both;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
}
.box1 {
	line-height: 1.3;
	width: 340px;
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.box2 {
	line-height: 1.3;
	width: 340px;
	float: right;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.box3 {
	line-height: 1.3;
	width: 320px;
	float: right;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

.text-name {
	font-size: 1.8em;
	color: #f08200;
}

.toptreatment1 {
	width: 350px;
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.toptreatment2 {
	width: 350px;
	float: right;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}




/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footerbox {
	vertical-align: top;
	order-right-style: solid;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	background-color: #fef2e3;
}
#footer {
	font-size: 12px;
	line-height: 1.5;
	width: 800px;
	clear: both;
	padding-top: 20px;
	padding-right: 150px;
	padding-bottom: 15px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
	background-image: url(../img/footer-logo.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}
#footer p {
	margin-top: 2px;
	margin-bottom: 5px;
}
.footertext {
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	background-color: #f6ab00;
	text-shadow: 1px 1px 1px #000000;
}

}
