@charset "shift_jis";

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] CSSデザインサンプルリンク指定

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #00f; }
a:visited { color: #90f; }
a:hover { color: #f00; }
a:active { color: #f00; }

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */

body {
  font-size: 85%;
  background: #999999;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
}

#wrapper {
  text-align: left;
  margin: 0 auto;
  padding: 0 10px 0;
  width: 840px;
  background: #FFFFFF;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

#header {
  width: 100%;
  height: 130px;
  background: url(../img/title.png) no-repeat 0 0;
  border-top : 1px solid #999;
  border-left : 1px solid #999;
  border-right : 1px solid #999;
  border-bottom: 20px solid #999;
  margin-bottom: 20px;
}

#header-inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../img/bg-header-inner.jpg) no-repeat 100% 0;
}

#container {
  width: 660px;
  float: left;
/*  border-top : 1px solid #999;
  border-left : 1px solid #999;
  border-right : 1px solid #999;
  border-bottom: 1px solid #999;*/
}
#container2 {
  width: 100%;
  float: left;
/*  border-top : 1px solid #999;
  border-left : 1px solid #999;
  border-right : 1px solid #999;
  border-bottom: 1px solid #999;*/
}

#contents {
  width: 450px;
  float: right;
  margin: 5px 0 5px;
}
#contents2 {
  width: 625px;
  float: right;
  margin: 5px 0 5px;
}

#left-sidebar {
  width: 195px;
  float: left;
}

#right-sidebar {
  width: 165px;
  float: right;
}

#footer {
  margin: 0 0 0 0;
  padding: 20px;
  height: 20px;
  background: url(../img/bg-footer.png) repeat-x 0 0;
  border-top : 1px solid #999;
  border-left : 1px solid #999;
  border-right : 1px solid #999;
  border-bottom: 1px solid #999;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* キーワード */
h1 {
  font-size: 100%;
  font-weight: normal;
  position: absolute;
  top: 10px;
  left: 20px;
}

/* 企業名｜ショップ名｜タイトル */
.logo {
	font-size: 100%;
	padding-left: 5px;
/*	position: absolute;
	top: 7px;
	left: 2px;*/
	font-size: 10px;
	width: 680px;
}

.logo a {
  text-decoration: none;
  color: #000;
}

.logo a:hover {
  text-decoration: none;
  color: #f00;
}

/* ページの概要 */
.description {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 1em;
  padding-left: 20px;
  background: url(../img/bg-h.gif) no-repeat 0 0;
}

h3,h4,h5,h6 { margin-top: 3em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

.subtitle {
  clear: both;
  width: 440px;
  height: 30px;
  padding: 7px 0 0 10px;
  color: #FFFFFF;
  background: url(../img/subtitle.png) no-repeat;
  font-size: 120%;
}
.subtitle2 {
  width: 610px;
  height: 30px;
  padding: 7px 0 0 10px;
  color: #FFFFFF;
  background: url(../img/subtitle2.png) no-repeat;
  font-size: 120%;
}
.words {
  width: 420px;
  height: auto;
  padding: 5px 0 0 0 30px;
}
.words2 {
  width: 590px;
  height: auto;
  padding: 5px 0 0 0;
}
.MsizeWB {
  font-size: 90%;
  color: #fff;
}
.MsizeB {
  font-size: 90%;
  color: #666666;
  line-height: 2em;
}
.MsizeBB {
  font-size: 90%;
  font-weight: bold;
  color: #666666;
  line-height: 2em;
}
.MsizeRB {
  font-size: 90%;
  font-weight: bold;
  color: #990000;
  line-height: 2em;
}
.LsizeB {
  font-size: 110%;
  color: #666666;
  line-height: 2em;
}
.LsizeBB {
  font-size: 110%;
  font-weight: bold;
  color: #666666;
  line-height: 2em;
}

.tb_menu {
	padding: 5px;
	vertical-align: middle;
	border-bottom: #666666 dashed 1px;
}
	
/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* -- サイドバータイトル -- */
.side-title { padding-bottom: 2px; }

/* -- リスト/サイドバーメニュー -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 20px;
}

.localnavi li { 
  display: inline;

}

.localnavi a {
  font-size: 100%;
  text-decoration: none;
  width: 150px;
  height: 30px;
  padding: 4px 0px 0 20px;
  display: block;
  background: url(../img/leftnavi-n.png) no-repeat;
  color: #666;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #9c0;
  background: url(../img/leftnavi-h.png) no-repeat;
  font-weight: bold;
  color: #CC3300;
}

#right-sidebar .localnavi li a {
  font-size: 100%;
  text-decoration: none;
  width: 150px;
  padding: 4px 0px 0 20px;
  display: block;
  color: #666;
}

#right-sidebar .localnavi li a:hover {
  text-decoration: none;
  background: url(../img/leftnavi-h.png) no-repeat;
  font-weight: bold;
  color:  #CC3300;
}

.sidebar-dl {
  font-size: 100%;
  margin: 5px 0 10px 5px;
}

.sidebar-dl dt {
  text-align: center;
  padding: 4px 0;
  background-color: #666;
  color: #fff;
}

.sidebar-dl dd {
  line-height: 1.5em;
  margin-bottom: 20px;
  padding: 9px;
  border: 1px solid #999999;
}

/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p {
  text-align: center;
  padding-top: 5px;
  color: #666;
}

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */

#subfooter {
  font-size: 60%;
  margin: 0;
  padding: 5px 0 0 5px;
  clear: both;
  color: #fff;
}

.memtable {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px #999999 dashed;
	border-collapse: collapse;
}