body {
	margin: 0px;
	background-color: #ffe6f1;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

TD {
	COLOR: #333333;
	FONT-SIZE: 12px;
	MARGIN: 0px;
	text-align:left;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
}  

TD a {
	color: #b1366c;	
}
TD a:hover {
	color: #333333;
	text-decoration: none;
}


/* ---------------------------------------------------------------- 內頁背景 -----------------------------------------------*/

#container {
    background: url(container_bg2.jpg) no-repeat center top;
}
#container_out {
	background: url(container_bg.jpg) repeat-y center top;
}
#container_inner {
	background: url(container_bg1.jpg) no-repeat center 295px;
}
#container_main {
	background: #fefdf1 url(main_bg.jpg) no-repeat center top;
	min-height:560px;
	_height:560px;
}


/* ---------------------------------------------------------------- 字型 ---------------------------------------------------*/

h1 {
	font-size: 18px;
	color: #B32D68;
	padding:0px;
	margin:0px;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	color: #E69F35;
	padding:0px;
	margin:0px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	color: #333333;
	padding:0px;
	margin:0px;
	font-weight: bold;
}
h4 {
	font-size: 13px;
	color: #CC0000;
	padding:0px;
	margin:0px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	color: #CC0000;
	padding:0px;
	margin:0px;
	font-weight: normal;
}
h6 {
}

.font01 {
	COLOR: #0E4484;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding:0px 0px 15px 0px;
	text-align: left;
}
.font02 {
	COLOR: #ff0000;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding:0px 0px 15px 0px;
	text-align: left;
}
.font03 {
	COLOR: #FFFFFF;
	font-size: 13px;
	width: 100%;
	background-color: #0C4384;
	padding: 4px 5px 2px 5px;
	margin: 0px 0px 10px 0px;
}
.inputstyle {
	BACKGROUND-COLOR: transparent;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-decoration: none;
	border: 1px solid #724E0C;
	width: 200px;
}



/* ---------------------------------------------------------------- 主選單 -----------------------------------------------*/

#nav {
	width: 718px;
	background-image:url(nav.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	float:left;
}
#nav ul li a {
	display: block;
	background-image:url(nav.jpg);
	background-repeat: no-repeat;
	height:44px;
}
#nav ul li a span {
	display: none;
}
#nav ul li#n1 a {
    width: 148px;
	background-position: 0 0;
}
#nav ul li#n2 a {
    width: 161px;	
	background-position: -148px 0;
}
#nav ul li#n3 a {
    width: 139px;	
	background-position: -309px 0;
}
#nav ul li#n4 a {
    width: 139px;	
	background-position: -448px 0;
}
#nav ul li#n5 a {
    width: 131px;	
	background-position: -587px 0;
}


#nav ul li#n1 a:hover {	
	background-position: 0px -44px;
}
#nav ul li#n2 a:hover {	
	background-position: -148px -44px;
}
#nav ul li#n3 a:hover {	
	background-position: -309px -44px;
}
#nav ul li#n4 a:hover {	
	background-position: -448px -44px;
}
#nav ul li#n5 a:hover {	
	background-position: -587px -44px;
}


/* ---------------------------------------------------------------- 次選單 ------------------------------------------------*/

#nav_sub {
    width: 201px;
	padding: 63px 0px 18px 0px;	
	background-image:url(nav_sub.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;	
}
#nav_sub ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 306px;
}
#nav_sub ul li {
}
#nav_sub ul li a {
	display: block;
	background-image:url(nav_sub.jpg);
	background-repeat: no-repeat;	
	vertical-align: bottom;	
}
#nav_sub ul li a span {
	display: none;
}
#nav_sub ul li#n1 a {
    height: 35px;
	background-position: 0px 63px;
}
#nav_sub ul li#n2 a {
    height: 34px;
	background-position: 0px 98px;
}
#nav_sub ul li#n3 a {
    height: 34px;
	background-position: 0px 132px;
}
#nav_sub ul li#n4 a {
    height: 34px;
	background-position: 0px 166px;
}
#nav_sub ul li#n5 a {
    height: 34px;
	background-position: 0px 200px;
}
#nav_sub ul li#n6 a {
    height: 34px;
	background-position: 0px 234px;
}
#nav_sub ul li#n7 a {
    height: 34px;
	background-position: 0px 268px;
}
#nav_sub ul li#n8 a {
    height: 34px;
	background-position: 0px 302px;
}
#nav_sub ul li#n9 a {
    height: 34px;
	background-position: 0px 336px;
}

