@charset "utf-8";
/*===================================================

  サイト全体の基本設定
  
  Author: T.Inoue

====================================================*/

/*----------------------------------------------------
  ブラウザ初期設定のリセット
----------------------------------------------------*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
body,td,th {font-size:100%;}
html,body {height:100%;}
html {overflow-y:scroll;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
p {margin:0 0 1em;}
ol,ul {list-style:none;}
fieldset,img {border:0;}
table {border-collapse:collapse;border-spacing:0;}
caption,th {text-align:left;}
address,caption,cite,code,dfn,em,th,var {font-style:normal;}
img {vertical-align:bottom;}

/*----------------------------------------------------
  基礎、テキストリンクの設定
----------------------------------------------------*/
html {
	background: url(../img/html_bg.jpg) repeat-x center top #000;
	min-width: 960px;
}
body {
	background: url(../img/body_bg.jpg) no-repeat center 113px;
	color: #333;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 1.5em;
	min-height: 650px;
}
a:link { /* 通常時 */
}
a:visited { /* 訪問済 */
}
a:hover { /* 選択時 */
}
a:active { /* アクティブ */
}

/*----------------------------------------------------
  汎用 id/class
----------------------------------------------------*/
a.page_top { /* このページのトップへ */
}

/* tab */
.tab_nav li {
	cursor: pointer;
	float: left;
	padding: 5px;
}
.tab_nav li.select {
	background-color: #CCC;
}
.tab div.tab_box {
	clear: both;
	padding: 25px 20px;
}

.f_left { float: left; }
.f_right { float: right; }

.annotation {
	font-size:12px;
	color:#666;
	line-height:1.3em;
	}

.h3_space {
	margin-left:20px;
	}

.out_pl { clear:both; }

.small_title { font-size:14px; font-weight:bold; }

/*----------------------------------------------------
  アラート表示
----------------------------------------------------*/
html.alert_sp {
	background-position: center 100px;
}
html.alert_sp body {
	background-position: center 213px;
}
html.alert_sp div#spsitelink { /* スマートフォン用リンク */
	background: #FFF;
	margin: auto;
	height: 100px;
	width: 960px;
	text-align: center;
}

/*****************************************************
  #header ヘッダー
*****************************************************/
#header {
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	padding-top: 6px;
}
#header.h_gn_li7 {
	background-position: center -113px;
}
#header.h_gn_li8 {
	background-position: center bottom;
}
#header #headr_box {
	margin: auto;
	height: 107px;
	width: 960px;
}
#headr_box #index_link {
    display: block;
    float: left;
    height: 107px;
    text-indent: -9999px;
    width: 90px;
}
/* h_sponsor */
#headr_box #h_sponsor {
	float: right;
	height: 50px;
	margin-right: -5px;
}
#headr_box #h_sponsor li {
	float: left;
	padding: 5px 0 0 2px;
}

/*----------------------------------------------------
  #gnav グローバルナビ
----------------------------------------------------*/
#gnav {
	float: right;
	position: relative;
	width: 860px;
	z-index: 500;
}
#gnav li {
	float: left;
}
#gnav li#gn_li1 { width:  83px; }
#gnav li#gn_li2 { width: 113px; }
#gnav li#gn_li3 { width: 114px; }
#gnav li#gn_li4 { width:  95px; }
#gnav li#gn_li5 { width:  95px; }
#gnav li#gn_li6 { width: 130px; }
#gnav li#gn_li7 { width: 145px; padding: 0 5px 0 0; }
#gnav li#gn_li8 { width: 80px; }

#gnav li a.gn_a {
	background-position: left bottom;
	background-repeat: no-repeat;
	display: block;
	height: 53px;
	width: 100%;
	overflow: hidden;
    text-indent: -9999px;
}

#gnav li#gn_li1 a.gn_a:hover , #gnav li#gn_li1 a.select { background-image: url(../img/gn_li1_on.jpg); }
#gnav li#gn_li2 a.gn_a:hover , #gnav li#gn_li2 a.select { background-image: url(../img/gn_li2_on.jpg); }
#gnav li#gn_li3 a.gn_a:hover , #gnav li#gn_li3 a.select { background-image: url(../img/gn_li3_on.jpg); }
#gnav li#gn_li4 a.gn_a:hover , #gnav li#gn_li4 a.select { background-image: url(../img/gn_li4_on.jpg); }
#gnav li#gn_li5 a.gn_a:hover , #gnav li#gn_li5 a.select { background-image: url(../img/gn_li5_on.jpg); }
#gnav li#gn_li6 a.gn_a:hover , #gnav li#gn_li6 a.select { background-image: url(../img/gn_li6_on.jpg); }
#gnav li#gn_li8 a.gn_a:hover , #gnav li#gn_li8 a.select { background-image: url(../img/gn_li8_on.jpg); }


