@charset "utf-8";
@import url("reset.css");
/* CSS Document */

/* 網站基本設定
---------------------------------------------*/
html,body {
	color: #333;
	font: 75% Verdana, Geneva, sans-serif;
	text-align:justify; /*文章齊頭齊尾*/
	text-justify:inter-ideograph; /*文章齊頭齊尾*/
	background: #fffce7 url(../images/index_body_bg.jpg) repeat-x;
}
a {
	color: #5f5f5f;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	}
img {	
    display: block;
}
.clean-float {
	clear: both;
}
hr{height:0; border:none; border-bottom:1px solid rgba(255,255,255,1); border-top:1px solid rgba(226,226,226,1); margin:10px 0; clear:both;}

/* 網站結構設定
---------------------------------------------*/
#wrapper{
	position:relative;
	width:960px;
	margin:0 auto;
	padding:0 10px;
	background: url(../images/index_wrapper_bg.jpg) no-repeat;
	}
#indexTitle {
	position:absolute;
	top:28px;
	left: 46px;
}
#indexGloble{
	position:absolute;
	top:123px;
	left: 322px;
	z-index:99;
	}

#adText{
	position:absolute;
	top:1115px;
	right:10px;
}
#fbShare{
	position:absolute;
	top:11px;
	right:0;
	width:127px;
	height:23px;
}
#fbShare a{
	display:block;
	height:100%;
	background: url(../images/fb_share_o.jpg) no-repeat;
}
#fbShare a:hover{
	background: url(../images/fb_share.jpg) no-repeat;
}
#indexForum{
	padding-top:682px; margin-bottom:35px;
}
#indexForum dt{
	float:left;
	width:320px;
	}
#indexSloganBg{
	display:table;
	width:100%;
	margin:10px 0;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}
#indexSlogan{ margin:0 auto; width:960px; padding:0 10px;}
#footerLogo{ margin-bottom:20px;}

#indexForumBtn01{ width:320px; height:104px;}
#indexForumBtn01 a{
	display:block;
	height:100%;
	background: url(../images/index_forum01_btn.png);
}
#indexForumBtn01 a:hover{
	background: url(../images/index_forum01_btn_o.png);
}
#indexForumBtn02{ width:320px; height:104px;}
#indexForumBtn02 a{
	display:block;
	height:100%;
	background: url(../images/index_forum02n_btn.png);
}
#indexForumBtn02 a:hover{
	background: url(../images/index_forum02n_btn_o.png);
}
#indexForumBtn03{ width:320px; height:104px;}
#indexForumBtn03 a{
	display:block;
	height:100%;
	background: url(../images/index_forum03_btn.png);
}
#indexForumBtn03 a:hover{
	background: url(../images/index_forum03_btn_o.png);
}
.indexForumTop{}

/* 贊助商
---------------------------------------------*/
#sponsorsBg{
	background: #e1e1e1;
	display:table;
	width:100%;
	margin-top:40px;
}
#sponsors{ margin:50px auto 0 auto; display:table;}
#sponsors dt{ margin:0 10px; float:left;}
#sponsors h1{
	color: #555555;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin-bottom:15px;
}
#gvmMag{
	position:absolute;
	top:-8px;
	right:0px;
}
#gvmMagr{
	position:absolute;
	top:-52px;
	right:0px;
}

/* Footer Set
---------------------------------------------*/
#footer{
	width:100%;
	display:table;
	padding:0 0 50px 0;
}
#footerContent{
	width:960px;
	margin:0 auto;
	padding:0 10px;
	color: #555;
	text-align: center;
	font: 11px/18px Verdana, Geneva, sans-serif;
	}
#footer a{
	color: #555;
	text-decoration: none;
}
#footer a:hover{
	color: #555;
	text-decoration: underline;
}