#nav_sub ul li#n1 a:hover {	
	background-position: -201px -63px;
}
#nav_sub ul li#n2 a:hover {	
	background-position: -201px -98px;
}
#nav_sub ul li#n3 a:hover {	
	background-position: -201px -132px;
}
#nav_sub ul li#n4 a:hover {	
	background-position: -201px -166px;
}
#nav_sub ul li#n5 a:hover {	
	background-position: -201px -200px;
}
#nav_sub ul li#n6 a:hover {	
	background-position: -201px -234px;
}
#nav_sub ul li#n7 a:hover {	
	background-position: -201px -268px;
}
#nav_sub ul li#n8 a:hover {	
	background-position: -201px -302px;
}
#nav_sub ul li#n9 a:hover {	
	background-position: -201px -336px;
}


/* -------------------------------------------------------button------------------------------------------------------*/

.button{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.button a{
	background: transparent url(button_left.gif) no-repeat top left;
	display: block;
	float: right;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 20px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 28px; /* Height of button background height */
	padding: 0px 5px 0px 16px; /* Width of left menu image */
	text-decoration: none;
}

.button a:link, .button a:visited, .button a:active {
	color: #ffffff; /*button text color*/
}

.button a:hover{ /* Hover state CSS */
	background-position: bottom left;
}

.button a span {
	background: transparent url(button_right.gif) no-repeat top right;
	display: block;
	padding: 6px 16px 2px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
.button a:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: #000000;
}


/* -------------------------------------------------------- 中心介紹 > 服務項目 ---------------------------------------------------*/


.p12_f {
	margin: 0px;
	padding: 0px;	
}
.p12_f h2 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;		
}
.p12_f ol {
	list-style-type: decimal;
	margin: 0px;
	padding: 0px 0px 0px 24px;	
}

.table01 {
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5d5d5d;
	margin:0px 0px 10px 0px;
	width:100%;
	border: 1px solid #C85C90;
}

.table01 th {
	text-align: left;
	padding: 2px 7px 2px 7px;
	color: #FFFFFF;
	background-color: #C85C90;
	border-bottom: 1px solid #C85C90;	
}
.table01 td {
	padding: 2px 5px 2px 5px;
	text-align: left;
	border-bottom: 1px solid #FFD2E7;
	border-left: 1px solid #C85C90;	
}
.table01 .taps {
	text-align: center;
}
.table01 col.t1 {
	background-color: #FFE6F1;
}
.table01 col.t2 {
}
.table01 col.t3 {
	background-color: #FFE6F1;
}
.table01 ol {
	list-style-type: decimal;
	margin: 0px;
	padding: 0px 0px 0px 24px;
}
.table01 img {
	margin: 7px 5px;
	padding: 3px;	
}

/* -------------------------------------------------------- 客房介紹 ---------------------------------------------------*/

#gallery_out {
	margin: 0px;
	width: 630px;
	background-image: url(gallery_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#gallery {
	margin: 0px auto;
	border: 10px solid #ececec;
	width: 430px;
    background-color: #FFFFFF;	
}
#gallery a {
	color:#23aebb;
	text-decoration:none;
	font-size: 12px;
}

#gallery a:focus, #gallery a:hover{
	text-decoration: underline;
}
#gallery img {
	border:0;
}
#gallery .thumb {
	display: block;
}
#gallery_changer li {
	display: inline;
	background: url(gallery_line.jpg) no-repeat left;
	padding: 0 0 0 8px;
	margin: 0 0 0 7px;
}
#gallery_changer .first {
	padding-left: 0px;
	margin: 0px 0px 0px 55px;
	background: none;		
}
#gallery_changer .current a {
	color: #000;
	text-decoration: none;
}