/* gn_box */
#gnav li div.gn_box {
	background-image: url(../img/gn_box_bg.jpg);
	border: 1px solid #111;
	color: #FFF;
	display: none;
	width: 746px;
	height: 265px;
	position: absolute;
	top: 53px;
	left: 0;
	padding: 8px 0 15px 15px;
	z-index: 100;
	-webkit-box-shadow: #000 0px 2px 6px;
	-moz-box-shadow: #000 0px 2px 6px;
	box-shadow: #000 0px 2px 6px;
}

#gnav li div.gn_box ul { 
	float: left;
	font-size:12px;
	line-height:1.2em;
	width: 140px;
	margin-top:7px;
}
#gnav li div.gn_box li {
	float: none;
	margin-bottom: 10px;
}
#gnav li div.gn_box li a {
	color: #FFF;
	padding-left: 17px;
	display:block;
	text-decoration:none;
}
#gnav li div.gn_box li a:link , #gnav li div.gn_box li a:visited {
	background: url(../img/nav_icon1.gif) no-repeat left 1px;
}
#gnav li div.gn_box li a:hover , #gnav li div.gn_box li a:active {
	background: url(../img/nav_icon1_over.gif) no-repeat left 1px;
}

#gnav li div.gn_box div.box_close {
	float: right;
	text-align: right;
	width: 585px;
	margin-right:15px;
}
#gnav li div.gn_box div.box_close span {
	background: url(../img/gn_box_close.jpg) no-repeat right 3px;
	color: #999;
	cursor: pointer;
	padding-right: 15px;
}
#gnav li div.gn_box div.banner {
	float: right;
	width: 600px;
	height: 250px;
	margin-right:1px;
	-webkit-box-shadow-left: #000 -2px 0px 3px;
	-moz-box-shadow-left: #000 -2px 0px 3px;
	box-shadow-left: #000 -2px 0px 3px;
}
#gnav li div.gn_box div.banner ul { width:600px !important; }
#gnav li div.gn_box div.banner ul li {
	height:250px;
	background:url(../img/nav_border.jpg) no-repeat 0 0;
	padding:0 14px 0 16px;
	float:left;
	clear:inherit !important;
	font-size:12px;
	}
	#gnav li div.gn_box div.banner ul li span {
		font-size:12px;
		display:block;
		line-height:1.3em;
		margin-top:5px;
		width:170px;
		}
	#gnav li div.gn_box div.banner ul li a {
		padding:0 !important;
		background-image:none;
		}


/*****************************************************
  #page 全体
*****************************************************/
#page {
	background-position:center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 650px;
	float: left;
	width: 100%;
}

/*----------------------------------------------------
  #contents コンテンツ
----------------------------------------------------*/
#contents {
	clear: both;
	margin: auto;
	width: 960px;
}

/*----------------------------------------------------
  #breadcrumb パンくずリスト
----------------------------------------------------*/
#breadcrumb {
	background: url(../img/breadcrumb_bg.png);
	color: #E0A8AB;
	width: 765px;
	margin: 5px 0;
	float: right;
	line-height: 23px;
	font-size:12px;
}
#breadcrumb a {
	background: url(../img/breadcrumb_right.png) no-repeat right center;
	color: #E0A8AB;
	display: block;
	margin-right: 5px;
	padding-right: 15px;
	float: left;
	text-decoration: none;
	font-size:12px;
}
#breadcrumb a#breadcrumb_home {
	background: url(../img/breadcrumb_home.png) no-repeat;
	width: 32px;
	padding-right: 0;
    text-indent: -9999px;
}

/*----------------------------------------------------
  #main メインコンテンツ
----------------------------------------------------*/
#main {
	background-color: #FFF;
	min-height: 500px;
	width: 765px;
	float: right;
	padding-bottom: 30px;
}
#main div.box {
	padding: 10px 30px 0;
}
#main h1 {
	background: url(../img/contents_h1_bg.jpg);
	clear: both;
	padding-left: 30px;
	font-size: 22px;
	font-weight: bold;
	line-height: 70px;
	overflow: hidden;
}
#main h1#contents_head {
	background: none !important;
	padding-left: 0 !important;
}
#main h2 {
	background: url(../img/contents_h2_bg.jpg);
	clear: both;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 0 10px 20px;
	margin-bottom:5px;
}
#main h3 {
	background: url(../img/contents_h3_bg.jpg) no-repeat left top;
	border-bottom: 1px solid #E6E6E6;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
	margin: 15px 0 10px;
	padding: 0 0 5px 20px;
}

