/* CSS RESET */
html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
}
/* CSS RESET */



body {
	text-align:center;
	background:url(/images/bgg.png) repeat-x top
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
}
.fl {
	float:left
}
.fr {
	float:right
}
/* header */
#header {
	background-image:url(/images/phototop.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:216px;
	position:relative
}
#logo {
	position:absolute;top:50px;left:30px;
}
#logo h1 ,h1 a {
	font-size:42px;
	font-weight:700;
	color:#ffc;
}
#header li {
	float:left;
	padding:0px 23px;
	line-height:44px
}
#header li.last {
	padding:0px 0 0 23px;
}
#header li a {
	color:#2eb3ea
}
#header ul {
	background:url(/images/nav.gif) repeat-x;
	position:absolute;right:0;top:172px;
	height:44px;
}
#header a:hover {
	color: #fff;
	text-decoration: none;
}

/* content */
#content {
	background:url(/images/bg.png);
	padding:15px 0 15px 15px;
}
#ct_bg {
}
.main {
	background-color:#fff;
	padding: 10px;
	width:566px;
}
.main h2 {
	font-size:36px;
	margin-bottom:20px;
	text-align: center;
}
.side {

	width:200px;
}
.si {
	background-color:#fff;
	width:170px;
	margin:0 auto
}
.si h3 {
	font-size: 20px;
	border-bottom: 3px #666 dotted;
	padding: 10px 0;
	text-align: center;
}

.si ul{
	padding: 10px 0 20px 0;
}
.si li {
	text-align: center;
}
.si a{
	display: block;
	line-height: 20px;
}
.si a:hover {
	background-color: #0FFFCD;
	text-decoration: none;;
}
/* footer */
#footer {
	padding: 10px 0;
	text-align: center;
	width:800px;
	clear: both;
}
/********************************************* csv link **/

#csv {
	text-align: left;
}


#csv dl {
	line-height: 18px;
	padding: 20px 0;
}

#csv dt {
	margin: 0 3px 0 0;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

#csv dt a {
}

#csv dt a:hover {
}

#csv dd {
	margin: 0 10px 0 0 ;
	font-size: 12px;
	display: inline;
	font-weight: bold;
}

.link50 td {
	width: 110px;
}
