/* global css */
*{
 margin:0;
 padding:0;
}
div, td, table, ul, li, ol, dd, dl,dt {
 margin: 0;
 padding: 0;
}
html {
 width:100%;
 margin:auto;
}
body{
 margin:0;
 padding:0;
 text-align: center;
 font: 12px/1.5  "å®‹ä½“",Verdana;
}
table{
 border: none;
 border-collapse: collapse;
}
div, td{
 word-wrap: break-word;
 word-break: break-all;
 font-size: 12px;
}
img, img a, img a:hover{
 border: none;
}
h1,h2,h3,h4,h5,h6{
 font-size: 12px;
 font-weight: normal;
}
a{
 color: #393939;
 text-decoration: none;
}
a:hover{
 color: #F60;
 text-decoration: underline;
}
ul, ol{
 list-style: none;
}
marquee{
 font: 12px/1.5  "å®‹ä½“",Verdana;
}
em, i{
 font-style: normal;
}
li{
 font-size: 12px;
 font-weight: normal;
 /*background: url(../i/li_icon.gif) no-repeat 0 10px;*/
 text-align: left;
 line-height: 1.8;
 text-indent: 5px;
 overflow:hidden; 
 text-overflow:ellipsis; 
 white-space:nowrap;
 margin: 0;
}



/* ·­Ò³ */

.pageclass{
	width: 100%;
	float: left;
	text-align: right;
	font-weight: bolder;
	margin-top: 10px;
	overflow: hidden;
	display: inline;
	padding-top: 10px;
}
.pageclass a{
	padding: 0 2px;
	margin: 0 2px;
	text-align: center;
	color: #BC008D;
	border: 1px solid #E2A3D2;
	background: url(../i/page_over.gif) repeat-x top;
	float: left;
	line-height: 19px;
}
.pageclass a:hover, .pageclass span a{
	background: url(../i/page_on.gif) repeat-x top;
	border-color: #BC008D;
	color: White;
	text-decoration: none;
}
.pageclass em{
	float: right;
	display: inline;
}


#leftcontent, #rightcontent{
	margin-top: 10px;
}