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


/*　スタッフ紹介　*/


#staff_list{

}


#staff_list img{
	border:1px solid #666;
	margin-bottom:0px;
}





#staff_list li{
	float:left;
	width:142px;
	margin:15px 10px 0 0;
	
}


#staff_list dl{
	margin-top:0px;
	padding:0px;
}


#staff_list dt{
	text-align:center;
	margin:5px 5px 0 5px;
	display:block;
	padding:5px 0;
	color:#FFFFFF;
	font-weight:bold;
	background:#222222;
}




#staff_list dd{
	text-align:left;
	height:110px;
	margin:5px 5px 0 5px;
	padding-left:3px;
	padding-bottom:3px;
	line-height:130%;
	border-right:1px solid #666;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
}




#staff_list a{
	color:#FFCC00;
	font-weight:bold;
	text-decoration:underline;
}

#staff_list a:hover{
	color:#FF9900;
	font-weight:bold;
	text-decoration:underline;
}