/* CSS Document */

#header2{
	float: left;
	width: 800px;
}

#main2{
	float: left;
	width: 800px;
	margin-bottom: 5px;
	margin-top: 7px;
}

#free_naiyou{
	text-align: left;
	float: left;
	width: 800px;
}


#free_naiyou ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#free_naiyou li{
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
	margin-left: 20px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}

.back_t{
	float: left;
	width: 800px;
}

#free_naiyou a{
	color: #000000;
}

#free_naiyou a:hover{
	color: #056983;
}


.up{
	float: left;
	width: 800px;
	text-align: right;
}



#backnumber{
	float: left;
	width: 800px;
	margin-top: 10px;
	text-align: right;
}

.p_txt{
	font-size: 14px;
	line-height: 20px;
}





.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}