@charset "Shift_JIS";

body {
	font-size: 85%; /*基本の文字サイズ*/
	color:#505050; /*基本の文字色*/
	margin: 0;
	padding: 0;
	background:#FFF6E8 url(img/background.jpg) repeat-y 50% 0;
}

h1,h2,h3{
	margin:0;padding:0;
	font-weight:normal;
}

/* img
----------------------------*/
img{
	vertical-align:bottom;
}
img.left{
	float:left;
	vertical-align: baseline;
}
img.right{
	float:right;
	vertical-align: baseline;
}

/* table
----------------------------*/
table {
	border-collapse:collapse;
}

/* 全体構造
--------------------------------------------------------------------*/
#container {
	margin : 0px auto;padding:0;
	width : 800px;
	
	
	background:#ffffff url(img/menu_bg.gif);/*メニューの背景色*/
	/*border-left:1px solid #D6BDCC; /* コンテンツを囲う線（左） */
	/*border-right:1px solid #D6BDCC; /* コンテンツを囲う線（右） */
}
.orange{
	color:#F06C2A;
}

/* ヘッダー
--------------------------------------------------------------------*/
#header {
	height: 115px;
	background:#ffffff url(img/head.jpg) no-repeat;
	padding-top:4px;
}
#header h1{
	font-size:12px;
	margin-left:400px;
	padding-left:14px;
	background:url(img/head_li.gif) no-repeat 0 50%;
}

/* コンテンツ（ＩＮＤＥＸ）
--------------------------------------------------------------------*/
#content_index {
	width : 642px;
	background:#ffffff url(img/catch.jpg) no-repeat 50% 0;
	margin-left: 158px;
	padding:0px;
}
/* コンテンツ
--------------------------------------------------------------------*/
#content {
	background-color:#ffffff;
	/*margin-left: 158px;*/
	padding:0 25px 25px 25px;
	line-height:135%;
	float:left;
}

/* メニュー
--------------------------------------------------------------------*/
#menu {
	left:0px;
	width : 200px;
	margin-top:30px;
	float:left;
}
#menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu li{
	padding:0;
	width : 200px;
	height:40px; /*メニューの縦サイズ*/
	margin-bottom:6px; /*メニューの間隔*/
	background: url('img/menu_off.jpg') no-repeat;

}
#menu li a{
	display:block;
	font-size : 13px;
	height:40px; /*メニューの縦サイズ*/
	line-height:40px; /*メニューの縦サイズ*/
	background : transparent url(img/menu_off.jpg) no-repeat scroll 0% 0%;
	text-decoration:none;
	padding:0 0 0 32px;
	margin:0;
	color:#333333; /*リンクの色（通常時）*/
}

#menu li a:hover,#menu li a:active{
	color:#F06C2A; /*リンクの色（オンマウス時）*/
	background: url('img/menu_on.jpg') no-repeat;
}

/* ニュース＆トピックス
--------------------------------------------------------------------*/
#newsbox{
	line-height:140%;
	padding-top : 400px;
	padding-bottom:20px;
}
#news {
	width:258px;
	background:url(img/news.jpg) no-repeat;
	padding-top:50px;
	float:left;
}
#news_padding{
	padding-left:20px;
}
#topics {
	width:258px;
	background:url(img/topics.jpg) no-repeat;
	margin-left:20px;
	padding-top:50px;
	float:left;
}
#topics_padding{
	padding-left:20px;
}

/* フッター
--------------------------------------------------------------------*/
#footer{
	clear:both;
	color:#fff;
	margin-top:40px;
	background:#F06C2A;
	font-size:14px;
	height:40px;
	line-height:40px;
	text-align:center;
}
#footer a{
	color:#fff;
	text-decoration:none;
}

/* 各コンテンツの見出し
--------------------------------------------------------------------*/
h2.belt{
	height:50px; /* 見出しの縦サイズ */
	line-height:50px; /* 見出しの縦サイズ */
	
	font-size:25px;
	font-weight:bold;
	font-weight:normal;
	color:#555; /* 見出しの文字色 */
	padding-left:24px;
	margin-top:20px;
	margin-bottom:20px;
	border-left:solid 4px #ccc;
}
h3.belt{
	font-size:16px;
	font-weight:bold;
	color:#F06C2A;
	border-bottom:1px solid #F06C2A;
}

/* 各コンテンツの内容
-----------------------------------------------------------------------*/

/* ごあいさつ--------------------------------------------------*/
#speech{
	line-height : 130%;
}
#speech img.doctor{
	padding:2px;
	margin-top:10px;
	margin-right:10px;
	border:1px solid #ccc;
}
.speech_left {
	float:left;
	width:220px;
}
.speech_right {
	float:left;
	width:320px;
}


/* 施設案内--------------------------------------------------*/
#floor table.foor td{
	vertical-align:top;
	padding:2px;
	text-align:center;
}
#floor table.foor img{
}
/* 空床状況--------------------------------------------------*/

#bed table.bed{
	width:500px;
	border-top:1px solid #333;
	border-left:1px solid #333;
}
#bed table.bed th{
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	padding:4px;
	font-weight:normal;
	background:#f0f0e9;
}
#bed table.bed td{
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	padding:4px;
}
#bed .bnum{
	color:#fff;
	background:#FF6618;
	padding:1px;
	width:30px;
	text-align:center;
}
#bed table.bed td.c1{
	text-align:center;
}
#bed table.bed td.c2{
	text-align:right;
}
#bed table.bed td.c3{
	width:100px;
	text-align:center;
}
#bed table.bed td.c4{
	text-align:left;
}
#bed table.bed{
	border-top:1px solid #333;
	border-left:1px solid #333;
}
#bed table.price{
	width:500px;
	border-top:1px solid #333;
}
#bed table.price td{
	border-bottom:1px solid #333;
	padding:8px;
}
/* アクセス--------------------------------------------------*/
#access .map{
	border:1px solid #333;
}
#access table.shuhen{
	border-left:1px solid #ccc;
}
#access table.shuhen td{
	width:103px;
	vertical-align:top;
	border-right:1px solid #ccc;
	padding:0 7px;
}
#access table.gaiyou{
	width:450px;
	border-top:1px solid #999;
}
#access table.gaiyou td{
	padding:4px 15px;
	vertical-align:top;
	border-bottom:1px solid #999;
}

/* スタッフ紹介--------------------------------------------------*/
#staff .staff_list{
	width:500px;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
	padding:5px;
	line-height:180%;
}
/* トップページ管理--------------------------------------------------*/
#index_admin table{
	border-top:1px solid #333;
	border-left:1px solid #333;
}
#index_admin td{
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	padding:8px;
}



