<!--

body{
    background-image:url("webimage/piano.jpg");
    background-position:right bottom;
    background-repeat:no-repeat;
    color:#808080;
    /*標準のフォントカラー*/
font-family:Verdana,"ＭＳＰゴシック",Sans-serif;
    font-size:75%;
    /*標準のフォントサイズ*/
line-height:200%;
    margin:5px auto;
    width:770px;
}

h1{
	color:#C0C0C0;
	font-size:150%;
	margin:2px 0px;
	margin-bottom:10px;
}

h2{
	border-left:#808080 solid 10px;
	color:#808080;
	font-size:150%;
	line-height:110%;
	margin:0px;
	margin-top:20px;
	padding:0px;
	text-indent:5px;
}

a{
	color:#6666ff; /*リンクのカラー*/
	text-decoration:none;
}

a:hover{
	background-color:#eeeeff; /*マウスが重なったときのリンクの背景色*/
}

p{
	padding:5px;
	margin:5px;
}

/*--------------------------------------------*/

#header{
	margin-top:2px;
}

#main_body{
	margin-top:2px;
}

#right_body{
    background-color:#fff;
    filter:alpha(opacity=70);
    -moz-opacity:0.70;
    float:right;
    padding:10px;
    text-align:right;
    width:30%;
	font-size:9pt;
}

#left_body{
	clear:both;
	float:left;
	width:65%;
}

#logo{
	clear:both;
	float:left;
	width:10%;
	margin-top:5px;
}

#footer{
	border-top:#999999 solid 1px;
	clear:both;
	text-indent:10px;
	font-size:80%;
}

/* ナビゲーションバー全体のスタイル */
#navbar {
    text-align: center; /* 配置 */
    font-family: Verdana, Arial, sans-serif; /* フォントスタイル */
    font-weight: bold; /* フォントの太さ */
    font-size: 10px; /* フォントサイズ */
    width: auto; /* 全体の幅 */
    line-height: 150%; /* テキストの高さ */
}
 
/* リンクのスタイル */
#navbar a{
    background-color:#F6F6F6;
    /*背景色*/
color:#666666;
    /*文字色*/
padding: 2px 5px 2px 5px;
    /* リンク文字のパディング */;
}
 
/* リンクをポイントした時のスタイル */
#navbar a:hover{
    background-color:#AA0000;
    /*背景色*/
color:#ffffff;
    /*文字色*/
text-decoration: none;
    /* テキストの装飾をなくす */;
}
 
/* 選択されたリンクのスタイル */
#selected a,
#selected a:hover{
    background-color: #8FABBE; /* 背景色 */
    color:#ffffff; /* 文字色 */
    padding: 2px 5px 2px 5px; /* リンク文字のパディング */
    text-decoration: none; /* テキストの装飾をなくす */
}

/*----------- dlはメニューに使用しています -------------*/

dl,dt,dd{
	margin:0px;
	padding:0px;
}

#right_body dl{
	margin-bottom:10px;
	width:100%;
}

#right_body dl dt{
	border-bottom:#cccccc solid 1px;
	line-height:150%;
	text-indent:5px;
}

-->
