@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; }
#wrapper h6 a {
	color: #CCC;
}




a:visited { color: #90f; }

a:hover { color: #f00; }

a:active { color: #f00; }

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

body {
  font-size: 85%;
  text-align: center;
  font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け", "MS PGothic", sans-serif;
  padding:0;
  margin: 0;
  background: url(img/bg-body.gif) repeat-x 0 220px;
}

#wrapper {
  text-align: left;
  margin: 100px auto 0;
  width: 900px;
}

#header { height: 120px; }

#contents {
  font-size: 90%;
  width: 290px;
  height:350px;
  float: right;
  padding: 5px 0 5px 410px;
  overflow: auto;
  background: url(img/n19gk.jpg) no-repeat 0 0;
}

#globalnavi {
  font-size: 90%;
  width: 195px;
  height: 350px;
  float: left;
  padding: 5px 5px 5px 0;
}

#footer { padding: 5px 0; }

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

/* 隕句・縺・*/
h1 {
  font-size: 100%;
  font-weight: normal;
  text-align: right;
}

/* 繧ｵ繧､繝医ち繧､繝医Ν */
#header .logo {
  font-size: 150%;
  font-weight: normal;
  line-height: 1em;
}

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

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

#header p {
  margin-bottom: 0.5em;
  line-height: 1.2em;
}

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

h2,
h3,
h4,
h5,
h6 {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	color: #FFF;
}
#wrapper h6 {
	font-size: xx-small;
	color: #CCC;
	text-align: right;
}

#wrapper #header h2 {
	color: #06C;
	font-size: large;
}


#contents p {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}

#contents ul { margin: 0 0 20px 15px; }

#contents li { margin-bottom: 0.5em; }



/* -------------------------------------------------------------
   [4] 繧ｰ繝ｭ繝ｼ繝舌Ν繝翫ン蜀・↓髢｢縺吶ｋ謖・ｮ・*/

#globalnavi ul { list-style-type: none; }

#globalnavi li { display: inline; }

#globalnavi li a {
  text-decoration: none;
  width: 180px;
  display: block;
  padding: 4px 4px 4px 9px;
  border: 1px outset #09c;
  background-color: #09c;
  color: #eee;
}

#globalnavi li a:hover {
  text-decoration: none;
  background-color: #eee;
  color: #000;
}

/* -------------------------------------------------------------
   [5] 繝輔ャ繧ｿ繝ｼ繝悶Ο繝・け蜀・↓髢｢縺吶ｋ謖・ｮ・*/
#footer p {
	text-align: right;
	color: #999;
	font-size: x-small;
}


/* -------------------------------------------------------------
   [6] CSS繝・じ繧､繝ｳ繧ｵ繝ｳ繝励Ν繝ｪ繝ｳ繧ｯ謖・ｮ・*/

#cds {
  clear: both;
  font-size: 85%;
  text-align: right;
}

#cds,
#cds a,
#cds a:hover {
  text-decoration: none;
  color: #ccc;
}
