body {
	background-image: url(../images/me/bg08.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom:10px;
}

.main_bg{
	padding:0px 0px 30px 0px;
}

/* 左選單 */
.left_bg {
	background-image: url(../images/me/left_bg08.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:0px 18px 15px 17px;
	height:520px;
	background-color: #8d6f9b;
}
.left_menu{
	border-top: solid 1px #fdfdfd;
}
.left_menu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#ffffff;
	font-size: 1em;
	line-height: 1.5;
}
.left_menu li a{
	display:block;
	text-align: left;
	padding: 3px 5px;
	color: #ffffff;
}
.left_menu li a:hover{color:#41300b;}

/* 網頁路徑 */
.path{
	background-image: url(../images/me/line_01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	padding:5px 0px 5px 37px;
	font-size: 11px;
	line-height: 15px;
	color: #999999;
}
.path a:link{color: #999999;}
.path a:visited{color: #999999;}
.path a:hover{color: #5f5f5f;}
.path a:active{color: #999999;}

/* 右區 */
.right_main{ padding:0px 15px 0px 37px;}
.is_title{}
h1{
	color:#3c3c3c;
	font-size:18px;
	line-height:1.5;
	font-weight:bold;
	text-align:left;
}

.is_content{
	height:250px;
	color:#474747;
	text-align:justify;
}

/* 聯絡我們 */
.contact_bg{
	background-image:url(../images/me/contact_case02.gif);
	background-repeat:repeat-y;
	background-position:left top;
}

/* 留言板 */
.message_none{
	border: 1px solid #886b97;
	text-align: center;
	padding: 10px;
	color:#666666;
	font-size:12px;
}
.message_list{
	border:1px solid #886b97;
	padding:10px;
	text-align:left;
}
/* 發表區塊 */
.message_p_name{
	color:#5c3472;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	text-align:left;
}
.message_p_time{
	color:#666666;
	font-size:12px;
	line-height:16px;
	text-align:left;
}
.message_p_text{
	color:#666666;
	font-size:12px;
	line-height:22px;
	text-align:justify;
}
.message_p_btn{
	padding-top: 5px;
	text-align: right;
}
/* 回覆區塊 */
.message_r_list{
	border:1px solid #b2c981;
	background-color: #886b97;
	padding: 10px;
}
.message_r_name{
	color:#666666;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	text-align:left;
}
.message_r_time{
	color:#666666;
	font-size:12px;
	line-height:16px;
	text-align:left;
}
.message_r_text{
	color:#666666;
	font-size:12px;
	line-height:16px;
	text-align:justify;
}
.message_page{
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	text-align: center;
}
.message_page a:link{color: #666666;}
.message_page a:visited{color: #666666;}
.message_page a:hover{color: #666666; font-weight:bold;}
.message_page a:active{color: #666666;}
/* 發表/回覆表格 */
.message_table_title{
	background-color:#886b97;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9bbb55;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	padding:10px;
}
.message_table_name{
	color:#4d4d4d;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}
.message_table_text{
	color:#666666;
	text-align:left;
	font-size:12px;
}
.message_table_input{
	color:#666666;
	text-align:left;
	border: 1px solid #dddddd;
}

/* 留言板結束 */

/* 頁面資訊區 */
.btn_list{
	text-align:right;
	padding:3px 0px;
}

/* 頁數 */
.page_box{
	text-align: right;
	float: right;
	color: #232323;
	padding: 4px;
}
.page_outline {
	background-color:#FFFFFF;
	border:1px #CCCCCC solid;
	color:#FFFFFF;
	text-align:center;
	padding: 2px;
}
.page_outline_color {
	background-color:#CCCCCC;
	border:1px #999999 solid;
	color:#333333;
	text-align:center;
	padding: 2px;
}
.page_outline_skip {
	background-color:#FFFFFF;
	color: #666666;
	border:1px #CCCCCC solid;
	text-align:center;
	padding: 2px;
}

/* 頁尾資訊區 */
.footer_menu{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	padding:4px 0px;
	text-align:center;
	color:#908e8f;
	font-size:12px;
	line-height:18px;
}
.footer_menu a:link{color: #908e8f;}
.footer_menu a:visited{color: #908e8f;}
.footer_menu a:hover{color: #887030;}
.footer_menu a:active{color: #908e8f;}

.footer_right{
	padding:0px 5px;
	text-align:center;
}

.footer_text{
	text-align:center;
	color:#908e8f;
	font-size:11px;
	line-height:18px;
}
.footer_text a:link{color: #908e8f;}
.footer_text a:visited{color: #908e8f;}
.footer_text a:hover{color: #908e8f;}
.footer_text a:active{color: #908e8f;}

.footer_copyright{
	text-align:center;
	color:#908e8f;
	font-size:11px;
	line-height:18px;
}
.footer_copyright a:link{color: #908e8f;}
.footer_copyright a:visited{color: #908e8f;}
.footer_copyright a:hover{color: #ff0000;}
.footer_copyright a:active{color: #908e8f;}
