body {
	font-size: 95%;
	line-height: 150%;
	color: #666255;
	text-align: center;
/*ページ背景色*/
	background-color: #ffffe5;
	scrollbar-3dlight-color :#818181;
	scrollbar-arrow-color :#818181;
	scrollbar-base-color :#ffffff;
	scrollbar-darkshadow-color :#818181;
	scrollbar-face-color :#ffffff;
	scrollbar-highlight-color :#ffffff;
	scrollbar-shadow-color :#ffffff;
}

#page {
	width: 90%;
	text-align: left;
	border: 1px solid #666666;
	margin: 0px auto;
/*メニューバー背景色*/
	background-color: #ffffcc;
}
#header {
/*トップバー（サイトネームバー）背景色*/
	background-color: #ffffb2;
/*トップバー背景画像設定(2006.08.05 13:00コメントアウト)*/
/*	background-image: url(img/jasmin_84x84.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
	color: #FFFFFF;
	height:84px;
	border-top: 1px solid #ffffcc;
	border-bottom: 1px solid #ffffcc;
}
.sitename {
	float: left;
	font-size:95%;
	height:84px;
	margin-left: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	}
.sitename2 {
	font-size:110%;
	margin-top: 24px;
	margin-right: 2em;
	margin-bottom: 0px;
	color: #7cb27c;
	text-align:right;
	}
.sitename3 {
	font-size:75%;
	}


#topics {
/*ページタイトルバー（h1）上段・背景色*/
	border-top: 10px solid #92d192;
	border-bottom: 1px solid #999999;

/*ページタイトルバー（h1）下段・背景色*/
	background-color: #f7fff0;
}
#menu {
	float: left;
	width: 22%;
	margin: 2em 0px 0px 0em;
	
}

#main {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 25%;
	border-left: 3px solid #CCCCCC;
	padding: 2em 2em 3em;
}
#main p{
	margin-left: 20px;
	margin-bottom: 2em;
}
#main ul{
}
#foot {
	clear: both;
	border-top: 1px solid #999999;
	padding: 5px 0px;
	text-align: center;
	float: none;
