@charset "utf-8";
/* CSS Document */

body { background-color:#FFF; font-family: "Times New Roman", Times, 微軟正黑體, sans-serif; }
textarea, input { padding: 5px; }
div, img, a { position:relative; }
a *:hover { cursor:inherit; }

.Ch      { font-family: "Times New Roman","微軟正黑體"; }
.Ab, .No { font-family: "Times New Roman", Times, "微軟正黑體", serif; }
.Ab, .Ch, .No { font-weight:bold; word-wrap:break-word; }

.audio_1 { display:inline-block; width:50px; height:50px; }
.audio_1       { background:url(../image/play_1.png) no-repeat; }
.audio_1:hover { background:url(../image/play_1_hover.png) no-repeat; }
.audio_2       { background:url(../image/play_2.png) no-repeat; }
.audio_2 { display:inline-block; width:91px; height:91px; }
.audio_2:hover { background:url(../image/play_2_hover.png) no-repeat; }
.audio_1.sm2_playing { background:url(../image/paused_1.png) no-repeat; }
.audio_2.sm2_playing { background:url(../image/paused_2.png) no-repeat; }
.audio_1.sm2_paused { background:url(../image/play_1.png) no-repeat; }
.audio_2.sm2_paused { background:url(../image/play_2.png) no-repeat; }
.prev_1, .next_1 { display:inline-block; width:50px; height:50px; }
.prev_1        { background:url(../image/prev_1.html) no-repeat; }
.prev_1:hover  { background:url(../image/prev_1_hover.html) no-repeat; }
.next_1        { background:url(../image/next_1.html) no-repeat; }
.next_1:hover  { background:url(../image/next_1_hover.html) no-repeat; }

/*------------------------------| Container |-------------------------*/

#container {
	margin: auto;
	width: 1000px;
	overflow: hidden;
	/*background-color:#F2F2F2;*/
}

#main { }

/*------------------------------| Customs |-------------------------*/

.button { cursor:auto; }
.button:hover { cursor:pointer; }

/*------------------------------| Topper |-------------------------*/

#topper { position: relative; background-color:white; }
#topper .separator { margin:0 10px; }
#topper #member_info {
	top: 10px;
	right: 10px;
	color: #505050;
	font-size: 10pt;
	position: absolute;
}
#topper #member_info a { display:inline-block; vertical-align:middle; }
#topper #member_info a *:hover { cursor:inherit; }
#topper #member_info .avatar {
	top: 5px;
	height:20px;
	margin-right: 5px; }
#topper #member_info .state { display:inline-block; margin-left:5px; }
#topper #logo { display: block; }

/*------------------------------| Menu |-------------------------*/


#menu { 
	text-align:center;
	width: 1000px;
	margin: auto;
	background: #EA5C2B;
	margin-top: -3px;
 }
#menu a {
	width: 200px;
	padding: 8px 0;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	background-color:#DDDDA8;
	/*background-color:#EA5C2B;*/
	
}
#menu a:hover {
	color:black;
	background-color: #FA8D53;
}

/*----------------------------------------| Footer |----------------------------------------*/

#footer {
	margin: auto;
	height: 110px;
	width: 1000px;
	display: block;
	font-size: 10pt;
	text-align: left;
	position: relative;
	background-color: #CCCCCB;
	/*background-color:#EA5C2B;*/
}
#footer .section {
	color: #595959;
	    padding: 15px 5px;
	vertical-align: top;
	display: inline-block;
}
#footer .section .title { color: black; }
#footer .section .name {
	margin-bottom: 5px;
	font-weight: bold;
	color: black;
}
#footer .section span {
	display: block;
	line-height: 17px;
}
#footer .section_A {
	margin-left: 15px;
}
#footer .section_A,{
	width: 230px;
}
#footer .section_B {
	width: 314px;
}
#footer .section_C {
	text-align: center;
}
#footer .section_D {
	margin-top: 35px;
}
#footer .section_C a {
}
#footer .section_C .data {
	top: 2px;
	position: relative;
}
#footer .section_D .title { margin-bottom: 8px; display: block; }
#footer.extend {
	text-align: left;
}