﻿body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back.jpg);
}

/*上方選單*/
.top_button {
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
}
.top_button a:link, .top_button a:visited, .top_button a:active {
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.top_button a:hover {
	font-size: 13px;
	color: #FF99CC;
	text-align: center;
	text-decoration: none;
}

/*中間區塊*/
.center_title {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	letter-spacing: 8px;
	padding-left: 10px;
}

/*站內公告*/
.post_title {
	font-size: 15px;
	font-weight: bold;
	color: #83589d;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.post_text {
	font-size: 13px;
	line-height: 24px;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*排行榜*/
.list_ido {
	font-size: 13px;
	color: #333333;
	background-image: url(../images/dot_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}
.list_ido a:link, .list_ido a:visited, .list_ido a:active {
	color: #0099CC;
	text-decoration: underline;
}
.list_ido a:hover {
	color: #663366;
	text-decoration: underline;
}
/*排名上升*/
.list_up {
	color: #c21111;
}
/*排名下降*/
.list_down {
	color: #0a9c0a;
}
/*排名不變*/
.list_same {
	color: #006699;
}
/*排名新進*/
.list_new {
	color: #f26d0a;
}

/*統計時間*/
.list_time {
	font-size: 13px;
	color: #83589d;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

/*左側選單*/
.left_menu {
	text-align: right;
	font-size: 13px;
	color: #333333;
}
.left_menu a:link, .left_menu a:visited, .left_menu a:active {
	text-align: right;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.left_menu a:hover {
	text-align: right;
	font-size: 13px;
	color: #FF6699;
}

/*下方資訊*/
.foot_word {
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
}

/*票選頁面*/
.vote_table {
	font-size: 15px;
	line-height: 26px;
	color: #663366;
	padding: 3px;
	border: 1px dotted #CABDD1;
}

/*票數*/
.vote_score {
	font-size: 13px;
	color: #333333;
	margin: 10px;
}
.vote_bar {
	height: 5px;
	margin: 10px;
}


/*換頁選單*/
.page_select {
	color: #006699;
	font-size: 15px;
	height: 30px;
	line-height: 26px;
}
.page_select a:link, .page_select a:visited, .page_select a:active {
	color: #0099CC;
	text-decoration: none;
}
.page_select a:hover {
	color: #006699;
	text-decoration: none;
}


/*投票說明*/
.note_rull {
	font-size: 13px;
	line-height: 24px;
	color: #333333;
}
