/*
www.tsmh.org.tw
安泰醫院網站CSS
*/

/* RWD響應式iframe(影片也可以套用) 開始   */
 .rwd-iframe {
        position: relative;
        padding-bottom: 75%; /*This is the aspect ratio*/
        overflow: hidden;
    }
    .rwd-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
/*RWD響應式iframe結束 */
 
 
/* 網頁主體設定 */
body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #707b84;
	/*background: #3e464d;*/
	/*background:#fffff;*/
}
		
a:link, a:visited { color: #0066CC; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #008400; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

/* div 左靠 */
.float_l { 
	float: left;
}


/* div 右靠 */
.float_r {
	float: right;
}
/* div  加分隔線 */
.divider {
	background: url(images/divider.jpg) repeat-x bottom;
}

/* div 清除 */
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
/* div 空行 */
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.button_01 a {
	display: block;
	width: 70px;
	height: 22px;
	padding: 5px 2px 0 30px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(images/templatemo_button_01.png) no-repeat;
}

.button_01 a:hover {
	color: #ffffff;
	background: url(images/templatemo_button_01_hover.png) no-repeat;
}
/* 標題字 */

h1 {
	margin: 0 0 5px 0;
	padding: 10px 0;
	font-size: 26px;
	font-weight:bold;
	color: #106fb8;
}

h2 {
	margin: 0 0 5px 0;
	padding: 10px 0;
	font-size: 24px;
	font-weight: normal;
	color: #106fb8;
}

h3 {
	margin: 0	;
	padding: 2px 0;
	font-size: 16px;
	font-weight: bold;
	color: #3e464d;
}

h4 {
	margin: 0 ;
	padding: 2px 0;
	font-size: 16px;
	font-weight: bold;
	color: #106fb8;
}


#templatemo_wrapper {
	width: 980px;
	margin: 0 auto;
}

/* header */

#templatemo_header_wrapper {
	width: 100%;
	background: #fff;
}

#templatemo_header {
	clear: both;
	width: 960px;
	height: 200px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(http://www.tsmh.org.tw/sites/images/antai_header.jpg) no-repeat;
}

#templatemo_header p {
	clear: both;
	padding-left: 50px;
	width: 500px;
	font-size: 18px;
	font-style: italic;
	line-height: 26px;
}

#templatemo_header #site_title {
	float: left;
	padding-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 600px;
	height: 70px;
	text-align: center;
	/*overflow: hidden;	*/
}

#site_title h1 {
	margin: 0px;
	padding: 15px 0 0 0;	
}

#site_title h1 a {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	letter-spacing: 2px;
}
#templatemo_header #site_title_link {
	float: right;
	padding-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	width: 120px;
	height: 150px;
	text-align: justify;	/*overflow: hidden;	*/
	list-style: none;
	list-style-type: none;
}



/* end of header */

/* menu */

#templatemo_menu_wrapper {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	/* background: url(images/templatemo_menu.jpg) repeat-x;*/
}

#my_menu {
	width:920px;
	height: 40px;
	margin: 0 auto;
	padding: 0 30px;
	
}
/* end of menu */

/* content */

#templatemo_content_wrapper {
	width: 920px;
	padding: 10px;
	margin: 0 auto;
}

#templatemo_sidebar {
	float: left;
	width: 230px;
}

.sidebar_box {
	padding: 25px 25px;
	background: #fff;
	border: 1px solid #ccc;
}

.sidebar_box_bottom {
	width: 230px;
	height: 10px;
	margin-bottom: 20px;
	background: url(images/templatemo_sidebar_section_bottom.jpg)
}

.news_box {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #8a9ba8;	
	color:#666666;
}

.news_box .post_info {
	font-size: 14px;
	/*color:#933;*/
	color: #666666;
}

.news_box .post_info a {
	color: #157ad2;
	font-weight: normal;
}

.news_box a{
	color: #000000;
	font-weight: normal;
}

.news_box span {
	color: #157ad2;
}
.news_box .section_w250 {
	width: 250px;
}

.sidebar_box label {
	display: block;
	margin-bottom: 10px;
}

.sidebar_box #input_field {
	height: 20px;
	width: 200px;
	padding: 0 5px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}

.sidebar_box #submit_btn {
	float: right;
 	height: 30px;
	width: 80px;
	margin: 0px;
	padding: 3px 0 15px 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	outline: none;
}

#templatemo_content {
	float:right;
	width: 680px;
}
#templatemo_bigcontent {
	float:left;
	width: 910px;
	padding: 5px 5px;
}

.content_box {
	clear: both;
	width: 680px;
	padding: 10px 20px;
		background: #fff;
		overflow:auto;
		border: 1px solid #ccc;
		/*overflow:hidden;*/
	
}
.content_bigbox {
	clear: both;
	width: 890px;
	padding: 5px 10px;
	background: #fff;
}

.content_box_bottom {
	width: 680px;
	height: 5px;
	margin-bottom: 20px;
	background: url(images/templatemo_content_bottom.jpg) no-repeat;
	
}

.content_box .image_fl {
	float: left;
	margin: 3px 15px 0 0;
}
.content_box .image_fr {
	float:right;
	margin: 3px 15px 0 0;
}

.content_box .section_w250 {
	width: 250px;
}

.content_box .section_w340 {
	width: 340px;
}
.content_box .section_w430 {
	width: 430px;
}

.list_01 {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: decimal-leading-zero;
}

.list_01 li {
	color: #008400;
	margin-bottom: 7px;
}

/* end of content */

/* footer */

#templatemo_footer_wrapper {
	width: 100%;
	margin: 0 auto;
	background: #fff url(images/templatemo_footer_top.jpg) top repeat-x;	
}

#templatemo_footer {
	width: 920px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	color: #7c7471;
}

#templatemo_footer a {
	color: #333333;
}

#templatemo_footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #333333;
}

.footer_menu .last_menu {
	border: none;
}

/* end of footer */
