@charset "shift_jis";

/* -------------------------------------------------------------*/ {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

a:link {
	color: #000;
        text-decoration:none;
}

a:visited {
	color: #666666;
        text-decoration:none;
}
a:hover {
	background: #454545;
        text-decoration:none;
	color: #fff;}

a:active { color: #454545; }
img { vertical-align: bottom;
}


/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */
body {
  font-size: 85%;
  text-align: center;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic";
  padding: 0;
  margin: 0;
}

/*-- 全体を囲んでいます --*/
#wrapper {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

/*-- ヘッダー部分 --*/
#header {
  width: 100%;
  height: 180px;
  position: relative;
  background: url(img/sml-header.jpg) no-repeat 0 0;
}

/*-- コンテンツ部分 700px --*/
#contents { padding: 0px 50px 40px 50px; }


/*-- フッター部分 --*/
#footer {
  width: 802px;
  height: 30px;
  margin: 0 auto;
  padding: 5px 0 5px 0;
  background-color: #333;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* 見出し */

h1 {
  font-size: 100%;
  font-weight: 400;
  text-align: right;
  position: absolute;
  top: 10px;
  left: 30px;
  color: #000;
}

/* サイトタイトル */
.logo {
  font-size: 130%;
  font-weight: 700;
  position: absolute;
  top: 30px;
  left: 30px;
}

.logo a {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.logo a:hover {
  color: #f00;
  text-decoration: none;
}

/* 概要 */
.description {
  line-height: 1.5em;
  position: absolute;
  bottom: 15px;
  left: 30px;
  color: #000;
}
.arrow {
  font-size: 200%;
  color: #F90 ;
}
/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */


/* 見出し */
h3,
h4,
h5,
h6 {
  font-size: 120%;
  font-weight: 550;
  margin-bottom: 0.5em;
  text-indent: 1em;
  padding: 3px 0 2px;
  color: #000;
  background-image: url(img/sub_title.png);
  border-bottom: 1px OUTSET #D5D5D5;

}

h3,
h4,
h5,
h6 { margin-top: 1em; }

/* 文字 */
#contents p {
  line-height: 1.5em;
  margin-bottom: 1em;
  text-indent: 2em;
}
h2 {
  font-size: 130%;
  font-weight: 600%;
  margin: 0;
  text-indent: 1em;
  padding: 3px 1px 1px 3px;
  color: #ffffff;
  background-image: url(img/titlebar.png);
  background-repeat: no-repeat;
  border-bottom: 1px OUTSET #D5D5D5;
}
/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p {
  text-align: center;
  color: #fff;
}

/* -------------------------------------------------------------
