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

.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;
}


#contents_wrap{
	height:auto;
	margin-right:20px;
	width:760px;
	float:right;
}

#gnav_large_right_pane{
	width:760px;
	float:none;	
}



.font_type_1{
	font-weight:bold;
	color:#CC0000;
	font-size:17px;
	margin-top:0px;
}


.font_type_1 a{
	font-weight:bold;
	color:#CC0000;
	font-size:17px;
	margin-top:0px;
}


.font_type_2{
	font-weight:bold;
	color:#CC0000;
	font-size:25px;
	margin-top:0px;
}
