html {
scrollbar-base-color:#996633;
}

body {
 background-color: #FFFAEE;
 background-image: url(jpg/sepia_cello_mini.jpg);
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: center center
}

a:link { color: #0000ff; }
a:visited { color: #ffffff; }
a:active { color: #ff0000; }
a:hover { color: #ff0000; }
/* メインタイトル */
h1{
	font-family:"Verdana";
	font-size:xx-large;
	font-weight:bold;
	font-style:normal;
	text-align:center;
	color:#990000;
}
/* サブ　タイトル */
h2{
	font-family:"Impact";
	font-size:large;
	font-weight:normal;
	text-align:center;
	color:#cc0000;
}
/* メインボールド */
h3{
	font-family:"ＭＳ Ｐゴシック","Osaka",sans-serif;
	font-size:small;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
}
/* リンクテキスト */
h4{
	font-family:"Comic Sans MS";
	font-size:large;
	font-weight:bold;
	text-align:center;
	color:#cc0000;
}



