@charset "UTF-8";
html, body {
	width: 100%;
}

body {
	margin: 0 auto;
	text-align: center;
	background: url(bg.gif) repeat-x left top;
}

#entrance {
	width: 100%;
	height: 290px;
}

h1 {
	width: 760px;
	text-align: left;
	margin: 12px auto 13px;
}

h1 img {
	display: block;
}


/*image*/
#image {
	height: 290px;
	clear: both;
}

#title img {
	display: block;
	width: 760px;
	margin: 0 auto;
}



/*wrapper*/
#wrapper {
	width: 100%;
	background: url(pagebg.jpg) no-repeat center top;
}


/*top*/
#top {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}



/*menu*/
#menu {
	clear: both;
	margin: 0;
	width: 760px;
	height: 50px;
}

#menu li {
	float: left;
	width: 152px;
	height: 50px;
}

#menu li#m01 {
	background: url(m01o.gif) no-repeat left top;
}

#menu li#m02 {
	background: url(m02o.gif) no-repeat left top;
}

#menu li#m03 {
	background: url(m03o.gif) no-repeat left top;
}

#menu li#m04 {
	background: url(m04o.gif) no-repeat left top;
}

#menu li#m05 {
	background: url(m05o.gif) no-repeat left top;
}

#menu li a {
	height: 50px;
	display: block;
}

#menu li a img {
	display: block;
}

#menu li a:hover {
	background-color:transparent;/*for IE6*/
}

#menu li a:hover img {
	visibility:hidden;
	opacity:0.0;
	filter: alpha(opacity=00);
}


/*topics*/
#topics {
	float: left;
	width: 510px;
	height: 165px;
	margin-top: 40px;
	background: #F3F3F0 url(topicsbtm.gif) no-repeat center bottom;
}

#topics dt img {
	display: block;
}

#topics dd#list {
	width: 495px;
	height: 115px;
	overflow: auto;
	margin-top: 5px;
}

/*item*/
#item {
	margin-left: 20px;
}

#item dt {
	float: left;
	width: 80px;
	padding-top: 8px;
	padding-bottom: 5px;
	border-top: 1px solid #d6d6d0;
	font-size: 84%;
}

#item dd {
	float: left;
	width: 360px;
	padding-top: 6px;
	padding-bottom: 8px;
	border-top: 1px solid #d6d6d0;
}




/*banner*/
#banner {
	float: right;
	width: 220px;
	margin-top: 40px;
}

#banner li {
	margin-top: 0px;
	width: 220px;
	height: 70px;
}

#banner li a img {
	width: 220px;
	height: 70px;
	display: block;
	margin-bottom: 5px;
}




/*gotop*/
.gotop {
	margin-top: 20px;
	margin-bottom: 30px;
}

.gotop a {
	width: 200px;
	height: 100px;
	border: 2px solid #cccccc;
	margin: 0 auto;
	display: block;
}



/*footer*/
#footer {
	clear: both;
	margin: 0 auto;
	width: 760px;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: left;
	font-size: 84%;
	line-height: 1.5em;
}

#footer #basics {
	clear: both;
}

#footer #basics li {
	float: left;
}

#footer #basics li a {
	display: block;
	margin-right: 20px;
	padding: 2px 5px 2px 12px;
	background: url(../../common/img/arrow.gif) no-repeat left center;
}

#footer #administration {
	clear: both;
	margin-top: 15px;
}

#footer #copy {
	clear: both;
	margin-top: 10px;
	letter-spacing: 1px;
}
