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

p.gotop{
    position: fixed;
	right:10px;
    bottom: 0;
	z-index:99999;
}
p.gotop a{
	color:#FFFFFF;
	background-color:#F60;
	text-align:center;
	font-size:16px;
    width: 125px;
    height: 94px;
    display: block;
}

#wrapper {
	width:940px;
	margin:0 auto 40px auto;
}
#sitelogo {
	width:100%;
}
#bn_img {
	width:100%;
}
#top_nav {
	margin:25px auto;
}
#top_nav li {
	width:156px;
	font-size:14px;
	padding-top:5px;
	text-align:center;
	float:left;
}
#top_nav li a {
	color:#666;
}
#top_nav li a:hover {
	color:#F30;
}

#topic li {
	list-style-type:square;
}

#main {
	display:block;
	width:100%;
}
#main p {
	line-height:1.5em;
}
#left_box {
	float:left;
}
#squre {
	display:block;
	width:220px;
	height:34px;
	background-color:#000066;
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
	padding-top:6px;
}

#squre:hover {
	color:#FF6600;
}

dl {
	width:100%;
	padding:20px;
	margin:0 auto;
}
dt {
	width:100%;
	height:30px;
	text-align:center;
	font-weight:bold;
	font-size:24px;
	padding-top:5px;
	margin-bottom:5px;
}
dt.over {
	color:#F60;
	cursor:pointer;
	background-color:rgba(255,255,200,0.45);
}
dt.choice {
	color:#FF3300;
	cursor:default;
}
dd {
	width:80%;
	margin:0 auto;
	background-color:rgba(0,136,90,0.15);
	padding:20px;
}

dd img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}