@charset "utf-8";
/*-----------------------------------------------*
	header.css
 *-----------------------------------------------*/

header
{
	height: 130px;
}

header h1#organization_name
{
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 6px;
	line-height: 1.0em
}

#header_logo
{
	display: block;
}

#header_logo:hover
{
	opacity: 1;
}

#header_title
{
	float: left;
	margin-left: 100px;
	padding-top: 15px;
}

#header_control
{
	float: right;
	margin-right: 100px;
	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: 240px;
	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: #ea8000;
	font-size: 0.85em;
	color: #fff;
	padding: 10px 110px;
}
#copyright
{
	color: #ea8000;
	font-size: 0.85em;
	padding: 5px 110px;
}

#footer_menu
{
	text-align: right;
	margin-right: 118px;
	padding:0.5em 0;
}

#footer_menu li
{
	margin:0;
	padding-left:5.38em;
	display: inline-block;
	font-weight: bold;
}

#footer_menu li a:after
{
	width: 15px;
	display: inline-block;
	content: url(../_img/common/footer_arrow.png);
	position: relative;
	top: 0.1em;
	left: 0.28em;
}

#footer_menu li a:link
{
	color:#6f6f6f;
}

#footer_menu li a:visited
{
	color:#6f6f6f;
}

#footer_menu li a:hover
{
	color: #ea8000;
}

#footer_menu li a:hover:after
{
	content: url(../_img/common/hi_arrow.png);
	position: relative;
	top: 0.1em;
	left: 0.28em;
}
