﻿@charset "UTF-8";

/* --------------------------------------------------------------------
	ユーザー定義　ヘッダー
--------------------------------------------------------------------- */
#header {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
}
#header #sitelogo {
	margin: 0;
	padding: 0;
}
#header #globalnav {
	float: right;
	display: inline;
	width: 960px;
	background: #003881 url(../img/usr/globalnav_back.png) center top repeat-x;
}
#header #globalnav li {
	float: left;
	color: #FFF;
	text-align: center;
	width: 160px;
}
#header #globalnav li a {
	padding: 10px 0;
	display: block;
	color: #FFF;
	width: 100%;
	background: #003881 url(../img/usr/globalnav_back.png) center top repeat-x;
}
#header #globalnav li a:hover {
	text-decoration: none;
	background: #0049A7 url(../img/usr/globalnav_back_hover.png) center top repeat-x;
}
/* --------------------------------------------------------------------
	ユーザー定義　ビジュアル
--------------------------------------------------------------------- */
.visual_ {
	margin-bottom: 10px;
}

/* --------------------------------------------------------------------
	ユーザー定義　フッター
--------------------------------------------------------------------- */
#footer {
	margin-top: 20px;
	padding: 20px;
	border-top: 1px solid #CCC;
	clear:both;
}

.change_mode_ {
	width:300px;
	height:20px;
	margin:20px auto 20px;
    text-align:center;
	line-height:20px;
	overflow:hidden;
}
.change_mode_ span {
	width:149px;
	height:20px;
	margin:0 auto;
    text-align:center;
	line-height:20px;
	display:block;
	color:#eeeeee;
	float:right;
	background:#d3d3d3;
}
.change_mode_ a {
	width:149px;
	height:20px;
	margin:0 auto;
    text-align:center;
	line-height:20px;
	display:block;
	color:#ffffff !important;
	float:left;
	background:#666666;
}
.change_mode_ a:hover {
	text-decoration:none;
	background:#3fbf0d;
}

#footernav {
	margin-bottom: 20px;
	text-align: center;
}
#footernav li {
	padding: 0 1em;
	display: inline;
	border-right: 1px solid #CCC;
}
#footernav li.first_ {
	border-left: 1px solid #CCC;
}
#copyright {
	color: #999;
	text-align: center;
}