<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.all{width:700x;
}

.top{width:700px;
height:119px;
margin:0px 0px 5px 0px;
font-size:40px;
font-weight:bold;
color:#CC0000;
text-align:center;
line-height:119px;
}
.menubar{
	display: none;
}
.top2{width:700px;
margin:0px 0px 5px 0px;
}

.menu{width:170px;
float:left;
text-align:center;
padding:5px 5px 0px 5px;

}

.main{width:500px;
float:left;
padding:5px 0 5px 10px;

}

.bottom{ width:700px;
clear:both;
text-align:center;
padding:5px 0 0 0px;
}

body{
	width:700px;
	margin:0 auto;
	background-position:top;
	background-repeat:no-repeat;
	font-size:12px;
	
	
}

/*文字*/

h1 {font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
margin:5px 0px 5px 0px;
padding:0;
text-align:center;
font-weight:normal;
color:#996666;
}

h2 {font-size:14px;
margin:0;
padding:25px 0 5px 0;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
border-bottom:2px #993300 dotted;
}

h3 {font-size:12px;
font-weight:normal;
margin:25px 0 5px 0;
padding:0;
color: #996666;
text-align:center;

}

h4{font-size:12px;
text-align:center;
font-weight:normal;

}

h5{font-size:12px;
font-weight: bold;
text-align: center;
padding:2px 0px 2px 0px;
color:#CC6699;
border-bottom:1px #FF9999 dotted;
border-bottom-width: medium;
}

h6 {font-weight:normal;
text-align:center;
padding:0;
margin:0;
font-size:12px;
color:#996633;
}

/*行間*/

p{line-height:1.5;}

/*フォント色*/
.b{color:#993300;
border-bottom:#996666 thin;
border-left:double 10px #993300;
padding:5px;
font-weight:bold;
}

.u{color: #993300;
border-bottom:#993300 5px dotted;
padding:5px;
font-weight:bold;
font-size:14px;
}


/*リンクtype1*/

a.type1 {display: block; /* ★ブロック化 */
margin: 1px; /* 外側の余白 */
padding: 3px; /* 内側の余白 */
width: 150px; /* 横幅 */
float: none; /* 続く内容をなしに */
text-decoration: none; /* 下線を消す */
   
background-color: #CCCC99; /* ★背景色 */
color: #003300; /* 文字色 */
border-width: 2px; /* ★枠線の太さ */
border-style: outset; /* ★凸型に見えるように */
border-color: #669999; /* ★枠線のベース色 */
}
a:hover.type1 {background-color: #669966; /* ★背景色 */
color: #FFFFFF; /* 文字色 */
border-style: inset; /* ★凹型に見えるように */
text-decoration: underline; /* 下線を引く */
}

/*リンクtype2*/
a.type2 {display: block; /* ★ブロック化 */
margin: 1px; /* 外側の余白 */
padding: 3px; /* 内側の余白 */
width: 150px; /* 横幅 */
float: none; /* 続く内容をなしに */
text-decoration: none; /* 下線を消す */
   
background-color: #CCCC99; /* ★背景色 */
color: #003300; /* 文字色 */
border-width: 2px; /* ★枠線の太さ */
border-style: outset; /* ★凸型に見えるように */
border-color: #669999; /* ★枠線のベース色 */
}
a:hover.type2 {background-color: #CC9900; /* ★背景色 */
color: #FFFFFF; /* 文字色 */
border-style: inset; /* ★凹型に見えるように */
text-decoration: underline; /* 下線を引く */
}

/*リンクtype3*/
a.type3 {display: block; /* ★ブロック化 */
margin: 1px; /* 外側の余白 */
padding: 3px; /* 内側の余白 */
width: 150px; /* 横幅 */
float: none; /* 続く内容をなしに */
text-decoration: none; /* 下線を消す */
   
background-color: #CCCC99; /* ★背景色 */
color: #003300; /* 文字色 */
border-width: 2px; /* ★枠線の太さ */
border-style: outset; /* ★凸型に見えるように */
border-color: #669999; /* ★枠線のベース色 */
}
a:hover.type3 {background-color: #999900; /* ★背景色 */
color: #FFFFFF; /* 文字色 */
border-style: inset; /* ★凹型に見えるように */
text-decoration: underline; /* 下線を引く */
}

/*テーブル画像*/
.table a img{border:solid 2px #99FF99;}
.table a:hover img{border:3px #996666 double;}
</pre></body></html>