﻿@charset "utf-8";
@import url("imw.css");
/*@import url("common.css");
@import url("jquery-ui-1.8.2.custom.css");
@import url("marquee.css");
@import url("pagenavi.css");
@import url("stepCarouselViewer.css");
@import url("tooltip.css");
@import url("sitesBox-wide.css");
@import url("tabs.css");*/

/*子網站首頁*/
/*上面主Menu*/
.main_menu {
	margin: 0px auto;
	width: 100%;
	clear: both;
	float: left;
	padding-top: 7px;
	height: 0px;	
}
.menu_box { float:left;}

/* 定義區塊：中間內容-上方廣告區 */
#box_ad_top {
	width: 924px;
	background-image: url(../images/me/index_marquee_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
	float: left;
	height: 33px;
	padding: 0px 7px 0px 25px;
}

/* 廣告區塊 */
#box_ad {
	/*width: 952px;*/
	padding: 1px 0px 0px 1px;	
	border-bottom: 2px solid #b9b6ab; /* */
	background-color:#FFF;	
}

/* 左區塊 */
.main_left{
	float: left; /*width:auto;*/;
	border: 1px solid #b9b6ab;
	height: auto;
	margin-right: 5px;
	min-width: 200px;
}
.treemenu{
	margin-right: 5px;
	margin-left: 5px;
}
/* 定義區塊：中間內容-右內容區 */
#box_center_content {
	/*width: auto;*/
	float: left;
	height: auto;
	text-align: left;
	margin-right: 2px;
	padding-top: 5px;
}
/* 列表選單 */
.menu_public {
	height: auto;
	float: left;
	margin-bottom: 10px;
}
.menu_public .left_title{}
.menu_public img{}
.menu_public .left_center{
	background:url(../images/me/left_menu_case02.png) repeat-y left top;
	
}
.left_center ul{
	padding:0px 16px 0px 24px;
	
}
.left_center li {
	background-image: url(../images/me/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c5c5c5;
	width: 160px;
}
.left_center li a{
	display:block;
	text-align: left;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight:bold;
	color:#bf9488;
}
.left_center li a:hover{
	color:#a90c06;
}
/* 第二層 */
.left_center li ul{}
.left_center li ul li, .left_center li.open ul li{
	background:none;
	border:none;
}
.left_center li ul li a, .left_center li.open ul li a{
	background:none;
	color:#333333;
}
.menu_public .left_footer{width:156px;}

/* 中間內容 */
.main_center{	
	margin:0px 305px 0px 217px;	
	padding-top:3px;
}

/* 右區塊 */
.main_right{
	float:right;
	width:289px;	
	padding-top:3px;
}

/* 廣告區 */
.ad_01{
	margin:0px 0px 20px 2px;
}
.ad_01 img{ border:#d4d3d3 1px solid;}


