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

/* ヘッダー */

#headerwrap{
	min-width:960px;
}

#header{
	width:960px;
	margin:0 auto;
}

#header .logo{
	float:left;
}

#header .user{
	float:right;
	margin-top:15px;
	margin-right:20px;
	font-size:0.9rem;
}

#header .user .search{
	float:right;
}

#header .user ul{
	float:left;
	margin-bottom:5px;
}

#header li{
	height:30px;
	float:left;
	margin-left:5px;
	line-height:30px;
}

#header li.button{
	width:30px;
	border-radius:15px;
	text-align:center;
}

#header li.button a{
	width:30px;
	height:30px;
	border-radius:15px;
	display:block;
}

#header li.font_m a{
	background-color:#00AFCC;
	color:#FFF;
	font-size:90%;
}

#header li.font_l a{
	background-color:#00AFCC;
	color:#FFF;
	font-size:120%;
}

#header li.blue a{
	background-color:#005BAB;
	color:#FFF;
	font-size:120%;
}

#header li.black a{
	background-color:black;
	color:yellow;
	font-size:120%;
}

#header li.white a{
	background-color:#F9F7F4;
	color:#222;
	font-size:120%;
}

#header .user .navi_menu{
	float:right;
	margin-top:10px;
}

/*トップイメージ*/
#topimage, #topimage form{
	width:960px;
	margin:0 auto;
}

#topimage img{
	width:960px !important;
	height:auto !important;
}

/*メイン*/
#main{
	width:960px;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
}

/*記事枠*/
#contentswrap{
	width:660px;
	margin-right:20px;
	float:right;
}

#news td{
	border-bottom:1px dashed #CCC;
	padding:5px;
	vertical-align:top;
}

#news tr:last-child td{
	border:none;
}

#news td:first-child{
	width:9em;
	white-space:nowrap;
}

/*メニュー*/
#menu{
	width:240px;
	margin-left:20px;
	float:left;
}

/*フッター*/
#footer{
	min-width:960px;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 100%;
	z-index:100;
}

#page-top a {
	text-decoration: none;
	color: #fff;
	width: 70px;
	height:70px;
	display: block;
	border-radius: 5px;
	font-weight:bold;
}

#page-top a img{
	width: 70px;
	height:70px;
}

#page-back {
	position: fixed;
	bottom: 20px;
	right: 100px;
	font-size: 100%;
	z-index:100;
}
#page-back a {
	text-decoration: none;
	color: #fff;
	width: 70px;
	height:70px;
	display: block;
	border-radius: 5px;
	font-weight: bold;
}

#page-back a img{
	width: 70px;
	height:70px;
}

#wcv_sys_container_wide #page-top, #wcv_sys_container_wide #page-back{
	display:none;
}