/* CSS Basic Style ---------------------------------------------------------- */
body {
	margin: 0px;
	padding:0px;
	background-color :#8C7A62;
	font-family:Verdana,Arial,Helvetica,"MS PGothic",Osaka ;
}

a:link ,  a:active {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #1A3A5A;
	text-decoration: none;
}

/* マージンCSS ---------------------------------------------------------- */
.margint_5{
	margin-bottom: 5px;
}

.margint_top5{
	margin-top: 5px;
}

.margint_10{
	margin-bottom: 10px;
}
.margint_15{
	margin-bottom: 15px;
}
.margint_t15{
	margin-top: 15px;
}
.margint_30{
	margin-bottom: 30px;
}
.margint_20{
	margin-bottom: 20px;
}
.margint_25{
	margin-bottom: 25px;
}

/* ヘッダCSS ---------------------------------------------------------- */

#header{
	width: 840px;
}

#main {
	width: 840px;
	background-color: #A6957F;
}

.intro{
 width: 810px;
	background-image:url(../../images/bg_intro.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.sub_table{
	width: 190px;
}	
.sub_contents{
margin-bottom:0px;
}
.intro_s{
	padding-bottom: 15px;
}



/* 病室案内 ---------------------------------------------------------- */

.room_t{
	width:810px;
	background-image:url(../../images/bg_st_01.gif);
	background-repeat:repeat-x;
}
.room_t_mirror{
	background-image:url(../../images/bg_st_02.gif);
	background-repeat:repeat-x;
}

.room{
	width: 840px;
	background-image:url(../../images/bg_room_l.gif);
	background-repeat:repeat-y;
	margin-bottom: 30px;
}

.room_intro{
	padding: 0px 0px 0px 15px;
	text-align:right;
}

.room_intro_01{
	width:590;
	padding: 10px 15px 15px 15px;
	font-size:12px;
	color:#333333;
	line-height: 170%;
}

.room_price{
	width:590;
	padding: 10px 15px 15px 0px;
	
}
.room_facilities01{
	width:590;
	padding-left:20px;
}

.room_facilities02{
	width:590;
	padding: 10px 35px 10px 20px;
	background-image:url(../../images/bg_room_equipment.gif);
	background-repeat:repeat-y;	
	font-size:12px;
	color:#333333;
	line-height: 170%;
}

.room_equipment01{
	width:590;
	padding-top: 15px;
	padding-left:20px;
}

.room_equipment02{
	width:590;
	padding: 10px 35px 10px 20px;
	background-image:url(../../images/bg_room_equipment.gif);
	background-repeat:repeat-y;	
	font-size:12px;
	color:#333333;
	line-height: 170%;
}


.room_photo{
	width:220px;
	text-align: center;
	background-image:url(../../images/bg_photo.gif);
	background-repeat: repeat;
}

.room_photo_image{
 width: 200px;
	margin: 10px 10px 0px 10px;
}

.room_bt_up{
 width: 200px;
	margin: 10px 10px 10px 10px;
}

.room_bt_up_01{
 width: 200px;
	margin: 0px 10px 0px 10px;
}


/* FOOTERCSS ---------------------------------------------------------- */

.footer_01{
 width: 840px;
	background-color: #5A452A;
	padding: 15px 0px 20px 35px;
	font-size:12px;
	color: #FFFFFF;
	line-height: 170%;
}

.list_01{
	list-style-image: url(../../images/i_list.gif);
	font-size:12px;
	color: #FFFFFF;
	line-height: 150%;
}

.footer_02{
 width: 840px;
	padding: 15px 0px 20px 0px;
	text-align: center;
	font-size:12px;
	color: #FFFFFF;
	line-height: 130%;
}

/* フォントスタイル ---------------------------------------------------------- */

.txt_12 {
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
}

.txt_10_white {
	font-size: 10px;
	line-height: 1.5em;
	color: #FFFFFF;
}
.txt_12_white {
	font-size: 12px;
	line-height: 1.5em;
	color: #FFFFFF;
}
.txt_12_red {
	font-size: 12px;
	line-height: 1.3em;
	color: #CC0000;
}

.txt_14 {
	font-size: 14px;
	line-height: 1.5em;
}


/* 間取り拡大CSS ---------------------------------------------------------- */
.room_up{
	width: 550px;
	margin-bottom: 20px;
}
.room_close{
	width: 550px;
	margin-bottom: 20px;
	text-align: center;
}
/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