/* -------------------------------------------------------- 月子點餐 > 月子點餐 ---------------------------------------------------*/

#gallery2_out {
	margin: 0px;
	width: 630px;
	background-image: url(gallery_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#gallery2 {
	margin: 0px auto;
	border: 10px solid #ececec;
	width: 500px;
    background-color: #FFFFFF;	
}
#gallery2 a {
	color:#23aebb;
	text-decoration:none;
	font-size: 12px;
}

#gallery2 a:focus, #gallery2 a:hover{
	text-decoration: underline;
}
#gallery2 img {
	border:0;
}
#gallery2 .thumb {
	display: block;
}
#gallery2_changer li {
	display: inline;
	background: url(gallery_line.jpg) no-repeat left;
	padding: 0 0 0 8px;
	margin: 0 0 0 7px;
}
#gallery2_changer .first {
	padding-left: 0px;
	margin: 0px 0px 0px 35px;
	background: none;		
}
#gallery2_changer .current a {
	color: #000;
	text-decoration: none;
}

/* -------------------------------------------------------- 月子點餐 > 外送月子餐 ---------------------------------------------------*/

.table02 {
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5d5d5d;
	margin:0px 0px 10px 0px;
	width:100%;
	border: 1px solid #C85C90;
}

.table02 th {
	text-align: center;
	padding: 2px 7px 2px 7px;
	color: #FFFFFF;
	background-color: #C85C90;
	border-bottom: 1px solid #C85C90;	
}
.table02 td {
	padding: 2px 5px 2px 5px;
	text-align: center;
	border-bottom: 1px solid #FFD2E7;
	border-left: 1px solid #C85C90;	
}
.taps {
	text-align: left;
}
.table02 col.t1 {
}
.table02 col.t2 {
}
.table02 col.t3 {
}
.table02 ol {
	list-style-type: decimal;
	margin: 0px;
	padding: 0px 0px 0px 24px;
}


/* ---------------------------------------------------- 彌月禮盒 > 訂購表單 ------------------------------------------------*/

form {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d5d5d;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	background-image: url(contact_04.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border: 1px solid #C85C90;	
}
.form th {
	text-align: left;
	padding: 4px 0px 3px 10px;
	color: #ffffff;
	font-weight: bold;
	background-color: #C85C90;
	border-bottom: 1px solid #C85C90;		
}
.form td {
	padding: 5px 10px 5px 12px;
	text-align: left;	
}
.input {
	BACKGROUND-COLOR: #FFF0FF;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-decoration: none;
	border: 1px solid #E3AAC6;
	width: 190px;
	height: 18px;
}
.input2 {
	BACKGROUND-COLOR: #F0F0F0;
	COLOR: #AA396F;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	text-decoration: none;
	width: 50px;
	height: 20px;
	border: 1px solid #E3AAC6;
	border-collapse:collapse;
	float: right;
	margin: 0px 5px 0px 0px;	
}
.input3 {
	BACKGROUND-COLOR: #ffffff;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-decoration: none;
	width: 20px;
	height: 18px;
	margin: 0px 5px 0px 0px;
}
.input4 {
	BACKGROUND-COLOR: #FFF0FF;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-decoration: none;
	border: 1px solid #E3AAC6;
	height: 18px;
}
.input5 {
	BACKGROUND-COLOR: #F0F0F0;
	COLOR: #AA396F;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	text-decoration: none;
	width: 50px;
	height: 20px;
	border: 1px solid #E3AAC6;
	border-collapse:collapse;
	margin: 0px 5px 0px 0px;	
}


/* ----------------------------------------------------- 最新消息 > 活動快訊 -----------------------------------------------*/

.news {
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BF3E76;
	border-top: 3px solid #c83e79;
	border-bottom: 2px solid #c83e79;	
					
}	
.news th {
	border-bottom: 1px solid #ffe6f1;
	background: #FFFFFF url(news_bg.gif) repeat-x right top;
	text-align: center;	
	height:30px;
}
.news td {
	text-align: center;	
    padding:0px 5px;
	line-height: 26px;
	border-bottom: 1px solid #ffe6f1;	
}
.news .thead_r {
	background: url(news_bg1.gif) repeat-x right top;
}

.news_l {
	text-align: center;
	line-height: 30px;
	font-size: 11px;
}
.news_f {
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	background-color: #FFE6F1;
}


.news_p {
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5d5d5d;
	margin:0px 0px 10px 0px;
	width:100%;
	border: 1px solid #C85C90;
}
.news_p p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 25px;
	letter-spacing: 1px;
}
.news_p th {
	text-align: center;
	padding: 5px 7px 5px 7px;
	color: #FFFFFF;
	background-color: #C85C90;
	border-bottom: 1px solid #DD9BBA;	
}
.news_p td {
	padding: 7px 10px 7px 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #DD9BBA;
}
.news_pt {
	text-align: left;
	padding: 5px 7px 5px 7px;
	color: #7B634B;
	background-color: #FFE6F1;
}
#back_news {
	margin: 0px;
	padding: 0px 26px 0px 0px;
	float: right;
}



