@charset "utf-8";
/* CSS Document */

body{
background-color: #000000;
	
}

/*  網頁內容及瀏覽器邊框  start*/
.body {
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 2pt;
	color: #999999;
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #0080FF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #999999;
	scrollbar-darkshadow-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-color: #000000;
}
/*  網頁內容及瀏覽器邊框  end */

.transparent {                                 /*這個是設透明度的標籤*/
    filter:alpha(opacity=5);           /*ie8 ok*/
    opacity:0.05;                                /*firefox ok*/
}

.white {                                                  /*這個是設白色背景的標籤*/
	background-color:#FFFFFF;                  /*這個是設區塊的背景色為白色*/
}

.bg-norepeat {
	background-repeat: no-repeat;
	background-position: top;
}


/*  首頁資料  start*/
.i_content {
	font-size:11pt;
	color:#333333;
	padding:15px;
	background-color: #F3F0E7;
}
/*  首頁資料  end*/

/*  預設的連結   start*/
a:link {
	color: #a08591;
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
}
a:visited {
	color: #a08591;
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #a08591;
	font-size: 13px;
	line-height: 22px;
}
a:active {
	color: #a08591;
	font-size: 13px;
	line-height: 22px;
	text-decoration: underline;
}
/*  預設的連結   end */

/*  icon02 網頁標題文字  start*/
.subtitle {
	font-size: 18px;
	font-weight: bold;
	color: #ffbebe;
	line-height: 30px;
}
/*  icon02 網頁標題文字  end*/


/*  最新消息的跑馬燈  start*/
.marquee  {
	background-color: #FFFFFF;
}
.marquee a {
	font-size: 16px;
	color: #FF3300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.marquee a:visited {
	font-size: 16px;
	color: #FF3300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.marquee a:hover {
	font-size: 16px;
	color: #FF3300;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.marquee a:active {
	font-size: 16px;
	color: #FF3300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
/*  最新消息的跑馬燈  end*/

/*  網頁主選單  start*/
.menu1 {
	font-size: 14px;
	text-decoration: none;
	color: #a08591;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.menu1:link {
	font-size: 14px;
	text-decoration: none;
	color: #a08591;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}


.menu1:visited {
	font-size: 14px;
	text-decoration: none;
	color: #a08591;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.menu1:hover {
	font-size: 14px;
	color: #a08591;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	letter-spacing: 1px;
}
.menu1:active {
	font-size: 14px;
	color: #a08591;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	letter-spacing: 1px;
}
/*  網頁主選單  end*/

/*  網頁次選單  start*/
.menu2:link {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
}
.menu2:visited {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
}
.menu2:hover {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	letter-spacing: 1px;
}
.menu2:active {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	letter-spacing: 1px;
}
/*  網頁次選單  end*/


/*  頁尾  start*/
.footer {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.footer a:link {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.footer a:visited {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}

.footer a:active {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
/*  頁尾  end*/


/*  最新消息 news.php  start*/
.news_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;
}
.news_title a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;
}
.news_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
}
.news a:link {
	color: #FF3300;
	font-size: 13px;
	text-decoration: none;
}
.news a:visited {
	color: #FF3300;
	font-size: 13px;
	text-decoration: none;
}
.news a:hover {
	color: #FF3300;
	font-size: 13px;
	text-decoration: underline;
}
.news a:active {
	color: #FF3300;
	font-size: 13px;
	text-decoration: underline;
}
/*  最新消息 news.php  end*/


/*  網頁計數器  start*/
.counter {
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif
}
/*  網頁計數器  end*/



/*  首頁及內頁預設值 index2.php  start*/
.index_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #e7aabf;
}
.index_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #cdcdcd;
	text-decoration: none;
}
/*  首頁及內頁預設值 index2.php  end*/


/*  主題套房 room.php  start*/
.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
	border-bottom-style: dashed;
	border-bottom-width: 1 px;
	border-bottom-color: #F6F6F6;
}
.price_title {
	font-size: 15px;
	color: #339900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 28px;
	font-weight: bold;
	border-bottom-style: dashed;
	border-bottom-width: 1 px;
	border-bottom-color: #F6F6F6;
}
.price_comment {
	font-size: 12px;
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight: normal;
	border-bottom-style: dashed;
	border-bottom-width: 1 px;
	border-bottom-color: #F6F6F6;
}
.floatright {
	float: left;
}
.booktable {
	background-color:#F4F4F4;
	border:1px solid #69C;
	padding:10px;
}
.Book_Line {
	border-bottom:1px solid #D2D3D3;
}
.room_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
.room_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D2D3D3;
}
.roomhpoto {
	BORDER-BOTTOM: #cccccc 1px solid;
	TEXT-ALIGN: center;
	BORDER-LEFT: #cccccc 1px solid;
	BACKGROUND-COLOR: #FFFFFF;
	WIDTH: 240px;
	FLOAT: right;
	BORDER-TOP: #cccccc 1px solid;
	BORDER-RIGHT: #cccccc 1px solid;
	padding: 7px;
}
/*  主題套房 room.php  end*/


/* 表單輸入欄位及選單 預設值  start*/
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt
}
/* 表單輸入欄位及選單 預設值  end*/


/* 餐飲介紹 start*/
#mealMain {
}
#mealMain .mealphoto {
	float: left;
	height: 165px;
	width: 200px;
	text-align: center;
	margin-right: 22px;
	margin-bottom: 5px;
}
/* ------- 餐飲介紹 --------- end */

/* ------- 環境設施 --------- start*/
#facilityMain {
}
#facilityMain .facilityphoto {
	float: left;
	width: 260px;
	height: 198px;
	text-align: center;
	margin-right: 35px;
	margin-bottom: 10px;
}
/* ------- 環境設施 --------- start*/

/*
-----------------------以下為相簿css---------------------
*/
@charset "utf-8";
#mainRegion {

}
#mainRegion p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#mainRegion form {
	margin: 0px;
}

#mainRegion .postname {
	font-size: 9pt;
	font-weight: bold;
	color: #0066CC;
}

#mainRegion .heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #FF6600;
	line-height: 150%;
	font-weight: normal;
}
#mainRegion .smalltext {
	font-size: 11px;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: middle;
}
#mainRegion .actionDiv {
	float: right;
	margin-top: -30px;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}
.titleDiv {
	padding-left: 288px;
	padding-top: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bolder;
	color: #FF3300;
}
.menulink {
	float: right;
	margin-top: -48px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}


#mainRegion .actionDiv a:hover {
	color: #FFFFFF;
	background-color: #CC0000;
}

.itemheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #CC0000;
	font-weight: bolder;
}
.trademark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0099FF;
}
#mainRegion .picDiv {
	padding: 7px;
	background-color: #CCCCCC;
	height: 80px;
	width: 120px;
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#mainRegion .albumDiv {
	float: left;
	height: 250px;
	width: 160px;
	text-align: center;
	margin-right: 12px;
	margin-bottom: 5px;
}
#mainRegion .albumDiv .albuminfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#mainRegion .navDiv {
	clear: both;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	padding: 5px;
}
#mainRegion .normalDiv {
	clear: both;
	margin: 10px;
}
#mainRegion .subjectDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #996600;
	padding: 5px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 5px;
}
#mainRegion .photoDiv {
	text-align: center;
	padding: 10px;
}
.clear {
	clear: both;
}
/*
-----------------------以上為相簿css---------------------
*/
