﻿/*
===========================================================================
留意事項
===========================================================================
*/

/*
セレクタを使用する場合は、「css.js」にも同様に記述する。
IE6ではセレクタが無効になるため、jQuery「css.js」にて指定する。
*/


/*
===========================================================================
text code
===========================================================================
*/

/*@charset "UTF-8";*/


/*
===========================================================================
import
===========================================================================
*/

/* none */


/*
===========================================================================
COMMON
===========================================================================
*/

@media all {	/* mac IE bag HACK */
	* {
		letter-spacing	:0.1em;		/* 文字間 */
	}
}

body {
/*	letter-spacing	:0.5em;		*//* 文字間 */
	letter-spacing	:0em;		/* 文字間 */
	line-height:1.5em;
	font-family:Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:80%;
	text-align:center;		/* width & margin でブロック要素をセンタリングしないIEのバグ対策 */
	color:#333333;
	background:url(../image/body.png) repeat-y center;
}

table {
/*	margin:1em 0;*/
	margin:0em 0;
	font-size:100%;
/*	letter-spacing	:0.5em;	*/	/* 文字間 */
	letter-spacing	:0em;		/* 文字間 */
	line-height:1.5em;
}

td {
	margin:0 0em;
/*	margin:0 0.5em;*/
}

ul {
list-style:none;
}

ol {
list-style:decimal;
}

img {
border:none;
}

/*
===========================================================================
block
===========================================================================
*/

#Wrapper {
	position:relative;
	margin:0 auto;
	padding:0 1px;
	width:770px;
	text-align:left;
}

/*
----------------------------------------
Headder
----------------------------------------
*/

#Header {
	margin:0em 0 0em;
}

#Header h1 {
	float:left;
/*	width:375px;*/
}

#Header #Information {
	float:right;
	margin:0;
/*	width:375px;*/
	padding:0;
	text-align:center;
}

#Header #Information #Phone {
	font-size:160%;
	font-weight:bolder;
	color:#F486AE;
}

#Header #Information #Mail {
	left:0;
;
}

#Header #Topic {
	float:center;
	margin:0;
	padding-rigth:100px;
	padding:0;
	text-align:center;
	color:#c00000;
}

#Header #Yoyaku_message1 {
	position:relative;
	margin:0px 0 0em;
	padding:0em 0em 0em 0em;
	text-align:center;
	font-size:130%;
	line-height:1em;
}
#Header #Yoyaku_message2 {
	position:relative;
	background:#ffffff;
	margin:0px 0 0em;
	border:1px solid #000000;
/*	border-top:4px solid #000000;*/
	padding:0.5em 0.5em 0.5em 0.5em;
/*	padding:0.6em 1 1 1;*/
	text-align:left;
	font-size:100%;
	line-height:1em;
}
#Header #Yoyaku_message3 {
	position:relative;
	margin:0px 0 0em;
	padding:0em 0em 0em 0em;
	text-align:center;
	font-size:180%;
}
#Header #Yoyaku_QR_message1 {
	position:relative;
	margin:0px 0 0em;
	padding:0em 0em 0em 0em;
	text-align:center;
	font-size:85%;
	line-height:1em;
}


/*
----------------------------------------
Headder
----------------------------------------
*/

#Navigation table {
/*	background:#ffffff;*/
	border:0px solid #333333;
}

#Navigation #Navigation_Top {
	margin:0em 0;
	padding:0;
	float:center;
	padding-top:10px;
	background:url(../image/navigation.png) no-repeat;
	text-align:center;
	width:89px;
	height:38px;
}


#Navigation #Navigation_Guide {
	margin:0em 0;
	padding:0;
	width:89px;
	height:38px;
	padding-top:10px;
	text-align:center;
	background:url(../image/navigation.png) no-repeat;
}

#Navigation #Navigation_Staff {
	margin:0em 0;
	padding:0;
	padding-top:10px;
	background:url(../image/navigation.png) no-repeat;
	width:89px;
	height:38px;
	text-align:center;
}


#Navigation #Navigation_Link {
	margin:0em 0;
	padding:0;
	padding-top:10px;
	display:block;
	background:url(../image/navigation.png) no-repeat;
	width:89px;
	height:38px;
	text-align:center;
}


