@charset "UTF-8";
/* サイト全体
*/
body {
	background-image: url(../img/bg_bk.gif);
	background-attachment: fixed;
	font-family:Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:100%;
	background-color: #000000;
	color:#CCCCCC;
	overflow-x: auto;

}
/*
 Share Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}





h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	margin:0;
	padding:0;
}
p,li,dt,dl {
	line-height:1.8em;
	font-size:0.8em;
}
p {
	margin:0 0 1em 0;
}

p.counter {
	text-align: center; 
	color:#99ccff
}

li {
	list-style-type:none;

}
img {
	border:0;
}

hr {
	display:none;
}
.clear {
	clear:both;
}

.df_ul {

	margin-left:10px;
}
.df_ul li {
	margin-left:10px;
	list-style:disc;
}

a {
	color:#99CCFF;
　　　　text-decoration:underline;
}

a:link {
	color:#99CCFF;
　　　　text-decoration:underline;
}

a:visited {
   	 color:#FF9900;
    	text-decoration:underline;
}

table {
	border="1"
       border-collapse: separate;
       border-spacing: 2px;
       width: 100%;
	margin-left: auto;
 	margin-right: auto;
}


table td {
	font-size: 0.8em;
	padding: 5px 5px;
}

.pagetop {

    display: none;

    position: fixed;

    bottom: 30px;

    right: 15px;

}

.pagetop a {

    display: block;

    background-color: #ccc;

    text-align: center;

    color: #222;

    font-size: 12px;

    text-decoration: none;

    padding: 5px 10px;

    filter:alpha(opacity=50);

    -moz-opacity: 0.5;

    opacity: 0.5;

}

.pagetop a:hover {

    display: block;

    background-color: #b2d1fb;

    text-align: center;

    color: #fff;

    font-size: 12px;

    text-decoration: none;

    padding:5px 10px;

    filter:alpha(opacity=50);

    -moz-opacity: 0.5;

    opacity: 0.5;

}


/*
 テンプレートレイアウトスタイル [
----------------------------------------------------------- */
#wrapper {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	padding-bottom: 30px;
	margin-left: auto;
	height: auto;
}

/* ヘッダー部分
*/
#header {
	background-color: #000000;
	height: 20px;
	width: 800px;
}
#header h1 {
	font-size: 100%;
	color: #cccccc;
	padding-top: 15px;
	text-align: center;
	font-weight:normal;
}

/* キービジュアル部分
*/
#key {
	float: left;
	height: 155px;
	width: 750px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 1.5em;
	color: #cccccc;
	padding-top: 24px;
	background-color: #000000;
	text-align: right;
	padding-right: 25px;
	padding-left: 25px;
}
#key span {
	margin:20px;
}

/* メイン部分
*/
#main {
	height: auto;
	width: 800px;
	float: left;
	display:inline;
	background-color: #000000;
	padding-top: 25px;
	padding-right: 0px;


}

/* レフト部分
*/
#left {
	width: 230px;
	height: auto;
	float: left;
	margin-right: auto;
	margin-left: auto;
	display:inline;
}

/* -----------------------------
   グローバルナビ（左メニュー）
   PC版 / nav構造対応版
------------------------------ */
/* 左ナビ全体 */
nav.gn_menu {
  background: none; /* 画像不要 */
  width: 170px;
  margin-left: 30px;
  position: relative; /* 背景やボタンの基準 */
}

/* PCではメニュートグルボタン非表示 */
nav.gn_menu .menu-toggle {
  display: none;
}

/* ナビリスト */
nav.gn_menu .gn {
  list-style: none;
  padding: 0 0 20px 0; /* 下の余白のみ */
  margin: 0;
}

/* ナビ項目 */
nav.gn_menu .gn li {
  height: 31px;
  line-height: 31px;
  margin-left: 0;          /* li自体は左揃え */
  padding-left: 0;         /* li内は a 側で調整 */
}

