﻿body{
	font-size: 13px;
	line-height: 20px;
	font-family: "微軟正黑體", "Arial", "Verdana", "新細明體";
	color: #333333;
	background-color: #ece9e4;
	background-image: url(../images/share/web_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	}

#web_content{ /* 整張網頁最寬910px之限制 */
	width: 910px;
	min-width:910px;
	margin:0 auto;
}

/*2欄式使用*/
#web_left{ /* 需左右切欄時之左欄*/
	float: left;
	width: 710px;
	margin:0;
	padding:0;
}
#web_right{ /* 需左右切欄時之右欄*/
	float: right;
	width: 174px;
	margin:0;
	padding:36px 0 0 0;
}

#clear{ /*清除div格式*/
	clear: both;
}

/*文字階層設定開始======*/

.title{
	font-family: "微軟正黑體", "Arial", "Verdana", "新細明體";
	font-size: 16px;
	color: #7B6D57;
	letter-spacing: 0.025em;
	font-weight: bold;
}
.title_yellow{
	font-family: "微軟正黑體", "Arial", "Verdana", "新細明體";
	font-size: 16px;
	color: #FF9933;
	letter-spacing: 0.025em;
	font-weight: bold;
}

.subtitle_yellow {
	font-family: "微軟正黑體", "Arial", "Verdana", "新細明體";
	font-size: 14px;
	color: #FF9933;
	font-weight: bold;
}
.subtitle_red {
	font-family: "微軟正黑體", "Arial", "Verdana", "新細明體";
	font-size: 14px;
	color: #C93232;
	font-weight: bold;
}

.subtitle_lightred {
	font-family: "微軟正黑體", "Arial", "Verdana", "新細明體";
	font-size: 14px;
	color: #FF3366;
	font-weight: bold;
}

.subtitle_white  {
	font-family: "微軟正黑體","Arial", "Verdana","新細明體";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.subtitle_gray  {
	font-family: "微軟正黑體", "Arial", "Verdana", "新細明體";
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.content {
	font-family: "微軟正黑體", "Arial", "Verdana", "新細明體";
	font-size: 13px;
	color: #333333;
	line-height: 20px;
}
.content_000 {
	font-family: "微軟正黑體", "Arial", "Verdana", "新細明體";
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}
.content_borwn {
	font-family: "微軟正黑體", "Arial", "Verdana", "新細明體";
	font-size: 13px;
	color: #ad9572;
	line-height: 20px;
}

.content_fff {
	font-family: "微軟正黑體","Arial", "Verdana","新細明體";
	font-size: 13px;
	color: #FFFFFF;
	line-height: 20px;
}
.content_red {
	font-family: "微軟正黑體", "Arial", "Verdana", "新細明體";
	font-size: 13px;
	color: #CC3333;
	line-height: 20px;
}

.content_s {
	font-family: "微軟正黑體", "Arial", "Verdana", "新細明體";
	font-size: 11px;
	color: #333333;
	line-height: 20px;
}

.content_s_fff {
	font-family: "微軟正黑體","Arial", "Verdana","新細明體";
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
}
.content_s_000 {
	font-family: "微軟正黑體","Arial", "Verdana","新細明體";
	font-size: 11px;
	color: #000000;
	line-height: 20px;
}

.content_s_brown{
	font-family: "微軟正黑體","Arial", "Verdana","新細明體";
	font-size: 11px;
	color: #ad9572;
	line-height: 20px;
}
.note{
	font-family: "微軟正黑體", "Arial", "Verdana", "新細明體";
	font-size: 11px;
	color: #CF3A3A;
}

ul{
	text-align:left;
	margin-left:15px;
	margin-bottom:0px;
	pandding-top:5px;
	pandding-left:15px;
	pandding-bottom:0px;
	margin-top:5px;
	
}
ol{
	text-align:left;
	margin-left:30px;
	margin-bottom:10px;
	pandding-top:5px;
	pandding-left:15px;
	pandding-bottom:0px;
	margin-top:5px;
}
li{
	margin-bottom:5px;
	padding-top:0px;
	padding-left:0px;

}

/* 網頁brcam部份 */
#brcam{
	font-family: "微軟正黑體", "Arial", "Verdana", "新細明體";
	font-size: 11px;
	color: #999999;
	text-align: left;
	vertical-align: top;
	pandding:0 auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 20px;
}

#brcam a:link{
	color: #999999;
	text-decoration: underline;
}

#brcam a:visited{
	color: #999999;
	text-decoration: underline;
}

#brcam a:hover{
	color: #FF3399;
	text-decoration: none;
}


/***************************************表單相關設定======*/

.input, select, textarea {
	font-family: "微軟正黑體","Arial", "Verdana","新細明體";
	font-size: 12px;
	color: #333333;
}

/*黑框白底表單*/
#black_form input{
	font-size: 12px;
	font-family: "微軟正黑體","Arial", "Verdana","新細明體";
	color: #c9ae7f;
	background-color: #c9edfb;
	border: 1px solid #c9edfb;
}

/************************************站內所有連結設定開始 ======*/

a:link {
	color: #20B7F0;
	text-decoration: none;
}

a:visited {
	color: #20B7F0;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a.link_black:link {
	color: #333333;
	text-decoration: none;
}