/* link_panel */
#link_panel {
	float: left;
	width: 730px;
	margin-left: -25px;
	padding-top: 20px;
}
#link_panel a {
	background-image: url(../img/link_panel.jpg);
	color: #333;
	display: block;
	overflow: hidden;
	float: left;
	text-decoration: none;
	width: 300px;
	height: 170px;
	margin: 0 0 25px 25px;
	padding: 0 20px 20px;
}
#link_panel a div {
	line-height: 55px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}
#link_panel a img {
	background-color: #CCC;
	float: left;
	margin-right: 20px;
}

/* table要素 */
#main table {
	width: 100%;
	margin-bottom: 10px;
}
#main table th {
	background-color: #808080;
	border: 1px solid #B3B3B3;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
	font-size:14px;
	text-align:center;
}
#main table td {
	border: 1px solid #B3B3B3;
	padding: 5px;
	font-size:12px;
}
#main table tr.odd td {
	background-color: #EEE;
}

/* 共通タブパターン */
#main .commontab ul.tab_nav {
	background: url(../img/f_shadow_bg.png) repeat-x bottom;
	height: 46px;
}
#main .commontab ul.tab_nav li {
	background: url(../img/commontab.png) no-repeat;
	color: #808080;
	text-align: center;
	height: 26px;
	width: 164px;
	margin-right: 3px;
	padding-top: 15px;
	font-weight: bold;
}
#main .commontab ul.tab_nav li.select {
	background: url(../img/commontab_select.png) no-repeat;
	color: #333;
	font-size: 16px;
}
#main .commontab div.tab_box {
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

/* ページ内リンク */
#main .in_pl {
	background: url(../img/in_pl_bg.gif) no-repeat left bottom #F2F2F2;
	color: #C1272D;
	font-size: 12px;
	float: right;
	padding-left: 25px;
	clear:both;
}
#main .in_pl li {
	float: left;
	font-weight: bold;
	padding: 0 5px;
}
#main .in_pl li a {
	color: #333;
	text-decoration: none;
	padding-right: 5px;
	font-weight: normal;
	line-height: 2em;
}
#main .in_pl li.pl_now ,
#main .in_pl li.pl_now a {
	color: #B3B3B3;
}

/*----------------------------------------------------
  #side サイドコンテンツ
----------------------------------------------------*/
#side {
	width: 185px;
	float: left;
}
#side #s_nav li {
	background-image: url(../img/s_nav_bg.jpg);
}
#side #s_nav li a {
	border-top: 1px solid #414141;
	border-bottom: 1px solid #000;
	color: #FFF;
	display: block;
	padding: 10px 10px 10px 30px;
	text-decoration: none;
	line-height:1.4em;
}
#side #s_nav li a:link , #side #s_nav li a:visited {
	background: url(../img/nav_icon1.gif) no-repeat 10px 13px;
	}
#side #s_nav li a:hover , #side #s_nav li a:active {
	background: url(../img/nav_icon1_over.gif) no-repeat 10px 13px;
	}

#side #s_nav li li {
	background: none #1E1E1E;
}
#side #s_nav li li a {
	padding: 7px 10px 7px 30px;
	font-size: 12px;
}
#side #s_nav li li a:link , #side #s_nav li li a:visited {
	background: url(../img/nav_icon2.gif) no-repeat 170px 12px;
	}
#side #s_nav li li a:hover , #side #s_nav li li a:active {
	background: url(../img/nav_icon2_over.gif) no-repeat 170px 12px;
	}

#side .s_banner {
	background: url(../img/s_banner_bg.png);
	padding: 15px 15px;
}
.s_banner ul li {
	margin-bottom:5px;
	line-height:0;
	}

/*----------------------------------------------------
  #footer フッター
----------------------------------------------------*/
#footer {
	background: url(../img/footer_bg.png) no-repeat center top;
	color: #FFF;
	clear: both;
	width: 100%;
	padding-top: 20px;
	position: relative;
}

/* f_nav */
#footer #f_nav {
	position: relative;
	left: 50%;
	float: left;
	font-size:12px;
}
#footer #f_nav li {
	padding-right: 20px;
	position: relative;
	left: -50%;
	float: left;
}
#footer #f_nav li a {
	color: #FFF;
	text-decoration: none;
	background: url(../img/nav_icon1.gif) no-repeat left center;
	padding-left: 20px;
}
#footer #f_nav li a:hover , #footer #f_nav li a:active {
	background: url(../img/nav_icon1_over.gif) no-repeat left center;
	}

#footer a.page_top {
	background: url(../img/f_page_top.png);
	clear: both;
	display: block;
	position: relative;
	left: 50%;
	float: left;
	height: 20px;
	width: 90px;
	margin: 10px 45px 10px -45px;
	text-indent: -9999px;
}
#footer a.page_top:hover {
	background-position: bottom;
}
#footer #copy {
	color: #4D4D4D;
	clear: both;
	font-size: 10px;
	text-align: center;
}
