/* 「index.html」ページの余白・背景色・背景画像・スクロールバー非表示の設定 */
body {
text-align:left;
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
background-color:#ffffff;

font-size:12px;
font-color:#111111;
}

h1 {
 font-size:10px;
 color:#111111;
 font-weight:normal;
}

.oya { /* 親要素に対する指定 */ 
text-align: center; /* センタリング */ 
} 

.box2 { /* ボックスの指定 */ 
font-size:12px;
line-height: 1.5;
text-align: left; /* 左寄せ */ 
width: 350px; /* ボックスの横幅 */ 
background-color: #ffffff; /* 背景色 */ 
border: 0px #1C79C6 solid; /* 枠線（太さ・色・スタイル） */ 
} 

/* 「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:0px double #1111ff;
border-bottom:0px double #1111ff;
border-left:0px double #1111ff;
border-right:0px double #1111ff;
}

/* 「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:center;
border-top:0px dotted #e5e5e5;
}
#menu li a {
width:120px;
font-size:12px;
font-weight:normal;
text-decoration:none;
padding:0px 15px 0px 15px;
border-bottom:0px dotted #e5e5e5;
}
#menu li a:link {
color:#444444;
}
#menu li a:visited {
color:#444444;
}
#menu li a:hover {
color:#eeeeee;
background-color:#CCCCFF;
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;
}


