@charset "utf-8";

/* reset
----------------------------------------------- */
* html body {
	font-size: small; /* for IE6 */
}
body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 1.5;
	color:#555;
	background:#CCC;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
h1,h2,h3,h4,h5,h6,form,p,ul,li,dl,dt,dd {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
* html table {
	font-size: small; /* for IE6 */
}
table {
	border-collapse: collapse;
	font-size: small;
}
th,td {
	margin: 0;
	padding: 0;
}
address {
	font-style: normal;
}
hr {
	display: none;
}
a {
	overflow:hidden;
}

/* align
----------------------------------------------- */
.alignl { text-align: left!important; }
.alignr { text-align: right!important; }
.alignc { text-align: center!important; }

/* margin
----------------------------------------------- */
.marginr30 {
	margin-right:30px !important;
}

/* font size
----------------------------------------------- */
* html .fsize1 { font-size: xx-small; }
* html .fsize2 { font-size: x-small; }
* html .fsize3 { font-size: small; }
* html .fsize4 { font-size: medium; }
* html .fsize5 { font-size: large; }
* html .fsize6 { font-size: x-large; }
.fsize1 { font-size: x-small; }
.fsize2 { font-size: small; }
.fsize3 { font-size: medium; }
.fsize4 { font-size: large; }
.fsize5 { font-size: x-large; }
.fsize6 { font-size: xx-large; }
.fsize1, .fsize2, .fsize3, .fsize4, .fsize5, .fsize6 {
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* base layout
----------------------------------------------- */
div#contanter {
	width:100%;
	margin:0 auto;
	background:#FFF;
}
div#header {
	height:170px;
	padding-top:42px;
	width:100%;
	background:#ebebeb url(../images/top/bg_head.gif) repeat-x center bottom;
	overflow:hidden;
}
div#header p{
	width:900px;
	text-align:center;
	margin:0 auto 15px;
}
h1 {
	padding-top:23px;
	height:136px;
	text-align:center;
}
h1 span{
	display:block;
	width:900px;
	margin:0 auto;
}
div#mainCont {
	width:900px;
	margin:25px auto 50px;
	overflow:hidden;
}
div#footer {
	margin-top:20px;
	width:100%;
	background:#ebebeb url(../images/common/bg_foot1.gif) repeat-x left top;
	overflow:hidden;
	padding:20px 0;
}
div#lineBox {
	width:100%;
	border-bottom:dotted 1px #aaa;
	overflow:hidden;
	padding-bottom:20px;
	margin-bottom:20px;
}
address {
	background:url(../images/common/bg_foot2.gif) repeat-x left top;
	display:block;
	width:100%;
	padding:20px 0;
	font-size:0.85em;
}
address span{
	display:block;
	width:900px;
	margin:0 auto;
	text-align:center;
}
div#prof {
	width:900px;
	margin:0 auto;
}
div#prof p{
	width:170px;
	float:left;
}
div#prof dl{
	float:right;
	width:720px;
	font-size:0.85em;
}
div#prof dl dt{
	margin-bottom:5px;
}
div#footer ul{
	width:900px;
	margin:0 auto;
	overflow:hidden;
}
div#footer ul li{
	float:left;
	width:230px;
}
div#footer ul li.pagetop {
	float:right !important;
	text-align:right;
	width:78px;
}
div#footer ul li img{
	float:left;
	margin-right:10px;
}
div#footer ul li a{
	display:block;
	font-size:0.85em;
	color:#5e5e5e;
	text-decoration:none;
	overflow:hidden;
}

/* base layout
----------------------------------------------- */
div#mainCont {
	
}
div#leftCont h2 {
	margin:20px 0 10px;
}
div#leftCont {
	width:340px;
	float:left;
}
div#rightCont {
	float:right;
	width:504px;
	background:#ebebeb;
	padding:30px 0 30px 30px;
}
div#rightCont h2 {
	font-weight:normal;
	font-size:0.85em;
	margin-bottom:15px;
}
div#rightCont ul li{
	width:481px;
	background:url(../images/top/box_bg.gif) repeat-y;
	overflow:hidden;
	margin-bottom:5px;
}
div#rightCont ul li dl{
	background:url(../images/top/box_hd.gif) no-repeat;
}
div#rightCont ul li dt{
	padding:20px 0 10px;
	margin-left:20px;
	width:441px;
	border-bottom:dotted 1px #a9a9a9;
	color:#f75935;
	font-weight:bold;
}
div#rightCont ul li dt a{
	text-decoration:none;
	color:#f75935;
}
div#rightCont ul li dd{
	padding:10px 20px 20px;
	background:url(../images/top/box_btm.gif) no-repeat left bottom;
}
p.morebtn {
	border-bottom:dotted 1px #aaa;
	text-align:right;
	padding:10px 0;
}
div#flashCont {
	border-top:dotted 1px #d6d6d6;
	height:270px;
	padding-top:30px;
	margin:0 auto;
	text-align:center;
	background:url(../images/fbg.gif) repeat-x 0 199px;
}
.box_hover{
	cursor:pointer;
}

#event_btn{
float:right;
margin:5px 28px 0 0;

}