/*ボトムバー背景色*/
	background-color: #f7fff0;
	margin: 0px;
}
#maruc {
	margin-left: 1em;
}
h1 {
	clear: both;
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
h2 {
	font-size: 110%;
	margin-bottom: 1em;
	color: #7cb27c;
	margin-top: 1em;
	margin-left: 0em;
	margin-bottom: 1em;
	padding-left: 0em;
	border-bottom: 2px dashed #666666;
}
h3 {
	font-size: 100%;
	margin-bottom: 1em;
	color: #333333;
	margin-top: 0em;
	margin-left: 0em;
	padding: 0.4em 1em 0.4em;
	border: 2px dotted #3f8c66;
	background-color: #f7ffe5;
}
h4 {
	font-size: 100%;
	margin-bottom: 0em;
	margin-top: 0em;
	margin-left: 0em;
	padding: 0.4em 1em 0em;
	background-color: transparent;
}

p {
	margin-bottom: 1em;
	margin-left: 1em;
}

p.question {
	margin-bottom: 1em;
	margin-left: 1em;
	padding: 0.4em 1em 0.4em;
	border:solid 1px #dddddd;
	background-color: #eeeeee;
}

/*コースメニュー見出し文章*/
p.midasimenu{
	font-size: 95%;
	margin: 0em 0em 0em 0em;
}
/*コースメニュー コース概要内リンク*/
p.outline-link{
	font-size: 90%;
	margin-top:0em;
	margin-bottom:0em;
	text-align:right;
}
p.naka2{
	text-align: center;
	margin-top:0em;
	margin-bottom:0em;
}

.naka{text-align: center;}

.notice {
	margin: 1em 0em 1em 2em;
}

/*メニューバー・リストスタイル*/
ul.menu {
	font-size:92%;
	margin-left: 0px;
	margin-bottom: 1em;
	padding-left: 3em;
	margin-top: 0px;
	list-style : outside url("16o.gif");
}
ul.menu2 {
	font-size:92%;
	margin-left: 0px;
	padding-left: 1.5em;
	margin-top: 0px;
	list-style : outside url("16o.gif");
}
li{margin-bottom: 2px;}

/*メニューバー・リストスタイル*/
ul.link-list {
	font-size:92%;
	margin-left: 0px;
	margin-bottom: 1em;
	padding-left: 3em;
	margin-top: 0px;
	list-style : outside url("16g.gif");
}
li{margin-bottom: 2px;}

/*ページ内見出し・リストスタイル*/
ul.sub{
	font-size:95%;
	line-height: 170%;
	padding-bottom: 3px;
	margin:0 0 5em 20px;
	background-color: transparent;
	color:#064305;
	list-style : outside url("19o.gif");
}
li.sub{
	margin-bottom: 2px;
}

/*コース案内見出し・リストスタイル*/
ul.sub2{
	font-size:95%;
	list-style : outside url("19o.gif");
}
ul.sub3{
	font-size:95%;
	list-style :outside url("19t.gif");
}

.linkbtm {
	text-align: right;
	margin-bottom:1em;
}
.imgbox {
	margin-bottom: 10px;
	margin-left: 20px;
}

/*スタッフ表スタイル*/
div.prof-box{
	width:96%;
	margin:2em;
}
table.prof{
	font-size:95%;
	margin:0.5em;
	border-top: solid 1px ;
	border-left: solid 1px;
	border-color:#009966;
	background:white;
	color:#336600;
}
caption.prof{
	font-size:95%;
	font-weight: bold;
	margin:0.5em;
	background:white;
	color:#336600;
}
th.prof{
	font-size:95%;
	text-align:center;
	line-height: 170%;
	letter-spacing: 1pt;
	border-bottom: solid 1px ;
	border-right: solid 1px;
	border-color:#009966;
	background:#cfe8d8;
	color:#336600;
}

td.prof{
	font-size:87%;
	line-height: 170%;
	letter-spacing: 1pt;
	text-align:center;
	border-bottom: solid 1px ;
	border-right: solid 1px;
	border-color:#009966;
	padding:1em 2px 1em;
	background:#ffffff;
	color:#336600;
}

/*勤務シフト表スタイル*/
div.shift-box{
	width:96%;
	margin:2em;
}
table.shift{
	font-size:95%;
	margin:0.5em;
	border-top: solid 1px ;
	border-left: solid 1px;
	border-color:#009966;
	background:white;
	color:#336600;
}
caption.shift{
	font-size:95%;
	font-weight: bold;
	margin:0.5em;
	background:white;
	color:#336600;
}
th.shift{
	font-size:95%;
	text-align:center;
	line-height: 170%;
	letter-spacing: 1pt;
	border-bottom: solid 1px ;
	border-right: solid 1px;
	border-color:#009966;
	background:#cfe8d8;
	color:#336600;
}

td.shift{
	font-size:87%;
	line-height: 170%;
	text-align:center;
	border-bottom: solid 1px ;
	border-right: solid 1px;
	border-color:#009966;
	padding:1em 0.3em 1em;
	background:#ffffff;
	color:#336600;
}

/*コースランキングスタイル*/
table.rank{
	font-size:90%;
	background:transparent;
	color:#336600;
}
caption.rank{
	font-size:87%;
	background:transparent;
	color:#336600;
}
th.rank{
	font-size:90%;
	background:transparent;
	color:#336600;
}

td.rank{
	font-size:87%;
	background:transparent;
	color:#336600;
}

/*メニュー表スタイル*/
div.menu-box{
	font-size:95%;
	margin:0.5em;
}
div.menu-box2{
	font-size:95%;
	margin:0.5em;
	color:#30a330;
}
div.menu-box3{
	font-size:95%;
	margin:1em;
	padding:0.5em;
	border:solid 1px #cccccc;
}
div.menu-box4{
	font-size:95%;
	margin:0em;
	padding:0.5em;
}
table.menu{ 
/*	width: 98%;
	font-size:95%;
	margin:2em 1em 3em 2em;*/
	border-top: solid 1px ;
	border-left: solid 1px;
	border-color:#009966;
	background:white;
	color:#336600;
}

th.menu{
	font-size:95%;
	text-align:center;
	line-height: 150%;
	letter-spacing: 1pt;
	border-bottom: solid 1px ;
	border-right: solid 1px;
	border-color:#009966;
	padding:1em 1em 1em;
	background:#f7ffe5;
	color:#336600;
}
th.course{
	width:12em;
	font-size:95%;
	text-align:center;
	line-height: 150%;
	letter-spacing: 1pt;
	border-bottom: solid 1px ;
	border-right: solid 1px;
	border-color:#009966;
	padding:0.5em;
	background:#f7ffe5;
	color:#336600;
}
th.course2{
	width:14em;
	font-size:95%;
	text-align:center;
	line-height: 150%;
	letter-spacing: 1pt;
	border-bottom: solid 1px ;
	border-right: solid 1px;
	border-color:#009966;
	padding:0.5em;
	background:#f7ffe5;
	color:#336600;
}
th.course3{
	width:16em;
	font-size:95%;
	text-align:left;
	line-height: 150%;
	letter-spacing: 1pt;
	border-bottom: solid 1px ;
	border-right: solid 1px;
	border-color:#009966;
	padding:0.5em;
	background:#f7ffe5;
	color:#336600;
}

td.menu{
	font-size:95%;
	line-height: 150%;
	letter-spacing: 1pt;
/*	text-align:center;	*/
	border-bottom: solid 1px ;
	border-right: solid 1px;
	border-color:#009966;
	padding:0.8em;
	background:#ffffff;
	color:#666255;
}
td.price{
	width:7.5em;
	font-size:95%;
	line-height: 150%;
	letter-spacing: 1pt;
	text-align:center;
	border-bottom: solid 1px ;
	border-right: solid 1px;
	border-color:#009966;
	padding:1em 1.5em 1em;
	background:#ffffff;
	color:#336600;
}

table.menu-list2{ 
	font-size:95%;
	color:#336600;
}


td.menu-list2{
	font-size:95%;
	letter-spacing: 1pt;
/*	text-align:center;	*/
	padding-right:0.5em;
	padding-top:0px;
	padding-bottom:0.5em;
	color:#666255;
}
td.menu2{
	font-size:95%;
	line-height: 150%;
	letter-spacing: 1pt;
	text-align:center;
	border-bottom: solid 1px ;
	border-right: solid 1px;
	border-color:#009966;
	padding:0.8em;
	background:#ffffff;
	color:#666255;
}

em{
	background-color: #ccffcc;
	font-style:normal;
}

.image{ margin-left:130px;}

/*コース割引スタイル*/
.waribiki{
	font-size:95%;
	color:#ff9966;
}
ul.wari{
	font-size:95%;
	color:#ff9966;
	background-color: transparent;
	list-style : outside url("waribiki.gif");
}
li.wari{
	margin-bottom: 2px;
}

/*メニュー表内 メニュー内容リストスタイル*/
ul.naiyo{
	text-align:left;
	font-size:95%;
	color:#666255;
	background-color: transparent;
	margin-left: 4px;
}
li.naiyo{
	text-align:left;
	font-size:95%;
	color:#666255;
	margin-bottom: 0px;
}
ul.course{
	text-align:left;
	font-size:95%;
	color:#666255;
	background-color: transparent;
	margin-left:1.5em;
	margin-bottom:0px;
}
li.course{
	text-align:left;
	font-size:95%;
	color:#666255;
}
ul.sayoh{
	text-align:left;
	font-size:95%;
	color:#666255;
	background-color: transparent;
	margin-left:4em;
	margin-top:0em;
	margin-bottom:0em;
}
li.sayoh{
	text-align:left;
	font-size:95%;
	color:#666255;
}

/*★印付きリストスタイル*/
ul.hoshi{
	text-align:left;
	font-size:95%;
	color:#666255;
	background-color: transparent;
	list-style : outside url("navi-star.gif");
}
li.hoshi{
	text-align:left;
	font-size:95%;
	color:#666255;
	margin-bottom: 2px;
}



/*※印付きリストスタイル*/
ul.kome{
	text-align:left;
	font-size:95%;
	color:#666255;
	background-color: transparent;
	list-style : outside url("kome.gif");
}
li.kome{
	text-align:left;
	font-size:95%;
	color:#666255;
	margin-bottom: 2px;
}


/*通常リンクスタイル*/
a{
	text-decoration:none;
	font-size:95%;
	background-color: transparent;
	color:#333333;
	border-bottom:solid 2px;
}
a:visited{
	text-decoration:none;
	font-size:95%;
	background-color: transparent;
	color:#666255;
	border-bottom:solid 2px;
}
a:hover{
	text-decoration:none;
	font-size:95%;
	background-color: #e5ffe5;
	color:#4d8000;
	border-bottom:solid 2px;
	}
a:active{
	text-decoration:none;
	font-size:95%;
	background-color: transparent;
	color:#4d8000;
	border-bottom:solid 2px;
}
a.menu:hover{
	list-style:outside url("16g.gif");
	background-color: #e5ffe5;
	color:#009900;
	border-bottom:solid 2px;
	}


/*コースメニュー h4見出し リンクスタイル*/
a.midashi{
	text-decoration:none;
	font-size:95%;
	background-color: transparent;
	border-bottom:solid 0px;
}
a.midashi:visited{
	text-decoration:none;
	background-color: transparent;
	border-bottom:solid 0px;
}
a.midashi:hover{
	background-color: #e5ffe5;
	border-bottom:solid 0px;
	}
a.midashi:active{
	text-decoration:none;
	background-color: transparent;
	border-bottom:solid 0px;
}

/*ページ内アンカー用スタイル*/
a.tobu{
	font-size:100%;
	text-decoration:none;
	border-bottom:0px;
	background-color: transparent;
	color:#7cb27c;
}
a.tobu2{
	font-size:100%;
	text-decoration:none;
	border-bottom:0px;
	background-color: transparent;
	color:#666255;
}

/*リスト用hoverスタイル*/
a.sub:hover{
	list-style : outside url("19g.gif");
}

/*タイトル画像用スタイル（装飾無し）*/
a.none-link{
	border-bottom:0px;
	text-decoration:none;
	background-color: transparent;
}

a.none-link:hover{
	border-bottom:0px;
	text-decoration:none;
	background-color: transparent;
}
a.none-link:visited {
	border-bottom:0px;
	text-decoration:none;
	background-color: transparent;
}
a.none-link:active {
	border-bottom:0px;
	text-decoration:none;
	background-color: transparent;
}

/*フォーム用スタイル*/


input,textarea{
	color:#666255;
	font-size:98%;
	background-color:transparent;
	border:solid 1px #818181;
}
input.button{
	color:#666255;
	font-size:98%;
	background-color:transparent;
	border:solid 1px #818181;
	cursor:hand;
}
.border-off{
	color:#666255;
	font-size:98%;
	background-color:transparent;
	border:none;
	cursor:hand;
}
select,option{
	color:#666255;
	font-size:98%;
	background-color:#ffffff;
}

form{margin: 0em;}


table,th,td.entry-form {
	font-size: 95%;
	color: #666255;
	letter-spacing: 1pt;
}

/*キーワード・著作権表示スタイル*/
span.keywords{
	font-size:80%;
	color:#666666;
}


/*ナビバー猫FLASHスタイル*/
div.flash-obj{
	margin: 1em 0em 0.2em 2em;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
p.navi-notice{
	margin: 1em 0em 0.5em 2em;
	text-align:center;
}
ul.navi-nyanko{
	text-align:left;
	line-height: 135%;
	font-size:93%;
	color:#666255;
	background-color: transparent;
	list-style : outside url("navi-star.gif");
	margin-top:0px;
}
li.navi-nyanko{
	text-align:left;
	line-height: 135%;
	font-size:93%;
	color:#666255;
}

/*select option 予約フォーム スタイル*/
.sop{background-color:#e5ffe5;"
}

/*iframe 日記＆お知らせ スタイル*/
div.inner-box{
	margin-left:auto;
	margin-right:auto;
}
.diary-box{
	border:solid 1px #eeeeee;
	width:540;
/*firefox向け 横スクロールバー抑制*/
	overflow:scroll;
	overflow-x:hidden;
}

/*インライン用画像（段組レイアウト）スタイル*/

table,th,td.ineline-img{
	line-height: 170%;
	font-size: 95%;
	letter-spacing: 1pt;
}

p.inline-img{
	margin-top:0px;
	margin-left:30px;
}
div.inline-left{
	width:45%;
	float:left;
	}
div.inline-right{
	width:40%;
	float:left;
}

