/* ===============================  CSS 共用區  =============================== */
/* 預設值：字型大小為12px,邊界為零,捲軸樣式 */
body{
	margin: 0px;
	height: 100%;
	background-color: #f5f5f5;
	background-image: url(../images/bgpic.gif);
	background-repeat: repeat;
	font-size: small;
	font-family: "Arial", "Helvetica", "sans-serif";
}
/* 預設值：字型大小為12px */
table,td,div{
	font-size: small;
	line-height: 1.2em;
	letter-spacing: 1pt;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.floatleft{
	float:left;
}
.clear{
	clear:both;
}

/* ===============================  CSS 共用區  =============================== */
/* ================================ 前端管理樣式區 ================================ */
#wrap{
	width: 1000px;  /*max-width*/
	margin: 0 auto;
	height: 100%;
	background-color: #fff;

}

#header{
	height: 230px;
	background-color: #b5d301;
	background-image: url(../images/main_01.jpg);
	position:relative;
}
.index_home_btn{
	background-color:#bef;
	width: 50px;
	height: 15px;
	position: absolute;
	right:0px;
	top:12px;
	opacity:0;
	filter:alpha(opacity=0);
}
.index_home_btn2{
	width: 370px;
	height: 100px;
	left:120px;
}
#main{
	width: 100%;
	height: 100%;
	/*min-height:520px;*/
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
#nav{
	/*background-image:url(../images/menu.png);
	background-repeat: no-repeat;*/
	position: relative;
	padding-top:20px;
	z-index:3;
	float: right;
	background-color: #fff;
}
#nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav ul li{
	float: none;
	line-height: 0em;	/*for IE7*/
}
#nav ul li img{
	display: block;
}

#menu{
	float:left;
	width:17%;
	height:100%;
}
#cont{
	height: 100%;
	width: 100%;
	text-align: center;
	/*position:relative;*/
	/*background-color: #c00;*/
	
	/*同main父框長度solution*/
	/*padding-bottom:2000px;
	margin-bottom:-2000px;*/
	
}
#major{
	float:left;
	height: 100%;
	width: 83%;
	text-align: center;
	/*position:relative;*/
	/*background-color: #c00;*/
	
	/*同main父框長度solution*/
	/*padding-bottom:2000px;
	margin-bottom:-2000px;*/
	
}
#footer{
	padding-top: 30px;
	height: 63px;
	background-color: #fff;
	background-image:url(../image/main_22.jpg);
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	position : relative;
	color:#777;
	line-height:1.5em;
}


