/*============================================
　共通設定
============================================*/
* {
	margin: 0;
	padding: 0;
}


body {
	background-color: #AFAF87;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: small;
	line-height:130%;
	color: #333333;
	margin:0;
	padding:0;
	overflow-y:scroll;
}

#wrapper {
	width: 780px;
	background-color: #E9E9E2;
	text-align: center;
	margin: 0 auto;
}

table {
	background-color: #E9E9E2;
}

a img {
	border: 0;
}

li {
	list-style-type: none;
}
.fontRed {
	color: #CC0000;
}

/*-------------------------------------
　スクロールバーの表示
-------------------------------------*/

/*■---------------------------■■■IE6設定用■■■*/
*html body {
	overflow-y:auto;
}

/*▲---------------------------▲▲▲IE7設定用▲▲▲*/
*+html body {
	overflow-y:auto;
}


/*-------------------------------------
　見出し共通設定
-------------------------------------*/
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding:0;
	margin:0;
}

h5{
	width: 100%;
	padding:0;
	margin: 10px 0;
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

h6{
	padding:0;
	margin:10px 0 5px 0;
}


/*-------------------------------------
　アンカー共通設定
-------------------------------------*/

a:link {
	color: #0000c0;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:visited{
}

a:active{
}



/*-------------------------------------
　その他共通設定
-------------------------------------*/

p {
	line-height: 130%;
	margin:10px 0 0 0;
	padding:0 10px 0 0;
	text-indent: 1em
	white-space: normal;
	line-break: strict;
}


/*============================================
　ヘッダ部
============================================*/

/*共通設定用、背景画像などを使用する場合。*/

#header{
	width:780px;
	background-color:#F7F7F7;
	background-image: url();
}


/*-------------------------------------
　ヘッダ部----グローバルナビ(上部メニュー)
-------------------------------------*/

.menubar {
	clear: both;
	padding:0;
	margin:0;
}



/*●---------------------------●●●モダンブラウザ設定用●●●*/
.menubar li {
	float:left;
}

.btTop {
	width: 130px;
	overflow: hidden;
	height: 35px;
}

.btTop a {
	text-indent: -9999px;
	display: block;
	background-image: url(bt_top.jpg);
	height: 35px;
	width: 100%;
	overflow: hidden;
}

.btFacilities {
	width: 130px;
	overflow: hidden;
	height: 35px;
}
.btFacilities a {
	text-indent: -9999px;
	display: block;
	background-image: url(bt_facilities.jpg);
	height: 35px;
	width: 100%;
	overflow: hidden;
}

.btMeal {
	width: 130px;
	overflow: hidden;
	height: 35px;
}
.btMeal a {
	text-indent: -9999px;
	display: block;
	background-image: url(bt_meal.jpg);
	height: 35px;
	width: 100%;
	overflow: hidden;
}

.btRoom {
	width: 129px;
	overflow: hidden;
	height: 35px;
}
.btRoom a {
	text-indent: -9999px;
	display: block;
	background-image: url(bt_room.jpg);
	height: 35px;
	width: 100%;
	overflow: hidden;
}

.btAmbient {
	width: 130px;
	overflow: hidden;
	height: 35px;
}
.btAmbient a {
	text-indent: -9999px;
	display: block;
	background-image: url(bt_ambient.jpg);
	height: 35px;
	width: 100%;
	overflow: hidden;
}

.btConsultation {
	width: 130px;
	overflow: hidden;
	height: 35px;
}
.btConsultation a {
	text-indent: -9999px;
	display: block;
	background-image: url(bt_consultation.jpg);
	height: 35px;
	width: 100%;
	overflow: hidden;
}



/*-------------------------------------
　ぱんくずリスト
-------------------------------------*/

div#locator {
	font-size: 10px;
	text-align: right;
	margin:4px 5px 5px 0;
}

/*-------------------------------------
　左メニュー
-------------------------------------*/

#subnavi_title {
width:202px;
height:25px;
line-height:25px;
background-image:url(subnavi_title.gif);
text-indent:25px;
margin:20px 0 10px 0;
}

#subnavi_title a{
color:#000000;
font-weight:bold;
text-decoration:none;
}

#subnavi ul{
list-style-type:none;
}

#subnavi ul li{
width:202px;
height:25px;
line-height:25px;
border-bottom:1px solid #aeaf87;
position:relative;
}

#subnavi ul li a{
width:202px;
height:25px;
line-height:25px;
display:block;
text-indent:20px;
background-image:url(icon01.gif);
background-repeat:no-repeat;
background-position:3% 50%;
}

#subnavi ul li a:link,
#subnavi ul li a:visited{
color:#444444;
text-decoration:none;
}

#subnavi ul li a:hover,
#subnavi ul li a:active{
color:#999999;
background-color:#f5f2cf;
text-decoration:none;
position:absolute;
top:1px;
left:1px;
}


#sideNavi {
	width: 202px;
	margin: 20px 10px 0 0;
}

#sideNavi ul ,#sideNavi ol {
	padding: 0 0 0 10px;
}


#sideNavi img {
	margin: 5px 0;
}

/*============================================
　メインコンテンツ
============================================*/

/*-------------------------------------
　コンテンツ
-------------------------------------*/
.right {
	margin:0;
	text-align: left;
}

.right table {
	border-style-type: none;
}

/*-------------------------------------
　TOP
-------------------------------------*/
#topIndex {
	margin: 25px 0 0 0;
}


/*RSS
-------------------------------------*/
.rssBox .rss {
	width: 560px;
	margin: 5px 0 0 0;
	padding: 3px 0;
}

