/* リンク文字の色が変わる*/
<!--
body {
 	color : #cccccc ;
 	background : #000000 ;
 	margin : 0 0 50px 0 ;
        font-family:"GOTHIC";
	font-size : 100% ;}


A:link { color:#99CCFF; text-decoration:none;}

A:visited { color:#99CCFF; text-decoration:none;}

A:active { color:#999999; text-decoration:none;}

A:hover { color:#0000ff; text-decoration:underline; background-color:#ccccff; }
-->


<!--HR{color : blue;}
-->

<!--
/* Top主な取り扱い商品のバンド名*/
#topnavi1 {
text-align: center;
margin: 10px; padding: 10px;}

#topnavi2 {
 text-align: left;
 margin-left: auto;
 margin-right: auto;
 border: 2px solid #0000ff;
 width: 500px;
 font-size: 100%;}
-->



<!--
/* 見出し*/
#title {
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 border: 2px solid #0000ff;
 width: 350px;
 font-size: 100%;
 margin: 10px; padding: 3px}
-->

<!--
/* Tシャツの説明文*/
#style1 {
text-align: center;
margin: 10px; padding: 10px;}

#style2 {
 text-align: left;
 margin-left: auto;
 margin-right: auto;
 border: 1px solid #cccccc;
 width: 350px;
 font-size: 80%;
}

-->

<!--
/* ヘッドのリンク*/
/* ナビゲーションバー全体のスタイル */

#navbar {
    text-align: left; /* 配置 */
    font-weight: normal; /* フォントの太さ */
    font-size: 12px; /* フォントサイズ */
    width: auto; /* 全体の幅 */
    line-height: 200%; /* テキストの高さ */
}

/* リンクのスタイル */
#navbar a{
    background-color: #6699FF; /* 背景色 */
    color:#ffffff; /* 文字色 */
    padding: 2px 5px 2px 5px; /* リンク文字のパディング */
}

/* リンクをポイントした時のスタイル */
#navbar a:hover{
    background-color: #66CCCC; /* 背景色 */
    color:#000000; /* 文字色 */
    text-decoration: none; /* テキストの装飾をなくす */
}

-->