﻿@charset "utf-8";
@import url("alltext.css");
@import url("link.css");
@import url("table_line.css");
/* 基本設定 */
body{
background-image:url(../images3/bg.gif); background-repeat:repeat-x;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #666666;}
a{	text-decoration: none;}
/* 最外框 */
#WARPPER{ width:970px; margin:auto;}

/* 上方選單 */
#TOPMENU {background-color:#77914f; color:#FFFFFF; height:40px;padding-left:10px;}
#TOPMENU li{float:left;line-height:40px; }
#TOPMENU li a { display:block; width:80px;  color:#FFFFFF; padding-left:10px;}
#TOPMENU li a:hover{ color:#2e3a1a;text-decoration: underline;}
#TOPMENU h2 a{ display:block; background-image:url(../images3/top_logo.png); background-repeat:no-repeat; background-position:right; float:right; width:238px; height:40px;  text-indent:-999999px;}

/* 頁首 */
#HEADER{ display:block; width:970px; height:190px; position:relative;  }
/* 頁首上的社團標誌 */
#LOGO{display:block;width:150px;height:130px;position:absolute;	left: 20px;	top: 10px;}

/* 頁首上的位置標示列 */
#LINEBAR{display:block; background-image:url(../images3/top_line_bar.gif); background-repeat:repeat-x;  line-height:38px; color:#003366; padding:0 0 10px 10px;　}

/* 頁首上的浮動選單 */
#MENUBAR{display:block;	background-image:url(../images3/top_menu_bg.gif); background-repeat:no-repeat;	width:764px;	height:39px;	position:absolute;	top: 151px;}
#MENUBAR ul{ padding-left:20px;}
#MENUBAR li{float:left;line-height:39px;}
#MENUBAR li a{ display:block; background-image:url(../images3/top_menu_button.gif); background-repeat:no-repeat; background-position:right top; padding:0 15px 0 15px; color:#FFFFFF; font-size:15px;}
#MENUBAR li a:hover{display:block;	background-position:bottom;	background-repeat: repeat-x;color:#2e3a1a;}

/* 頁首上的會員登入 */
#LOGINBOX{	display:block;	background-image:url(../images3/login_bg.gif);background-repeat:no-repeat;width:155px;height:150px;position:absolute;top: 10px;left:783px;padding:10px 0px 10px 15px;}
#LOGINBOX h3{ display:block; width:120px; font-size:15px; color:#666666; font-weight:bold; padding-bottom:10px;}
#LOGINBOX li{font-size:13px; color:#666666; line-height:20px;padding:2px 2px 5px 2px;  }
#LOGINBOX li input{ border: solid 1px #CCCCCC; padding:2px; width:100px;}
#LOGINBOX .button a{ display: block; background-image:url(../images3/login_button.gif); width:55px; height:55px; text-indent:-999999px; float:left;}
#LOGINBOX .button a:hover{ background-position:bottom;}
#LOGINBOX .button_out a{ display: block; background-image:url(../images3/logout_button.gif); width:55px; height:55px; text-indent:-999999px; float:left;}
#LOGINBOX .button_out a:hover{ background-position:bottom;}
#LOGINBOX .other li a{ display:block; background-image:url(../images3/login_point01.gif); background-repeat:no-repeat; background-position:right;width:75px; line-height:20px; color:#666666;}
#LOGINBOX .other li a:hover{color:#0099CC;text-decoration: underline;} 
#LOGINBOX .line { display:block;background-image:url(../images3/login_line.gif); background-repeat:no-repeat; background-position: center 6px; width:10px; height:55px; text-indent:-999999px;float:left;}

/* 頁首上的搜尋引擎 */
#SERACHBAR{
	isplay:block;
	width:400px;
	height:38px;
	position:absolute;
	left: 570px;
	top: 196px;
}
#SERACHBAR input{ display:block; width:180px; height:26px; border:solid #999999 1px; background-image:url(../images3/search_box01.gif); background-repeat:no-repeat; padding-left:31px; background-color:#FFFFFF; font-size:15px; line-height:26px; float:left;}
#SERACHBAR li{ float:left;}
#SERACHBAR li a{ display:block; background-image:url(../images3/search_icon02.gif); background-repeat:no-repeat; background-position:top; width:80px; line-height:26px; color:#FFFFFF; padding:0 3px 0 3px; text-align:center;}
#SERACHBAR li a:hover{	background-position: bottom;	color:#666666;}

/* 頁尾 */
#FOOTER {background-image:url(../images3/down.gif); width:970px; height:52px; position:relative;}
#FOOTER #WORD{
	display:block;
	color:#2e3a1a;
	line-height:52px;
	padding-left:10px;
	position:absolute;
	left: 130px;
}
#FOOTER  #MAIL a{
	display:block;
	width:60px;
	line-height:52px;
	background-image:url(../images3/mail.gif);
	background-position: 10px;
	background-repeat:no-repeat;
	padding:0 0 0 30px;
	color:#2e3a1a;
	position:absolute;
	left: 757px;
}
#FOOTER  #MAIL a:hover{opacity:.4;filter: Alpha(Opacity=40); text-decoration: underline;}

/* 清除float */
.clearfloat{
clear:both;height:0;font-size:1px;line-height:0;}

