@charset "Shift_JIS";
/* Reset
-------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
}
#header div,
#footer div {
	zoom: 1;
}
#header div:after,
#footer div:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0.1em;
}
#header img,
#footer img {
	border: 0;
	vertical-align: top;
}
#header ul,
#header ul li,
#footer ul,
#footer ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
#header p,
#footer p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
/* Header
-------------------------- */

#header {
}
#header * {
}
#header a:link,
#header a:visited {
	color: #11546f;
	text-decoration: none;
	outline: none;
}
#header a:hover,
#header a:active {
	color: #666;
	text-decoration: underline;
}
/*----------site_tab----------*/
#header .site_tab {
	min-width: 960px;
	padding-top: 5px;
	background: #0e3f81;
	text-align: center;
}
#header .site_tab .tab_list {
	width: 960px;
	margin: 0 auto;
}
#header .tab_list > li {
	width: 33%;
	padding: 7px 0 9px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
#header .tab_list > li:nth-child(2) {
	width: 34%;
}
#header .tab_list > li.current {
	border-left: none;
	border-radius: 3px 3px 0 0;
	background: #fff;
	font-weight: bold;
}
#header .tab_list > li > a {
	height: 24px;
	display: block;
	padding: 2px 0;
	color: #fff;
	border-right: 2px solid transparent;
}
#header .tab_list > li:first-child > a {
	border-left: 2px solid #5779a7;
	border-right: 2px solid #5779a7;
}
#header .tab_list > li.current > a {
	color: #0e3f81;
}
#header .tab_list > li > a:hover {
	text-decoration: none;
	color: #879fc0;
}
#header .tab_list > li.current > a:hover {
	color: #0e3f81;
}
#header #header-area {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
#header #header-area #header-primary {
	position: relative;
	margin: 23px auto 18px
}
#header #header-area #header-primary #header-site-group {
	width: 317px;
	float: left;
	overflow:hidden;
}
#header #header-area #header-primary #header-site-group #header-logo {
	margin: 0;
	width: 140px;
	float: left;
}
#header #header-area #header-primary #header-site-group #header-logo a:hover img {
	opacity: 0.8;
}
#header #header-area #header-function {
	padding: 20px 5px 0 0;
	width: 450px;
	position: relative;
	float: left;
}
#header #header-area #header-float-menu {
}
#header #header-area #header-float-menu #header-float-menu-inner li a {
	width: 1px;
	height: 1px;
	font-size: 0;
	position: absolute;
	top: 9px;
	left: -60px;
}
#header #header-area #header-float-menu #header-float-menu-inner li a img {
	visibility: hidden;
}
#header #header-area #header-float-menu #header-float-menu-inner li a:focus {
	width: 176px;
	height: 28px;
}
#header #header-area #header-float-menu #header-float-menu-inner li a:focus img {
	visibility: visible;
}
#header .header_lang {
	position: absolute;
	top: 17px;
	right: 180px;
	font-size: 12px;
	cursor: pointer;
	z-index: 1;
}
#header .header_lang #lang_trigger {
	border: 1px solid transparent;
	border-bottom: none;
}
#header .header_lang #lang_trigger img.on {
	display: none;
}
#header .header_lang #lang_trigger:hover {
	opacity: 0.5;
}
#header .header_lang #lang_trigger.opened {
	border-color: #999;
	background: #e5e5e5;
}
#header .header_lang #lang_trigger.opened:hover {
	opacity: 1;
}
#header .header_lang #lang_trigger.opened img.off {
	display: none;
}
#header .header_lang #lang_trigger.opened img.on {
	display: inline-block;
}

#header .header_lang #lang_trigger:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 15px;
	display: inline-block;
	border-top: 4px solid #333;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}
#header .header_lang #lang_trigger.opened:after {
	right: 16px;
	border-top: none;
	border-bottom: 4px solid #333;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}
#header .header_lang .opened + .lang_contents {
	display: block;
	border: 1px solid #999;
	border-top: none;
}
#header .header_lang .lang_contents {
	display: none;
}
#header .header_lang .lang_contents li a {
	position: relative;
	display: block;
	background: #fff;
	z-index: 10;
}
#header .header_lang .lang_contents li a img.on {
	display: none;
}
#header .header_lang .lang_contents li a:hover img.on {
	display: inline-block;
}
#header .header_lang .lang_contents li a:hover img.off {
	display: none;
}

#header .header_search {
    float: right;
	margin-top: 19px;
}
#header .header_search form {
    width: 180px;
    background: #eee;
    overflow: hidden;
	border-radius: 20px;
    box-shadow: 1px 1px 1px 0px #565656 inset;
}
#header .header_search fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}
#header .header_search legend {
	display: none;
}
#header .header_search .input_query {
	width: 144px;
    height: 19px;
    background: #eee;
    border: none;
    font-size: 12px;
    color: #999;
    text-indent: 7px;
    padding: 4px;
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
    box-shadow: 1px 1px 1px 0px #565656 inset;
}
#header .header_search .input_submit {
    padding: 0;
    width: 28px;
    height: 27px;
    background: url(/common14_satellite/image/satellite_btn_search.png) no-repeat 6px center #136ebc;
    font-size: 0;
    border: none;
    outline: none;
    cursor: pointer;
    float: right;
}
/* Breadcrumb
-------------------------- */

#breadcrumb {
}
#breadcrumb ul {
	margin: 10px auto 5px;
	padding: 0;
	width: 950px;
	letter-spacing: -.4em;
}
#breadcrumb ul li {
	font-size: 12px;
	color: #333;
	letter-spacing: normal;
	display: inline;
}
#breadcrumb ul li:before {
	padding: 0 5px;
	content: '>';
	display: inline-block;
}
#breadcrumb ul li:first-child:before {
	content: normal;
}
#breadcrumb ul li a {
	color: #333;
	text-decoration: none;
	display: inline-block;
}
#breadcrumb ul li a:hover {
	text-decoration: underline;
}
/* Footer
-------------------------- */

#pagetop {
	margin: 0 auto 18px;
	padding-top: 60px;
	width: 950px;
	text-align: right;
}
#pagetop a:hover img {
	opacity: 0.8;
}
#footer {
}
#footer * {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
}
#footer #footer-area-inner {
	margin: 0 auto;
	padding: 19px 0;
	width: 960px;
	text-align: left;
	font-size: 12px;
}
#footer #footer-function {
	padding: 0 10px;
}

#footer .footer_copyright {
	width: 100%;
	background-color: #ffffff;
	padding: 27px 0 45px;
}
#footer .footer_copyright_inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .footer_copyright_inner span a {
	opacity: 0.8;
	transition: opacity 0.2s;
}
#footer .footer_copyright ul li a {
	color: #333;
	line-height: 1;
	text-decoration: none;
}
#footer .footer_copyright ul li a:hover {
	opacity: 0.7;
}
#footer .footer_copyright_inner > nav {
	float: left;
}
#footer .footer_copyright_inner > nav > ul {
	margin-left: -16px;
    margin-top: -15px;
}
#footer .footer_copyright_inner > nav > ul > li {
	float: left;
    margin-top: 18px;
	font-size: 12px;
	border-left: 1px solid #333;
	padding: 0 15px;
	line-height: 1;
}
#footer .footer_copyright .footer_logo {
   margin: 0 9px 0 10px;
}
#footer .footer_copyright .footer_copyright_text {
	float: right;
	font-size: 10px;
	color: #333;
}
