/* 自由に消して足して書き換えてください。 */
/***** ページの設定 ******/
body{ /* ページ全体の設定 */
margin:0 5%;padding:0; /* マージン、パディング */
color:#ccc; /* 文字色 */
font-family:Verdana,Chicago,osaka,"MS Pゴシック",sans-serif; /* 文字の指定 */
font-size:84%; /* 文字サイズ */
line-height:150%; /* 行間の設定 */
background-color:#000;}
p{margin:3px 0 20px;} /* p要素の設定 */
/***** リンクに関する設定 ******/
a:link {color:#9cc;} /* indexメニューリンク色 */
a:visited{color:#f93;} /* indexメニュー既読リンク色 */
a:hover {color:#690;} /* indexメニューポインタが乗ったら下線を出す */
/***** h要素に関する設定 ******/
h1{ /* h1要素に関する設定 */
font-size:100%; /* 文字サイズ */
margin:0 5% 160px 0; /* マージン */
padding:0; /* パディング */
text-align:right; /* 文字を右寄せ */
}
h2{ /* h2要素に関する設定 */
margin:0 -4% 20px; /* マージン */
padding:10px 0 10px 8%; /* パディング */
font-size:100%; /* 文字サイズ */
color:#666; /* 文字色 */
background-color:#000; /* 背景色 */
border-top :solid 1px #333; /* 上罫線 */
border-bottom:solid 1px #333; /* 下罫線 */
}
/***** indexページに関する設定 ******/
.index{ /* indexページの設定 */
margin:0; /* マージン */
padding:0; /* パディング */
}
.index ul{ /* indexページのメニューの設定01 */
margin:0 -4% 20px; /* マージン */
padding:10px 3%; /* パディング */
background-color:#000; /* 背景色 */
list-style:none; /* リストスタイル */
border-top :solid 1px #333; /* 上罫線 */
border-bottom:solid 1px #333; /* 下罫線 */
}
.index li{ /* indexページのメニューの設定その2 */
padding:0 4px; /* パディング */
display:inline; /* インライン */
font-weight:bold; /* 文字を太くする */
border-right:solid 1px #666; /* 区切り線表示 */
}
.index li a:link {color:#fff;} /* indexメニューリンク色 */
.index li a:visited{color:#666;} /* indexメニュー既読リンク色 */
.index li a:hover {text-decoration:underline;} /* indexメニューポインタが乗ったら下線を出す */
.index li a{text-decoration:none;} /* indexメニュー下線を消す */
/***** その他 ******/
.content{ /* contentの設定 */
width:65%; /* 横幅 */
margin:0; /* マージン */
padding:50px 3%; /* パディング */
background-image:url(img/top.jpg); /* 背景画像 */
background-repeat:no-repeat; /* 背景画像を繰り返さない */
background-position:0 0; /* 背景画像の位置 */
border-left :solid 1px #333; /* 左罫線 */
border-right:solid 1px #333; /* 右罫線 */
}
.top{ /* ページトップへの戻り */
margin:0 -4%; /* マージン */
padding:10px 3%; /* パディング */
text-align:right; /* 文字を右寄せ */
background-color:#000; /* 背景色 */
border-top :solid 1px #333; /* 上罫線 */
border-bottom:solid 1px #333; /* 下罫線 */
}