@charset "utf-8";

/*-----------------------------------------------*
	header.css
 *-----------------------------------------------*/

header {
	height: 150px;
	margin-bottom: 10px;
}


#header_logo{
	float: left;
	display: block;
	margin-top: 10px;
	margin-left: 10px;
}

#header_logo:hover
{
	opacity: 1;
}

#header_title {
	float: left;
	width: 580px;
	margin-top: 10px;
	margin-left: 20px;
}
p#header_subtitle{
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 2px;
}
header h1 {
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 6px;
}

#header_control {
	float: right;
	margin-right:50px;
	margin-top: 30px;
}

#char_size {
	float: right;
	font-size: 90%;
	margin-bottom: 10px;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: 0;
}

#char_size ul {
	display: inline;
}

#char_size span {
	display: block;
	margin: 5px 5px 0 0;
	float: left;
}

#char_size .control_button {
	display: inline-block;
	margin: 0 0 0 1px;
}

#char_size .control_button input {
	display: block;
	background-color: #9db4cc;
	padding: 3px 6px;
}

#char_size .control_button input:hover {
	opacity: .5;
}

header .char_control_label {
	background:#fff;
	float: right;
	display: inline-block;
	margin: 0 0.25em;
	font-size: 90%;
}

#search {
	clear: both;
	margin-top: 10px;
	float: right;
}

#search input[type=text] {
	background: #e3e6ec;
	border: 0px;
	display: block;
	height: 29px;
	margin: 0px;
	padding:  0 0 0 .5em;
	vertical-align: top;
	width: 170px;
	float: left;
}

#search input[type=image] {
	display: block;
	margin: 0px;
	padding: 0px;
}

footer {
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	position: relative;
}

#footer_caution {
	font-size: 0.85em;
	color: #578A1F;
	padding: 5px 110px;
}

#footer_address {
	background-color: #405221;
	font-size: 0.85em;
	color: #fff;
	padding: 10px 110px;
}

#copyright {
	color: #405221;
	font-size: 0.85em;
	padding: 5px 110px;
}

