@charset "UTF-8";

/*****************************************
				Header
*****************************************/
#header {
	width: 100%;
	min-width: 960px;
	height: 486px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/header/header.jpg) center top repeat-x;
}
#header .inner {
	width: 960px;
	margin: 0 auto;
}
#header h1 {
	float: left;
	_display: inline;
	width: 420px;
	height: 60px;
	margin: 26px 0 0 0;
	padding: 0;
	overflow: hidden;
}
#header h1 a {
	background: url(../img/header/toridesyakyou.png) 0 0 no-repeat;
	width: 420px;
	height: 60px;
	display: block;
	/zoom: 1;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#toridesyakyou {
	margin: 298px 0 0 20px;
	width: 187px;
	height: 23px;
}
#toridesyakyou a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/header/b_syakyou.png) no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#toridesyakyou a:hover { background: url(../img/header/b_syakyou.png) 0 -24px no-repeat; }
#vLink {
	display: block;
	background: linear-gradient(180deg, #310 50%, #4C3123 51%, #310 90%) #310;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
	margin: 0 auto 30px auto;
	padding: 12px 0;
	text-align: center;
	font-size: 175%;
	border: 3px solid #310;
	letter-spacing: 0.1em;
}
#vLink:hover {
	background: #B00;
	border-color: #B00;
	text-decoration: underline;
}