/* ----------------------------------------------------- 最新消息 > 活動剪影 --------------------------------------------------*/

.thumbs ul{
	margin:0px;
	padding:0px;
	list-style: none;
}

.thumbs { margin: 0px;
 }


.thumbs li{
	width: 150px;
	min-height: 130px;
	display: inline-block;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	zoom: 1;
    *display: inline;
	_height: 130px;
	padding: 0px 0px 0px 10px;	
}
*+html .thumbs li{
	padding: 0px 0px 0px 10px;	
}

.thumbs .row_leader {
	padding-left: 0px;
	clear: left;
}

.thumbs img {
	display: block;
	margin: 0px;
	padding: 10px;
	border:0;
	background-image: url(boxbg.png);
	background-repeat: no-repeat;
	background-position: left top;	
	width:130px;
	height:95px;
}

*html .thumbs img {
	background-image: url(boxbg.gif);
} 
.thumbs a:hover img {
	background-image: url(boxbg1.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
*html .thumbs a:hover img {
	background-image: url(boxbg1.gif);
} 
.thumbs p.tags {
	margin: 0px 5px 20px 5px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* ---------------------------------------------------------------- 衛教資訊 ----------------------------------------------------*/


#contents {
	width: 540px;
	margin: 15px auto 20px auto;
	min-height: 140px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d97b8d;
	_height: 140px;	
}

#boximg {
	float: left; 
	width: 150px;
	border:#d97b8d solid 1px;
	padding:5px;
	margin-right:20px;
}
#details h3{
	color:#FFFFFF;
	font-size:13px;
	margin:0px 0px 5px 0px;
	font-weight: bold;
	background-color: #d97b8d;
	padding:4px 5px 2px 5px;
}

#details {
	float: left;
	text-align: justify;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
#details_a h3{
	color:#FFFFFF;
	width:345px;
	font-size:13px;
	margin:0px 0px 5px 0px;
	font-weight: bold;
	background-color: #d97b8d;
	padding:4px 5px 2px 5px;
}

#details_a {
	float: left;
	text-align: justify;
	width:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
#more {
	margin: 0px;
	padding: 0px;
	float: right;
}
br {
	clear: both;
}



/* -------------------------------------------------------- 視頻影片 ---------------------------------------------------*/

#video_out {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	width: 630px;
	background-image: url(gallery_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#video {
	margin: 0px auto;
	border: 10px solid #ececec;
	width: 610px;
    background-color: #FFFFFF;	
}
#video a {
	color:#23aebb;
	text-decoration:none;
	font-size: 12px;
}

#video a:focus, #video a:hover{
	text-decoration: underline;
}
#video img {
	border:0;
}
#video .thumb {
	display: block;
}
#video_changer li {
	display: inline;
	background: url(gallery_line.jpg) no-repeat left;
	padding: 0 0 0 8px;
	margin: 0 0 0 7px;
}
#video_changer .first {
	padding-left: 0px;
	margin: 0px 0px 0px 35px;
	background: none;		
}
#video_changer .current a {
	color: #000;
	text-decoration: none;
}