#Navigation #Navigation_Medical {
	margin:0em 0;
	padding:0;
	padding-top:10px;
	background:url(../image/navigation.png) no-repeat;
	width:89px;
	height:38px;
	text-align:center;
}

#Navigation #Navigation_Trainer {
	margin:0em 0;
	padding:0;
	padding-top:10px;
	background:url(../image/navigation.png) no-repeat;
	width:89px;
	height:38px;
	text-align:center;
}

/*
----------------------------------------
Content
----------------------------------------
*/

#Content {
	clear:both;
}

h2 {
	display:none;
	font-size:120%;
}

#Left {
	float:left;
	width:250px;
	text-align:center;
}

#Left .CatchCopy {
	font-size:120%;
	font-weight:bolder;
}

#Left #CatchCopy02 {
	background:url(../image/catchcopy.png) no-repeat center;
}

#Left .Block {
	position:relative;
	background:#f1e0b0;
	margin:21px 0 3em;
	border:1px solid #876544;
	padding:2em 1em 1em 1em;
	text-align:left;
}

#Left h3 {
	background:url(../image/h3.png) no-repeat;/* 	background:#876544;  */
	color:#ffffff;
	position:absolute;
	top:-21px;
	left:0;
	margin:0 0 0 0;
	padding:0.6em 0 0 0;
	width:180px;
	height:41px;
	text-align:center;
	font-size:140%;
	line-height:1em;
}

#Left ul {
	list-style-type:disc;
	margin:0;
}

#Left li {
	margin-left:1em
}

#Left dt {
	margin-left:1em;
	color:#876544;
	font-weight:bolder;
}

#Left dd {
	margin:0;
}

#Left table {
	background:#ffffff;
	border:1px solid #333333;
}

#Left td {
	border-right:1px dotted #333333;
	border-bottom:1px solid #333333;
}

#Left img ,
#Center img {
	border:1px solid #876544;
}

#Center {
	position:relative;
	float:right;
	width:500px;
}

#Index #Center ul ,
#Index #Center li {
	margin:0;
}

#Center .Block {
	position:relative;
	width:180px;
	text-align:center;
}

#Center .Block img {
	z-index:1;
	width:178px;
	height:178px;
}

#Center .Block p {
margin:0.5em 0;
}

#Center #Block01 {
	float:left;
}
#Center #Block02 {
	float:right;
}
#Center #Block03 {
	float:left;
	margin-top:7em;
}
#Center #Block04 {
	float:right;
	margin-top:7em;
}

#Center #Block00 {
	z-index:5;
	left:160px;
	padding-top:140px;
}
#Center #Block00 ,
#Center .Text {
	position:absolute;
	top:0;
	margin-top:2em;
}
#Center .Text {
	text-align:center;
}
#Center #TextLeft {
	width:150px;
	left:0;
	padding-top:225px;
}
#Center #TextRight {
	width:150px;
	right:0;
	padding-top:225px;
}
#Center #TextBottom {
	width:120px;
	left:190px;
	padding-top:355px;
}



/*
----------------------------------------
Medical
----------------------------------------
*/
#Medical {
	margin:0em 0 0em;
	white-space: nowrap;
}

#Medical .Index {
	font-size:120%;
}



/*
----------------------------------------
GoToTop
----------------------------------------
*/

.GoToTop {
	margin:1em 0;
	text-align:right;
}

.GoToTop a {
	padding-right:14px;
	background:url(../image/gototop.png) no-repeat right center;
	font-size:80%;
}

/*
----------------------------------------
Footer
----------------------------------------
*/

#Footer {
	clear:both;
	font-size:80%;
	margin:2em 0;
}

#Footer a {
	color:#333333;
}

#Footer li ,
#Footer ul {
	margin:0;
	padding:0;
}

/*
===========================================================================
HACK
===========================================================================
*/

#Header ,
#Content {
	overflow:hidden;
}

#Header:after ,
#Content:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
/*\*/
* html #Header ,
* html #Content {
	height:0;
	overflow:visible;
}
/**/