﻿@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	color:#333333;
	font-size: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a:link, a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
} 
a:active, a:hover {
	color: #FF3399;
	font-weight: bold;
}


#container{
	width:100%;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: left top;
	padding: 0;
}

#menu {
	width:100%;
	float:left;
	line-height: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}
#banner {
	width:100%;
	height:100px;
	float:left;
	background-image: url(../../_profiles/images/banner.jpg);
}
#content {
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

/* 左邊區塊 */
#l_box {
	width: 244px; /*296px*/
	height: 1300px;
	float: left;
	text-align:left;
	background-image: url(../../_profiles/images/l_box_bg.jpg);
}

/* 常用連結  */
#link_menu {
	line-height: 35px;
	font-size: 14px;
	background-image: url(../../_profiles/images/l_menu_icon_bg2.jpg);
}

#link_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#link_menu li {
	text-align: left;
}

#link_menu a {
	width: 296px;
	height: 34px;
	color: #000;
	text-decoration: none;
	padding-left: 120px;
	background-image: url(../../_profiles/images/l_menu_icon_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
}

#link_menu a:hover {
	color: #006699;
}

.links {
	width: 180px;
	float: left;
	margin-top: 8px;
	padding-top: 0px;
	padding-right: 36px;
	padding-bottom: 0px;
	padding-left: 80px;
	margin-bottom: 8px;
}

#link_block {
	float: left;
	width: 296px;/*312*/
	height: 250px;/*353*/
	text-align:left;
	padding-left:1px;
	padding-right:90px;
	padding-top:5px;
}
.link_block_fill{
	height:15px;
	border: 1px solid #CCC;
	margin:1px;
}

.left_pic {
	margin: 0;
	padding-left:33px;	
}
.form-textarea {
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    flex-direction: column;
    overflow: auto;
    white-space: pre-wrap;
    margin: 0;
    font: inherit;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#m-icon {
	background: url(../../_profiles/images/Home_icon.png) no-repeat left center;
    width:25px; 
    height:20px;
	display: block;
   	float: left;
}

/* 最新消息區塊 */
#news {
	margin-top:15px;
	float: left;
	width: 756px;
	height: 245px; /*163px*/
	text-align: left;
}
.news_box{}
.news_middle {
	width:720px;
}
.news_item {
	line-height:25px;
	height:25px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
}
.news_date {
	width:70px;
	float:left;
	text-align:left;
}
.news_subject {
	width:650px;
	float:left;
}


/* 連絡我們 */
table.contact_form {
	width: 700px;
	border: 1px solid black;
	border-spacing: 0px;
}

table.contact_form td
{
	height:20px;
    line-height: 6px;
	border: 1px solid #DADADE;
	
}


.stress{
	color:#F00;
}