/*-------------inner pages-------------*/
/*main.php*/
.main_menu{
	margin-top:15px;
	background-image:url(../image/main_17.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:438px;
	position:relative;
}
.menu_btn1{
	background-color:#bef;
	width: 230px;
	height: 155px;
	position: absolute;
	left:245px;
	top:53px;
	opacity:0;
	filter:alpha(opacity=0);
}
.menu_btn2{
	background-color:#bef;
	width: 230px;
	height: 155px;
	position: absolute;
	left:245px;
	top:240px;
	opacity:0;
	filter:alpha(opacity=0);
}
.menu_btn3{
	background-color:#bef;
	width: 230px;
	height: 155px;
	position: absolute;
	left:520px;
	top:53px;
	opacity:0;
	filter:alpha(opacity=0);
}
.menu_btn4{
	background-color:#bef;
	width: 230px;
	height: 155px;
	position: absolute;
	left:520px;
	top:240px;
	opacity:0;
	filter:alpha(opacity=0);
}

.pagebar{
	background-color:#B5D301;
	width:700px;
	text-align:center;
	position:absolute;
	bottom:15px;
	min-height: 5px;
}
.pagebar_a{
	background-color:#C1EBFF;
}
.border_air{
	border-collapse:collapse;
	text-align: center;
}
.border_air td{
	border:#fff 1px solid;
	padding:2px;
}
.border_air th{
	border:#fff 1px solid;
	background-color:#a4c810;
	color:#56586f;
	padding:5px;
}
.border_air tr{
	border:#aaa 1px solid;
}
.border_air_td{
	background-color:#a4c810;
	color:#56586f;
	font-weight:bold;
}
.border_air_td_br{
	background-color:#eaeaea;
}

/*examins*/
.examins_login{
	margin:0 auto;
	background-image:url(../image/examins_26.jpg);
	background-repeat:no-repeat;
	width:494px;
	height:221px;
	text-align:center;
	padding-top:100px;
}
.examins_login input.text{
	background:#56586f;
	color:#fff;
	border:1px solid #000;
	width:180px;
	/*margin-bottom:5px;*/
}
.examins_login input.text:hover{
	background:#eee;
	color:#000;
	border:1px solid #000;
}

.examins_login img{
	/*margin-top:-18px;*/
	vertical-align:middle;
}
.examins_login .loginbtn{
	vertical-align:middle;
	padding-left:50px;
}

.examins_table{
	border-collapse:collapse;
	text-align: center;
}
.examins_table td{
	border:#777 1px solid;
	padding:2px;
}
.examins_table th{
	border:#777 1px solid;
	background-color:#56586f;
	color:#fff;
	height:20px;
}
.examins_table tr{
	background-color:#fff;
	border:#aaa 1px solid;
}

.examins_admin_menu{
	background-image:url(../image/examins_admin_06.jpg);
	background-repeat:no-repeat;
	width:774px;
	height:36px;
	margin:0 auto;
	line-height:2.7em;
	color:#56586f;
	/*font-weight:bold;*/
}
.examins_admin_menu a:link{
	color:#56586f;
	text-decoration:none;
}
.examins_admin_menu a:visited{
	color:#56586f;
	text-decoration:none;
}
.examins_admin_menu a:hover{
	color:#000;
	text-decoration:underline;
}
.examins_admin_menu a:active{
	color:#56586f;
	text-decoration:none;
}
.username{
	color:#448aca;
}

/*examins_login*/
.examins_login_cont{
	margin:0 0 0 80px;
	background-image:url(../image/examins_login_11.jpg);
	background-repeat:no-repeat;
	width:780px;
	height:371px;
	padding:50px 0 0 30px;
}
.examins_login_cont input.text{
	background:#56586f;
	color:#fff;
	border:1px solid #000;
	margin-bottom:5px;
}
.examins_login_cont input.text:hover{
	background:#eee;
	color:#000;
	border:1px solid #000;
}
/* ================================ 前端管理樣式區 ================================ */
/* =============================  圖片重複樣式區  ============================= */
/* 圖片向右重覆樣式 */
.repeatx {
	background-repeat: repeat-x;
}
/* 圖片向下重覆樣式 */
.repeaty {
	background-repeat: repeat-y;
}
/* 圖片只顯示一次樣式 */
.repeat0 {
	background-repeat: no-repeat;
}
.linep {border-color:#00a0e4; border-style:solid;} 
/* =============================  圖片重複樣式區  ============================= */
/* ================================ 字型樣式區 ================================ */
.word_black {
	font-size: 13px;
	color: #171717;
	line-height: 1.4em;
}
.word_black_02 {
	font-size: 13px;
	color: #171717;
	line-height: 1.4em;
	font-weight: bold;
}
.word_gray {
	font-size: 12px;
	color: #484848;
	line-height: 1.4em;
}
.word_green_01 {
	font-size: 13px;
	color: #009E3B;
	line-height: 1.4em;
	font-weight: bold;
}
.word_green_02 {
	font-size: 11px;
	color: #009E3B;
	line-height: 1.2em;
}
.word_blue_01 {
	font-size: 13px;
	color: #007BC7;
	line-height: 1.4em;
	font-weight: bold;
}
.word_blue_02 {
	font-size: 11px;
	color: #007BC7;
	line-height: 1.4em;
}

/* ===============================  文字連結樣式  =============================== */
a.link_news:link {
	font-size: 13px;
	color: #171717;
	line-height: 1.6em;
	text-decoration: none;
}
a.link_news:visited {
	font-size: 13px;
	color: #171717;
	line-height: 1.6em;
	text-decoration: none;
}
a.link_news:hover {
	font-size: 13px;
	color: #009E3B;
	line-height: 1.6em;
	text-decoration: underline;
}
a.link_news:active {
	font-size: 13px;
	color: #171717;
	line-height: 1.6em;
	text-decoration: none;
}
a.link_register:link {
	font-size: 13px;
	color: #171717;
	line-height: 1.6em;
	text-decoration: none;
}
a.link_register:visited {
	font-size: 13px;
	color: #171717;
	line-height: 1.6em;
	text-decoration: none;
}
a.link_register:hover {
	font-size: 13px;
	color: #007BC7;
	line-height: 1.6em;
	text-decoration: underline;
}
a.link_register:active {
	font-size: 13px;
	color: #171717;
	line-height: 1.6em;
	text-decoration: none;
}

/* ===============================  背景樣式  =============================== */
.bg_footer {
	background-position: bottom;
	background-image: url(../images/main_16.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 1000px;
}
.bg_news-2_01 {
	background-image: url(../images/news-2_photo_03.jpg);
	background-repeat: repeat-x;
}
.bg_news-2_02 {
	background-image: url(../images/news-2_photo_05.jpg);
	background-repeat: repeat-y;
	background-position: right 0%;
}
.bg_news-2_03 {
	background-image: url(../images/news-2_photo_15.jpg);
	background-repeat: repeat-y;
}
.bg_news-2_04 {
	background-image: url(../images/news-2_photo_17.jpg);
	background-repeat: repeat-x;
}
.bg_movie_01 {
	background-position: bottom;
	background-image: url(../images/movie_02_09.jpg);
	background-repeat: repeat-y;
}
.bg_movie_02 {
	background-position: bottom;
	background-image: url(../images/movie_02_11.jpg);
	background-repeat: no-repeat;
	height: 172px;
	width: 206px;
}
.bg_prodlist {
	background-position: bottom;
	background-image: url(../images/prodlist_title_01.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 627px;
}
.bg_forum_title_03_01 {
	background-position: bottom;
	background-image: url(../images/forum_title_03_18.jpg);
	background-repeat: repeat-y;
}
.bg_forum_title_03_02 {
	background-position: bottom;
	background-image: url(../images/forum_title_03_20.jpg);
	background-repeat: repeat-y;
}

.bg_center_news {
	background-image: url(../images/center_06.jpg);
	background-repeat: no-repeat;
}
.bg_main_11 {
	background-image: url(../images/main_11.jpg);
	background-repeat: repeat-x;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
.bg_forum01 {
	background-image: url(../images/forum_show_27.jpg);
	background-repeat: repeat-y;
}
.bg_forum02 {
	background-image: url(../images/forum_show_28.jpg);
	background-repeat: repeat-y;
}
.bg_forum03 {
	background-image: url(../images/forum_50.jpg);
	background-repeat: no-repeat;
}
.bg_about {
	background-image: url(../images/about_13.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #666;
}
.bg_about02 {
	background-image: url(../images/about_25.jpg);
	background-repeat: repeat-y;
}
.bg_about03 {
	background-image: url(../images/about_24.jpg);
	background-repeat: repeat-y;
}
.bg_pic {
	background-image: url(../images/pic_bg_05.jpg);
	background-repeat: no-repeat;
}

.bg_album {
	background-image: url(../images/album_15.jpg);
	background-repeat: no-repeat;
}
.bg_album01 {
	background-image: url(../images/pic_02.png);
	background-repeat: repeat-x;
}
.bg_album02 {
	background-image: url(../images/pic_04.png);
	background-repeat: repeat-y;
}
.bg_album03 {
	background-image: url(../images/pic_06.png);
	background-repeat: repeat-y;
}
.bg_album04 {
	background-image: url(../images/pic_08.png);
	background-repeat: repeat-x;
}
.bg_story1_01 {
	background-image: url(../images/story1_24.jpg);
	background-repeat: repeat-x;
}
.bg_story1_02 {
	background-image: url(../images/story1_39.jpg);
	background-repeat: repeat-x;
}
.bg_story2_01 {
	background-image: url(../images/story2_24.jpg);
	background-repeat: repeat-x;
}
.bg_story2_02 {
	background-image: url(../images/story2_39.jpg);
	background-repeat: repeat-x;
}
.bg_story3_01 {
	background-image: url(../images/story3_24.jpg);
	background-repeat: repeat-x;
}
.bg_story3_02 {
	background-image: url(../images/story3_39.jpg);
	background-repeat: repeat-x;
}
/* ================================ 圖加白色外框 ================================*/
.a_image {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
.news_table {
	border: 2px solid #C8EDFF;
}
