/* CSS Document */


/*各ブロック以外のリンク文字設定 プロバイダ広告が白文字にならないように*/
a:link { color: #0000ff;
text-decoration:none;}
a:hover { color: #ff0000; }
a:active { color: #ff8000; }

#header{
width: 970px;
text-align:right;
}


#main{
width: 970px;
/*border: 1px solid #FF9900;*/
}

/*　サイトのタイトル表示部分、テーマ画像など　*/
#sitetitle{
width: 970px;
height:200px;

font-size:40px;
color: #009966;
/*margin-left:30px;*/
margin-top:30;

background:url(/topimage.jpg) no-repeat;
}

#sitetitle a:link{
color:#006600;
text-decoration:none;
}
#sitetitle a:visited{
color:#006600;
}


/*　各DIV共通　*/
hr {
color:#009933;
}

strong {
color:#009933;
}



/*サイト上部の横並びメニュー　今は表示していない*/

#topmenu{
width: 950px;
height:20px;
}


#tmitem{
float:left;

width: 156px;
height:50px;
background-color:#009933;
border: 1px solid #FFFFFF;


text-align: center ;
top: 20px;
line-height:50px;

font-size:14px;

}

#tmitem a:link{
text-decoration:none;
color: #FFFFFF;
}

#tmitem a:visited{
color: #FFFFFF;
}


/*　左側のメニューツリー*/

#sidemenu{
clear: both;
float:left;
width: 180px;
border: 1px dotted #009933;

}


#sidemenuitem{
margin-left:18px;
font-size:14px;
}

#sidemenuitem a:link{
text-decoration:none;
color:#006633;
}

#sidemenuitem a:visited{
color:#006633;
}


#sideAd{
text-align:center;
}


/*　サイトのコンテンツ本文の書式　*/

#contents{
float:right;
width: 770px;
margin-left:10px;
margin-top:10px;
font-size:15px;

}



/* サイトのページ一覧を作るときのようなシンプルテーブルデザイン用 */

table#tab01 {
    /*width: 530px;*/
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#tab01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	background-image:url(/th2.jpg) ;
	background-repeat:no-repeat;
	background-position: center;
}
table#tab01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}




div#menu{

clear:both;

}





#buttom{
/*
float:right;
*/
clear both;
width: 770px;

text-align:center;
}



#footer{
clear:both;
width: 970px;
text-align:center;
border-top: 1px dotted #009933;
}


