@charset "utf-8";

/*

■ ヘッダー

	* 共通設定
	--------------------------
	* ユーザーログイン情報
	* ナビゲーション
	* 各エリアロゴ
	* 他のエリア・検索
	--------------------------
	
*/

/*============================================================================
  ヘッダー
=============================================================================*/

/*-----------------------------------------------
  共通設定
-----------------------------------------------*/

#header {
	color: #ffffff;
} /* 「machi.css」、「areatop_special.css」などで色指定をしています*/
/* areatop_special.css トリにより、areatop.css に指定を移動*/

#header a:link {
	color: #ffffff;
	text-decoration: none;
}
#header a:active {
	color: #ffffff;
	text-decoration: underline;
}
#header a:visited {
	color: #ffffff;
	text-decoration: none;
}
#header a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#header_top {
	display: block;
	margin: 0 auto;
	width: 950px;
	height: 23px;
}

#header_bottom {
	display: block;
	margin: 0 auto;
	width: 950px;
	min-height: 61px;
}

/*-----------------------------------------------
  ユーザーログイン情報
-----------------------------------------------*/

#user-status {
	display: block;
	float: left;
	padding: 5px 0 5px 0;
	width: 686px;     /*----- ボタン（「Walkerplusトップ」「サイト案内」「RSS一覧」）が3個のとき686、2個のとき774  -----*/
	height: 13px;
	line-height: 13px;
}

#user-status p {
	font-size: 10px;
	height: 13px;
	line-height: 13px;
	padding-left: 9px;
	background: url(/images/header/header_bar_user.gif) no-repeat;
}

/*-----------------------------------------------
  ナビゲーション
-----------------------------------------------*/

#globalnavi {
	display: block;
	float: right;
	width: 264px;     /*----- ボタン（「Walkerplusトップ」「サイト案内」「RSS一覧」）が3個のとき264、2個のとき176。 -----*/
	height: 17px;
	padding: 5px 0 0 0;
}

#globalnavi ul{
	list-style: none;
}

#globalnavi ul li{
	display: inline;
	float: left;
	width: 85px;
	height: 13px;
	line-height: 13px;
	margin-left:3px;
}

#globalnavi ul li a{
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	width: 85px;
	height: 13px;
}
/* #gnavi_top a,#gnavi_guide a,#gnavi_rss aについては「machi.css」、「areatop_special.css」などで色指定をしています*/

/*-----------------------------------------------
  各エリアロゴ
-----------------------------------------------*/

#title {
	display: block;
	float: left;
	height: 61px;
}

#title h1{
	float: left;
	display: inline;
	height: 61px;
	text-indent: -9999px;
}

#title h1 a{
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	height: 61px;
}

#title p{
	float: left;
	padding: 38px 0 0 2px;
	font-size: 10px;
	font-weight: normal;
}

#title p span{
	color: #ffff00;
}

/*-----------------------------------------------
  他のエリア・検索
-----------------------------------------------*/

#otherarea_box {
	clear: right;
	float: right;
	text-align: right;
	padding-top: 15px;
	height: 13px;
	line-height: 13px;
}


#search {
	clear: right;
	float: right;
	position: relative;
	display: block;
	width: 292px;
	text-align: right;
	padding-top: 5px;
}

#search .inputarea {
	width: 200px;
	height: 12px;
	padding: 1px;
	font-size:12px;
}
