


/* 一般部分のリンク */

/* 未訪問のリンク */
a:link { color: #000000;
         text-decoration: none;
 }

/* 訪問済みのリンク */
a:visited { color: #000000;
            text-decoration: none;
 }

/* カーソルを乗せた時のリンク */
 a:hover { color:#8C2121;
           text-decoration: underline;
}

/* カーソルを押した時のリンク */
 a:active { color:#8C2121; }


/* フッター部分のリンク */
/* 未訪問のリンク */

div#Footer a:link { color: #ffffff;
                  text-decoration: none;
 }

div#Footer a:visited { color: #ffffff;
                     text-decoration: none;
 }

div#Footer a:hover { color:#FFCC66;
                     text-decoration: underline;
}

div#Menu a:active { color:#FFCC66; }





/* 文字サイズの設定 -------------------------------------------------------------*/

h1{
   text-align: right;
   font-size: 12px;
   line-height: 12px;
   font-weight: normal;
   text-decoration: none;
   margin-top: 7px;
   margin-left: 0px;
   margin-right: 20px;
   margin-bottom: 0px;
   color: #000000;
}

h2 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
    margin-top: 0px;
    margin-left: 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    color: #000000;
    background-color: #ffffff;
}



/* 標準サイズ*/
.menu1 {
	font-size: 13px;
	line-height: 21px;
}

/* 標準サイズ 行間狭い*/
.menu2 {
	font-size: 13px;
	line-height: 15px;
}

/* 標準サイズ 行間狭く太字*/
.menu2b {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}

/* １サイズ大標準*/
.menu3 {
	font-size: 15px;
	line-height: 19px;
}

/* １サイズ大行間狭い*/
.menu4 {
	font-size: 15px;
	line-height: 17px;
}

/* 小サイズ標準*/
.menu5 {
	font-size: 11px;
	line-height: 15px;
}

/* 小サイズ行間狭い*/
.menu6 {
	font-size: 11px;
	line-height: 13px;
}


/* ２サイズ大標準*/
.menu7 {
	font-size: 17px;
	line-height: 21px;
}

/* １サイズ大行間狭い*/
.menu8 {
	font-size: 17px;
	line-height: 19px;
}

/* 中サイズ行間狭い*/
.menu9 {
	font-size: 12px;
	line-height: 14px;
}





