/* ---------------------共通設定------------------------ */

/* ---背景書式--- */
body { 
background-image: url(images/background.gif); 
background-color: #000000;
color:#eeeeee;
}

/* ---リンク関連書式--- */
a:link {
color:#ffff00;
}			/* 通常（未アクセス）の色 */

a:visited {
color:#00ff00;
}			/* アクセス済みの色 */

a:hover {
color:#ff0000;
}			/* ポイント時の色 */

a:active {
color:#ff0000;
}			/* アクティブ時の色 */


/* -------------------タイトル文字書式-------------------- */
h1 { 
font-size: 40px; 
text-align: center;
}
 
h2 {
font-style : italic;
font-size: 20px; 
text-align: center;
}

h3 {
font-size: 30px; 
text-align: center;
font-weight: bold;
}


/* ---------------------ボックス書式---------------------- */
.table-italic {
font-style: italic;
font-size: medium;
}			/* 斜体-４ポイント */


/* ---------------------ＴＡＢＬＥ書式---------------------- */
.tab-std {
font-size: small;
}


/* ---------------------文字書式---------------------- */

.font-type1 {
font-size: large;
font-weight: bold;
}			/* 見出し書式　*/

.font-type2 {
font-size: medium;
}			/* 通常書式 */

.font-type3 {
font-size: medium;
font-weight: bold;
}			/* 通常フォントサイズ+太字（見出し行）　*/


/* ---------------------リスト書式---------------------- */
.yellow-star {
list-style-image: url("images/shoot_y.gif");
font size: medium;
font-weight: bold;
line-height: 200%;
}			/* 黄星−リスト見出し行 */

.yellow-star-list {
list-style-image: url("images/shoot_y.gif");
font size: small;
margin-left:30px;
line-height: 200%;
}			/* 黄星−リスト中 */

.blue-star {
list-style-image: url("images/shoot_b.gif");
font size: medium;
font-weight: bold;
line-height: 200%;
}			/* 青星−リスト見出し行 */

.blue-star-list {
list-style-image: url("images/shoot_b.gif");
font size: small;
margin-left:30px;
line-height: 200%;
}			/* 青星−リスト中 */

.white-star {
list-style-image: url("images/shoot_w.gif");
font size: medium;
font-weight: bold;
line-height: 200%;
}			/* 白星−リスト見出し行 */

.white-star-list {
list-style-image: url("images/shoot_w.gif");
font size: small;
margin-left:30px;
line-height: 200%;
}			/* 白星−リスト中 */


.p-star {
list-style-image: url("images/shoot_p.gif");
font size: medium;
font-weight: bold;
line-height: 200%;
}			/* 紫星−リスト見出し行 */

.p-star-list {
list-style-image: url("images/shoot_p.gif");
font size: small;
margin-left:30px;
line-height: 200%;
}			/* 紫星−リスト中 */

.red-star {
list-style-image: url("images/shoot_r.gif");
font size: medium;
font-weight: bold;
line-height: 200%;
}			/* 赤星−リスト見出し行 */

.red-star-list {
list-style-image: url("images/shoot_r.gif");
font size: small;
margin-left:30px;
line-height: 200%;
}			/* 赤星−リスト中 */

.orange-star {
list-style-image: url("images/shoot_o.gif");
font size: medium;
font-weight: bold;
line-height: 200%;
}			/* オレンジ星−リスト見出し行 */

.orange-star-list {
list-style-image: url("images/shoot_o.gif");
font size: small;
margin-left:30px;
line-height: 200%;
}			/* オレンジ星−リスト中 */

.green-star {
list-style-image: url("images/shoot_g.gif");
font size: medium;
font-weight: bold;
line-height: 200%;
}			/* 緑星−リスト見出し行 */

.green-star-list {
list-style-image: url("images/shoot_g.gif");
font size: small;
margin-left:30px;
line-height: 200%;
}			/* 緑星−リスト中 */

.list-contents {
list-style-type: none;
margin-left:30px;
line-height: 150%;
}			/* リスト本文 */

.list-contents2 {
list-style-type: disc;
margin-left:50px;
line-height: 150%;
}			/* リスト本文２ */