@charset "UTF-8";


#header {
	width: 100%;
	margin-bottom: 20px;
	padding: 0px;
	border-top: 4px solid #ccc;
}

#header #header_up {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
}
#header #header_up #l_box {
	width: 540px;
	float: left;
	margin-top: 15px;
}

#header #header_up #r_box {
	width: 400px;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
}

#header #header_up #l_box h2 {
	color: #333;
	clear: both;
	font-size: 0.7em;
	margin-top: 5px;
}


#header #sitetitle {
	text-indent: -9999px;
}
#header #sitetitle a {
	display: block;
	background: url(../img/logo.png) no-repeat left 0px;
	width: 269px;
	height: 50px;
	margin-bottom: 8px;
	margin-top: 0px;
}


#header #header_up #r_box #home {
	height: 33px;
	width: 109px;
	display: block;
	background: url(../img/home.png) no-repeat left top;
	float: right;
	margin-bottom: 20px;
	text-indent: -9999px;
	padding: 0px;
	margin-top: 0px;
}
#header #header_up #r_box #home a {
	height: 33px;
	width: 109px;
	display: block;
}

/************* #search **************/
#header #search {
	padding: 0px;
	margin: 13px 0px 0px 0px;
	text-align: right;
	clear: both;
	width: 300px;
	float: right;
}
#header #search .search_size {
	width: 210px;
	padding: 0px;	
}
#header #search input {
	height: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #ccc;
	color:#666;
}
#header #search .search_btn {
	background: url(../img/search_btn.gif) no-repeat center center;
	width: 27px;
	height: 21px;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
}

/************* #G_naviNav styles **************/
#header #navi_bg {
	width: 100%;
	clear: both;
	height: 50px;
}
#header #navi_bg table{
	margin: 0 auto;
	position: relative;/*margin-top IEの解釈の相違によるバグ回避*/
	top: 10px;
}
