/* 「index.html」ページの余白・背景色・背景画像・スクロールバー非表示の設定 */
body {
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
background-color:#ffffff;

font-size:12px;
font-color:#111111;
}

h1 {
 font-size:12px;
}

/* 「index.html」ページ全体とテーブル内の文字・行間設定 */
body,td {
color:#000000;
font-size:12px;

}

/* 「index.html」サイト名の文字設定 */
.title{
padding-top:15px;
margin-left:50px;
font-family:Nimrod,Arial,Helvetica;
font-weight:bold;
font-size:12px;
color:#333333;
letter-spacing:2px;
border-bottom:4px double #555555;
width:12px;
}

/* 「index.html」インラインフレーム部分の右と下の２重ライン */
.border1 {
border-right:4px double #111111;
border-bottom:4px double #111111;
}

/* 「index.html」メニュー部分の上の２重ライン */
.border2 {
border-top:4px double #111111;
border-bottom:4px double #111111;
}

/* 「index.html」メニュー右側／空白スペースの下と左の２重ライン */
.border3 {
border-left:4px double #111111;
}

/* 「index.html」メニュー設定 */
#menu {
width:100%;
height:100%;
padding-top:20px;
}
#menu ul {
list-style-type:none;
margin-left:0px;
}
#menu li {
text-align:left;
border-top:2px dotted #e5e5e5;
}
#menu li a {
width:120px;
font-size:12px;
font-weight:bold;
text-decoration:none;
padding:0px 15px 0px 15px;
border-bottom:2px dotted #e5e5e5;
}
#menu li a:link {
color:#444444;
}
#menu li a:visited {
color:#444444;
}
#menu li a:hover {
color:#eeeeee;
background-color:#888888;
background-image:url(./img/line.gif);
}
#menu li a:active {
color:#eeeeee;
background-color:#888888;
}

/* 「index.html」カウンター両脇のマーク */
.mark {
font-size:12px;
color:#777777;
font-weight:bold;
padding-left:12px;
}

/* 「index.html」コピーライト表記の設定 */
.mycopy {
font-size:12px;
color:#888888;
font-family:Verdana;
text-decoration:underline;
filter:alpha(opacity=100,finishopacity=40,style=3);
width:280px;
}

