﻿
@charset "UTF-8";

/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background-color: #BDBDBD; /* ページの背景色 */
background-image: url(bg.gif);
color: #666666; /* 全体の文字色 */
font-size: 75%; /* 全体の文字サイズ */
font-family: "arial narrow"; /* 全体の文字種類*/
line-height: 1.5em;
}

p {
letter-spacing: 10em;
}

example {
letter-spacing: 10em;
}

/* --- 全体のリンクテキスト --- */
a:link { color: #808080; }
a:visited { color: #808080; }
a:hover { color: #808080; }
a:active { color: #808080; }

/* --- コンテナ --- */
#container {
width: 980px; /* ページの幅 */
margin: 0 auto; /* センタリング */
background-color: #ffffff; repeat-y right; /* サイドバーの背景画像 */
background-color: #ffffff; /* メインカラムの背景色 */
border-left: 0px #000000 solid; /* 左の境界線 */
border-right: 0px #000000 solid; /* 右の境界線 */
}

/* --- ヘッダ --- */
#header {
background-color: #000000; /* ヘッダの背景色 */
}

/* --- ナビゲーション --- */
#nav {
float: right;
width: 330px; /* サイドバーの幅 */
}

/* --- メインカラム --- */
#content {
float: right;
width: 650px; /* メインカラムの幅 */

}

/* --- フッタ --- */
#footer {
clear: right; /* フロートのクリア */
width: 100%;
background-color: #000000; /* フッタの背景色 */
}



/* --- ナビゲーションバー --- */
div.nav {
width: 100%; /* ナビゲーションの幅 */
background-color: #000000; /* ナビゲーションの背景色 */
border-top: 1px #000000 solid; /* 上境界線 */
border-bottom: 1px #000000 solid; /* 下境界線 */
font-size: 120%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 600px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background-color: #000000; /* メニューの背景色 */
border-right: 0px #ffffff solid; /* メニューの右境界線 */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 20%; /* 項目の幅 */
float: left;
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 8px 2px; /* リンクエリアのパディング（上下、左右） */
border-left: 0px #cccccc solid; /* リンクエリアの左境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
background-color: #000000; /* ポイント時の背景色 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}


/* --- 見出しエリア --- */
div.heading h3 {
width: 600px; /* 見出しエリアの幅 */
margin-bottom: 0.1em;
padding: 4px 0; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 0.1px #2E2E2E solid; /* 見出しエリアの下境界線 */
}

/* --- 見出し --- */
div.heading h3 {
margin: 0;
padding: 3px 3px 0 5px; /* 見出しのパディング（上右下左） */
border-left: 0px #ff8000 solid; /* 見出しの左境界線 */
font-size: 100%; /* 見出しの文字サイズ */
line-height: 100%;
}


/* --- 見出しエリア --- */
div.heading h2 {
width: 310px; /* 見出しエリアの幅 */
margin-bottom: 0.1em;
padding: 4px 0; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 0.1px #2E2E2E solid; /* 見出しエリアの下境界線 */
}

/* --- 見出し --- */
div.heading h2 {
margin: 0;
padding: 3px 3px 0 5px; /* 見出しのパディング（上右下左） */
border-left: 0px #ff8000 solid; /* 見出しの左境界線 */
font-size: 100%; /* 見出しの文字サイズ */
line-height: 100%;
}


/* --- 見出しエリア --- */
div.heading h1 {
width: 970px; /* 見出しエリアの幅 */
margin-bottom: 0.1em;
padding: 4px 0; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 0.1px #2E2E2E solid; /* 見出しエリアの下境界線 */
}

/* --- 見出し --- */
div.heading h1 {
margin: 0;
padding: 3px 3px 0 5px; /* 見出しのパディング（上右下左） */
border-left: 0px #ff8000 solid; /* 見出しの左境界線 */
font-size: 100%; /* 見出しの文字サイズ */
line-height: 100%;
}