a.link_black:visited {
	color:#333333;
	text-decoration: none;
}

a.link_black:hover {
	color: #EF4F00;
	text-decoration: underline;
}

a.link_black_line:link {
	color: #333333;
	text-decoration: underline;
}

a.link_black_line:visited {
	color: #333333;
	text-decoration: underline;
}

a.link_black_line:hover {
	color: #FF6600;
	text-decoration: none;
}

a.link_white_line:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.link_white_line:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.link_white_line:hover {
	color: #FFCC00;
	text-decoration: none;
}

a.link_white:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.link_white:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.link_white:hover {
	color: #FFCC00;
	text-decoration: underline;
}

a.link_gary:link {
	color: #f6f6f6;
	text-decoration: none;
}

a.link_gary:visited {
	color: #f6f6f6;
	text-decoration: none;
}

a.link_gary:hover {
	color: #FF6600;
	text-decoration: underline;
}

a.link_red_line:link {
	color: #FF9999;
	text-decoration: underline;
}

a.link_red_line:visited {
	color: #FF9999;
	text-decoration: underline;
}

a.link_red_line:hover {
	color: #FF6600;
	text-decoration: none;
}
a.link_red:link {
	color: #FF9999;
	text-decoration: none;
}

a.link_red:visited {
	color: #FF9999;
	text-decoration: none;
}

a.link_red:hover {
	color: #FF6600;
	text-decoration: underline;
}

/***********************************圖片框線等設定開始======*/

.banner_line_white {
	padding: 0px;
	border: 1px solid #FFFFFF;
}
.banner_line_gary{
	padding: 0px;
	border: 1px solid #333333;
}

.banner_line_lightgary{
	padding: 0px;
	border: 1px solid #E4E4E4;
}
.banner_line_no{
	padding: 0px;
	border: 0px;
}


/******************************************分隔線等設定開始======*/

.dotlinetable {
	text-decoration: none;
	padding: 3px;
	border: 1px dotted #CCCCCC;
	font-size: 12px;
	color: #333333
}

.line_h_dot_white {
	background-image: url(../images/share/line_dot_white.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.line_h_dot_white_bottom {
	background-image: url(../images/share/line_dot_white.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.line_dot_black {
	background-image: url(../images/share/line_dot_black.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/****************************************************** td 背景設定*/
#header{
	font-size: 12px;
	color: #916739;
	width: 100%;
	height: 125px;
	margin:0;
	padding:0;
}
#header a:link{
	color: #333333;
	text-decoration: underline;
}

#header a:visited{
	color: #333333;
	text-decoration: underline;
}

#header a:hover{
	color: #FF6600;
	text-decoration: none;
}

/************可看看是否需要留下***************/
.box_black{
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.box_black_bottom{
	background-color: #FFFFFF;
	border-bottom-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-left-style: solid;
}
#box_blog_right{
	background-color: #FFFFFF;
	font-family: "微軟正黑體","Arial", "Verdana","新細明體";
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding:0;
	margin:15px 0 0 0;
}

#box_blog_right ul{
	text-align:left;
	margin:0 0 0 43px;
	list-style-image: url(../images/share/icon_arror_squar_org.gif);
	list-style-position: outside;
	padding: 0 0 15px 0;
}

#box_blog_right li{
	margin-bottom:3px;
	padding-top:0 0 10px 0;

}
#box_blog_right a:link{
	color: #333333;
	text-decoration: underline;
}

#box_blog_right a:visited{
	color: #333333;
	text-decoration: underline;
}

#box_blog_right a:hover{
	color: #FF6600;
	text-decoration: none;
}

.box_login{
	background-image: url(../member/images/box_1_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/****************************************************** 內頁 欄位 bullet 設定*/
#bullet_icon{
	color: #FFFFFF;
	font-family: "微軟正黑體", "Arial", "Verdana", "新細明體";
	font-size: 12px;
	line-height: 18px;
}

#bullet_icon ul{
	text-align:left;
	margin-left:30px;
	list-style-image: url(../images/share/icon_arror_squar_org.gif);
	list-style-position: outside;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#bullet_icon li{
	margin-bottom:3px;
	padding-top:0px;
	padding-left:0px;

}

/****************************************************** 內容左方內容區域 設定*/
#content_left{
	width: 670px;
	padding:5px 20px 5px 20px;
	background-color: #FFFFFF;
	min-height: 670px;
	text-align:left;
}
#content_gotop{
	width: 700px;
	padding:5px 5px 20px 5px;
	background-color: #FFFFFF;
	margin:0 auto;
	text-align:center;
}
/**************************** 相簿及download方塊區使用*/

#photo_box{
	width:140px;
	height:170px;
	float:left;
	text-align:center;
	font-weight: bold;
	font-size: 13px;
	margin:10px;
}

#wp_box{
	width:200px;
	height:220px;
	float:left;
	text-align:left;
	font-weight: bold;
	font-size: 11px;
	margin:10px;
}

#msn_box{
	width:90px;
	height:80px;
	float:left;
	text-align:center;
	font-weight: bold;
	font-size: 13px;
	margin:10px;
}

/****************************************************** hidden*/
#pavilink {
	display: none;
}
