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

/************* main contents **************/
#header, #sub, #link_outside, #link_inside, #page_top, #flash, .flv {
    display: none;
}

.sitemap_title, .subheadings {font-size: small;}
.sitemap_mini {
    font-size: 70%;
	float: left;
	margin-right:20px;
}

#main {
	font-size:1em;
}
#copyright {
	font-size:1em;
	clear: both;
}

.l_box {
	width: 280px;
	float: left;
}
.r_box {
	width: 280px;
	float: right;
}


/************* properties **************/
.proper_title {display: none;}

body {
	font: normal 1em/1.2em Arial, SimSun,‘MS UI Gothic’, Hei, sans-serif;
}

table {
	border-collapse : collapse;
	border: 1px solid #eee;
	margin: 1em auto;
	font: 80%/1.2em Arial, SimSun,‘MS UI Gothic’, Hei, sans-serif;
	padding: 30px;
	text-align: center;
}

th {
    border: none;
    color: #FFFFFF;
    background-color: #eee;
}

td {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
