@charset "UTF-8";

/*----------------------------------------------
	  #ヘッダー
----------------------------------------------*/


#header {
}
#header .content {
	width : 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header .main-contents {
	width : 1000px;
	position: relative;
}

/*-------------------------------------------*/
/*ロゴタイトル*/
#header .header-logo {
	float:left;
	height: 90px;
	width:490px;
}

/*-------------------------------------------*/
/*ヘッド右*/
#header .header-right {
	float:right;
	height: 90px;
	width:510px;
}

/*-------------------------------------------*/
/*ヘッダーメニュー*/
#header .header-nav {
	float:right;
	position: relative;
	width:351px;
	padding-top: 22px;
	padding-left: 159px;
}
#header .header-nav ul {
	float:right;
	width:351px;
	height:13px;
	list-style: url(none) none;
}
#header .header-nav ul.topnav li {
	float:left;
	height:13px;
	overflow:hidden;
}
#header .header-nav ul.topnav li a {
	display: block;
	height: 13px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}
#header .header-nav ul.topnav .contact a {
	width:97px;
	background-image:url(../img/contact2.png);
}
#header .header-nav ul.topnav .access a {
	width:96px;
	background-image:url(../img/access2.png);
}
#header .header-nav ul.topnav .sitemap a {
	width:96px;
	background-image:url(../img/sitemap2.png);
}
#header .header-nav ul.topnav .home a {
	width:62px;
	background-image:url(../img/home2.png);
}
#header .header-nav ul.topnav li a:hover, #header .header-nav ul.topnav li.active a {
	background-position:0 -13px;
}

/*-------------------------------------------*/
/*サイト内検索*/
#header .search-left {
	float:left;
	width: 298px;
	text-align: right;
	padding-top: 13px;
	padding-right: 5px;
}
#header .search-right {
	float:left;
	width: 27px;
	text-align: right;
	padding-top: 10px;
}

/*-------------------------------------------*/
/*文字サイズ変更*/
#header .fontsize {
	float:right;
	width: 169px;
	text-align: right;
	margin-top: 10px;
	margin-left: 11px;
}
#header .fontsize ul {
	list-style:none;
	margin: 0px;
	padding:0;
}
#header .fontsize li{
	display:inline;
	float:left;
	margin: 0px;
	padding:0;
}
#header .fontsize a:hover img{
filter: alpha(opacity=70);
-moz-opacity:0.6;
opacity:0.6;
}

/*-------------------------------------------*/
/*ページ*/
#header .image {
	width : 100px;
	height: 240px;
	float: left;
	margin-bottom: 5px;
}
/*ページタイトル*/
#header .page-title {
	width : 1000px;
	height: 6５px;
	float: left;
}

/*-------------------------------------------*/