@charset   "Shift_JIS";


/*一番外の枠*/
table.main-container{
width:780px;
border:1px solid #999999;
position:relative;
top:0px;
left:0px;
}
table.main-container td{
text-align:center;
}

/*ロゴコンテナー*/
table.logo-container{
width:644px;
height:91px;
background-image : url("images/logo.gif");
background-repeat:no-repeat;
background-position:top center;
margin:auto;
}




/*ナビボタン*/
table.navigation{
border-collapse:collapse;
margin-top:15px;
}

table.navigation td{
font-size:15px;
width:105px;
}

/*ホームへ戻る*/
.bottom{
width:700px;
text-align:center;
font-size:12px;
}




/*非マウスオーバー時のナビボタン*/
.navigation td a{
display:block;
background-color:#d9eaf5;
width:105px;
border:outset 2px;
text-align:center;
text-decoration:none;
color:#333333;
}
/*マウスオーバー時のナビボタン*/
.navigation a:hover{
background-color:#86badf;
border-style:inset;
}
/*クリック済みナビボタン*/
.navigation a:visited{
color:#999999;
}

.footer{
font-size:10px;
}