.rssBox .rss dt {
	clear: left;
	width: 130px;
	height: 18px;
	float: left;
	vertical-align: top;
}

.rssBox .rss dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/*-------------------------------------
　メインコンテンツ　インデックス設定
-------------------------------------*/
.h2Top {
	width: 100%;
	height: 33px;
	background-image: url(h2_info.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
}

.h2Facilities {
	width: 100%;
	height: 33px;
	background-image: url(h2_facilities.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
}

.h2Meal {
	width: 100%;
	height: 33px;
	background-image: url(h2_meal.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
}

.h2Ambient {
	width: 100%;
	height: 33px;
	background-image: url(h2_ambient.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
}

.h2Service {
	width: 100%;
	height: 33px;
	background-image: url(h2_to_moving.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
}

.h2Company {
	width: 100%;
	height: 33px;
	background-image: url(h2_company.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
}

.h2Access {
	width: 100%;
	height: 33px;
	background-image: url(h2_access.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
}

.h2Room {
	width: 100%;
	height: 33px;
	background-image: url(h2_room.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
}


.h2Nursing {
	width: 100%;
	height: 33px;
	background-image: url(h2_nursing.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
}

.h2Clinic {
	width: 100%;
	height: 33px;
	background-image: url(h2_clinic.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
}

.h2Stay {
	width: 100%;
	height: 33px;
	background-image: url(h2_stayroom.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
}

.h2Contact {
	width: 100%;
	height: 33px;
	background-image: url(h2_contact.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
}

.h2Bath {
	width: 100%;
	height: 33px;
	background-image: url(h2_bath.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
}

.h2Beauty {
	width: 100%;
	height: 33px;
	background-image: url(h2_hairsalon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
}
/*============================================
　コンテンツ詳細
============================================*/

#service ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

/*============================================
　診療所/鍼灸/整骨院/歯科
============================================*/
#clinic_contents01 {
	width: 560px;
	height: 270px;
	background-image: url(bg_img01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#clinic_contents01 #clinic_text {
	width: 370px;
	float: right;
}


#clinic .table_bg {
	background-color: #AFAF87;
	text-align: center;
}
#clinic .table_bg td {
	background-color: #E3E3D7;
	font-size: 14px;
}

#clicic .topBorder {
	text-align: right;
	margin: 10px 0;
}

/*============================================
　ご入居お部屋紹介
============================================*/
#stay {
	width: 560px;
}

#stay .stayBox {
	width: 560px;
	vertical-align: bottom;
	margin-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	clear: left;
	height: 280px;
}

#stay .stayBox dl {
	width: 170px;
	float: right;
	vertical-align: bottom;
	margin-top: 145px;
}

#stay .stayBox dt {
	width: 100px;
	float: left;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 5px;
}
#stay .stayBox dd {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 5px;
}

#stay .stayBox img {
	float: left;
}

#stay .stayBox2 {
	height: 550px;
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#stay .stayBox2 dl {
	float: left;
	width: 185px;
}
#stay .stayBox2 dt {
	width: 100px;
	float: left;
	font-size: 12px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 5px;
}
#stay .stayBox2 dd {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 5px;
}
#stay .stayBottom{
	clear: left;
	width: 568px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

#contact table {
	background-color: #D1D1C0;
}
#contact table tr td {
	background-color: #E9E9E2;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.left5px {
	padding-left: 5px;
}
#contact table th {
	font-weight: normal;
	background-color: #E6E5D4;
	text-align: center;
}
.fontGold {color: #999900}

/*============================================
　お風呂
============================================*/
#bath .dtUnderline dt {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 5px;
}
#bath .leftC990 {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #999900;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#bath .leftCe74418 {
	padding-left: 5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #E74418;
	margin-top: 10px;
	margin-bottom: 20px;
}

/*============================================
　入居間取り
============================================*/
#stay {
	width: 560px;
}

#stay .stayBox dl {
	width: 180px;
	float: right;
}
.stayBoxright td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.stayBoxright .noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#stay dt {
	float: left;
	width: 85px;
	text-align: right;
}
#stay dd {
	width: 52px;
	float: right;
	text-align: right;
}

#stay .stayBox {
	width: 560px;
	margin-top: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	clear: left;
}
.stayBoxright table {
}
.stayBoxleft {
	width: 374px;
	float: left;
}
.stayBoxright {
	float: right;
	width: 180px;
}
.end {
	clear: both;
	visibility: hidden;
}
.end2 {
	height: 1px;
}
#stay .stayBottom{
	width: 560px;
	text-align: left;
	clear: both;
}
.stayBottom p {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*============================================
　入居詳細
============================================*/

#stay_details table table{
	text-align: center;
	background-color: #AFAF87;
}
#stay_details th {
	background-image: url(../../../_skin/bg_table.gif);
}
#stay_details table table td {
	background-color: #E3E3D8;
}



/*============================================
　フッタ部
============================================*/

/*-------------------------------------
　共通設定用
-------------------------------------*/
/*共通設定用、背景画像などを使用する場合。*/

#footer{
}

/*-------------------------------------
　下部メニュー
-------------------------------------*/

#bottommenu {
	border-top:1px dotted #999999;
	border-bottom: 4px solid #513E35;
	margin:10px 0 0 0;
	padding:10px 0 5px 0;
	}
#bottommenu a {
	color: #333333;
	text-decoration:none;
	}
#bottommenu a:hover {
	color: red;
	text-decoration:underline;
	}

/*-------------------------------------
　コピーライト表示枠
-------------------------------------*/
#copyright {
	font-size: 11px;
	text-align: center;
	padding:7px 30px 0 0;
}

