@charset "UTF-8";
/* ==========================================================================
	ヘッダー
========================================================================== */
#header {
  border-top: solid 5px #097adb;
}
#header #logo {
  position: relative;
  width: 960px;
  margin: 0 auto;
  height: 31px;
  padding: 20px 0;
}
#header #logo h1 {
  text-align: center;
}
#header #logo p {
  position: absolute;
  width: 50px;
  height: 30px;
  top: 20px;
  left: 0;
}


/* ==========================================================================
	グローバルナビ
========================================================================== */
#gnav {
  background: #f4f4f4;
}
#gnav ul {
  width: 1100px;  /*30th anniversary*/
/*    width: 711px; original */
  margin: 0 auto;
}
#gnav li {
  float: left;
  width: 140px;
  /* 30th */
  position: relative;
  left: 190px;
  /* /30th*/
}
#gnav li.first {
  width: 151px;
}
#gnav li.last {  /*30th*/
  left: 230px;
}

/* ==========================================================================
	パンくず
========================================================================== */
#crumb {
  width: 960px;
  margin: 0 auto;
  margin: 15px auto 30px;
  font-size: 92.3%;
}
#crumb li {
  float: left;
  width: auto;
  margin: 0 10px 0 0;
  padding: 0 20px 0 0;
  background: url(./img/bg_crumb.gif) no-repeat right center;
}
#crumb li.last {
  margin: 0;
  padding: 0;
  background: none;
}
#crumb a {
  color: #333;
  text-decoration: none;
}
#crumb a:hover {
  color: #097adb;
}

/* ==========================================================================
	ページの先頭へ
========================================================================== */
#scroll {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0 0;
  background: url(./img/bg_scroll.png) no-repeat 710px bottom;
  text-align: right;
}
#scroll img {
  *padding: 0 0 1px;
}

/* ==========================================================================
	フッター
========================================================================== */
#footer {
  padding: 20px 0 30px;
  background: #097adb;
}
#footer .inner {
  width: 960px;
  margin: 0 auto;
  color: #fff;
}
#footer .inner .clearfix p {
  float: left;
  width: auto;
  font-size: 84.6%;
}
#footer .inner .clearfix ul {
  float: right;
  width: auto;
}
#footer .inner .clearfix li {
  float: left;
  width: auto;
  margin: 0 20px 0 0;
  font-size: 92.3%;
  list-style: url(/common/img/ico_arrow2.png) inside;
  *text-indent: 20px;
  *background: url(/common/img/ico_arrow2.png) no-repeat left center;
}
#footer .inner a {
  color: #fff;
  text-decoration: none;
}
#footer .inner a:hover {
  text-decoration: underline;
}
#footer #copyright {
  margin: 15px 0 0;
  text-align: right;
}

/* ==========================================================================
	ページタイトル
========================================================================== */
#pagetitle {
  width: 960px;
  margin: 0 auto;
  height: 40px;
  margin: 0 auto 40px;
}

/* ==========================================================================
	コンテナー
========================================================================== */
#contents {
  width: 960px;
  margin: 0 auto;
}

#main {
  float: right;
  width: 720px;
}

#side {
  float: left;
  width: 200px;
}

/* ==========================================================================
	サブナビゲーション
========================================================================== */
/*	サイド
========================================================================== */
#side-nav {
  margin: 0 0 20px;
  padding: 10px;
  background: #f5f5f5;
}
#side-nav li {
  padding: 10px 0;
  border-bottom: dotted 1px #333;
  list-style: url(/common/img/ico_arrow1.png) inside;
}
#side-nav li.red {
  list-style: url(/common/img/ico_arrow4.png) inside;
}
#side-nav li.first {
  border-top: dotted 1px #333;
}
#side-nav li ul {
  padding: 10px 0 0;
}
#side-nav li ul li {
  padding: 5px 0;
  border-top: solid 1px #ddd;
  border-bottom: 0;
  list-style: url(/common/img/ico_arrow3.png) inside;
  text-indent: 15px;
}
#side-nav li ul li.last {
  padding: 5px 0 0;
}

/*	トピックスサイド
========================================================================== */
#topics_side-nav {
  margin: 0 0 20px;
  padding: 10px;
  background: #eee;
}
#topics_side-nav li {
  padding: 10px 0;
  border-bottom: dotted 1px #333;
  list-style: url(/common/img/ico_arrow1.png) inside;
}
#topics_side-nav li.first {
  border-top: dotted 1px #333;
}
#topics_side-nav li a {
  color: #000;
  text-decoration: none;
}
#topics_side-nav li a:hover {
  text-decoration: underline;
}
#topics_side-nav li .ttl{
  font-weight: bold;
}
#topics_side-nav li .in{
  display: block;
  margin: 5px 0 0 19px;
}

/*	タブ
========================================================================== */
.snav {
  width: 960px;
  margin: 0 auto;
  border-bottom: solid 2px #67aeeb;
}
.snav li {
  float: left;
  width: 478px;
  margin: 0 4px 0 0;
}
