@charset "utf-8";

/* =======================================

	ヘッダ CSS

========================================== */

#header {
	position: relative;
	padding: 5px 7px 3px 0px; /*　←変更　*/
	zoom: 1;
	height: 58px; /*　←変更　*/
}


/* サイト内検索
========================================== */

#header #headerSearch {
	position: absolute;
	top: 12px;
	left: 620px;
	width: 340px;
	zoom: 1;
}

#header #headerSearch:after { /* for Modern Browser */
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

#header #headerSearch p{
	float:left;
	display: inline;
}

#header #headerSearch p#search-txt {
	color: #999999;
	padding: 5px 5px 0 0;
}

#header #headerSearch #i_search_input {
	height: 20px;
	padding: 0 2px 0 2px;
	line-height: 1.5;
}

#header #headerSearch #search-btn {
	background:url(../../images/base/header_btn_01.jpg) no-repat;
	padding: 0 2px 0 2px;
}


/* お問い合わせ、サイトマップ等のリンク
========================================== */

#header ul#header-navi {
	position: absolute;
	top: 45px; 
	left: 643px;
	width: 450px;
	zoom: 1;
}

#header ul#header-navi:after { /* for Modern Browser */
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

#header ul#header-navi li {
	float: left;
	display: inline;
	text-decoration: underline;
}

#header ul#header-navi li a {
	display: block;
	margin: 2px 0 0 14px;
	/margin: 1px 0 0 14px;
	text-decoration: underline;
}

#header ul#header-navi li.item {
	margin-left: 0;
}

/* Default */
#header ul#header-navi li.item a {
	background: url(../../images/common/ico/arrow_01.gif)  left center no-repeat;
	padding: 0px 10px 2px 10px;
	/padding: 2px 10px 1px 10px;
}

/* When Mouse Over */
#header ul#header-navi li.item a:hover {
	background-color: transparent;
	color: #FF3333;
}