@charset "shift_jis";





#head_area {
	background:url(../i-images/header_bg.png)no-repeat,
	 -webkit-gradient(
	linear, left top, left bottom, 
	from(#b6b6b6),
	color-stop(0.50, #858585),
	color-stop(0.50, #858585),
	color-stop(0.69, #858585),
	to(#b6b6b6));
	background:url(../i-images/header_bg.png)no-repeat,
	 -webkit-gradient(
	linear, left top, left bottom, 
	from(#b6b6b6),
	to(#858585));
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
	background-position:right center;
}

#head_area h1 {
	text-align: left;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}

#head_area a {
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
	display:block;
}

#sitesetumei {
	display:none;
	line-height:16px;
	font-size: 95%;
	position: absolute;
	top: 70px;
	left: 35px;
	right: 380px;
}