/* リンク */
nav.gn_menu .gn li a {
  position: relative;  /* 擬似要素配置の基準 */
  display: block;
  height: 31px;        /* 元の高さ維持 */
  line-height: 31px;
  width: 170px;
  padding-left: 20px;
  margin: 0;
  color: #EEEEEE;
  text-decoration: none;
  border-radius: 4px;
  background: linear-gradient(90deg, #444444 0%, #666666 50%, #333333 100%);
  background-size: 200% 100%;
  transition: background-position 0.3s, color 0.3s;
}

/* 下線を擬似要素で追加 */
nav.gn_menu .gn li a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 3px;               /* 高さを変えずに、下にうっすら配置 */
  height: 2px;
  background-color: transparent;
  transition: background-color 0.3s;
}

/* hover時 */
nav.gn_menu .gn li a:hover {
  background-position: 100% 0;
  color: #FFFFFF;
}

nav.gn_menu .gn li a:hover::after {
  background-color: #FF9900; /* hoverで下線を出現 */
}


/* メニュータイトル文字（PC表示用） */
.menu-title {
  display: block;
  width: 190px;         /* ← 背景画像と同じ幅に固定！ */
  height: 31px;         /* ← 高さも合わせておく */
  line-height: 31px;    /* 縦中央揃え */
  text-align: center;
  color: #ff9900;
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  border-radius: 4px;

  /* グラデーション背景を全体に適用 */
  background: linear-gradient(90deg, #777777 0%, #999999 50%, #666666 100%);
  background-size: cover;     /* 横幅にフィットさせる */
  background-repeat: no-repeat;
  background-position: center;

  /* 見やすくするための影 */
  text-shadow: 0 1px 2px #000;
}



/* スマホ対応（ボタンは非表示） */
.menu-toggle {
  display: none;
}

/* ナビ下のカウンターも左揃え */
#left p.counter {
  margin-left: 10px;
  text-align: center;
  color: #99ccff;
}


/* ライト部分
*/
#right {
	width: 545px;
	height: auto;
	float: left;
	background-image: url(../img/tree3.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	display:inline;
	padding-right: 25px;

}

/* コンテンツスタイル
*/
.midashi {
	height: 50px;
	width: 545px;
	background-image: url(../img/midashi.gif);
	background-repeat: no-repeat;
	margin-bottom:10px;
}
.midashi span {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #000000;
	padding-left: 25px;
}
#right p {
	margin-bottom:10px;
}


/* フッター部分
*/
#footer {
	background-image: url(../img/footer.png);
	height: auto;
	min-height: 10px;
	margin-bottom: 10px; /* 任意の余白 */
	width: 800px;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: right;
	color: #CCCCCC;
	float: right;
}
#footer span {
	padding-right: 5px;
}
#footer_link {
	font-size: 1.0em;
	
	color: #CCCCCC;
	background-color: #000000;
	padding-bottom: 5px;
	width: 800px;
	float: left;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footer_link ul {
	width: 100%;
	display: inline;
	text-align: center;
	float: left;
} 
#footer_link ul li{
	list-style-type: none;
	display: inline;
} 

.footer-ad {
  width: 800px;
  height: 120px; /* ← 枠自体の高さを固定 */
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
}
.footer-ad ins {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* グーグルカスタム検索背景透過
*/

.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: transparent !important;
  border-color: transparent !important;
  padding-top: 0 !important;}


/* 追加
*/

thead {
    background-color: #000000;
}

td {
    border-bottom: 1px solid gray;   
}

.pagination > a {
    display: inline-block;
    color: black;
    border: 1px solid gray;
    text-decoration: none;
    background-color: white;
    padding: 0.5em;
    width: 1.5em;
    text-align: center;
}

.pagination > a.active {
    font-weight: bold;
    background-color: gray;
    color: white;
}

.pagination > a:hover {
    background-color: silver;
}

.error {
    color: red;
}

