﻿@charset "UTF-8";

body {
height: auto;
margin: 0px;
text-align:center;
font: normal normal normal 100%/1.2 メイリオ, 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', Arial, Helvetica, sans-serif;
}
img {
border-width:0px;
}
div#base {
width:1000px;
height:100%;
border:1px solid #8CC63F;
margin: 10px auto;
padding: 0px 0px;
background-color:#ffffff;
background: url(img/menu.png) no-repeat;
text-align:left;
}
div#menu {
width:230px;
padding:40px 0px;
text-align:center;
float:left;
height:100%;
}
div#content {
width:770px;
float:right;
height:100%;
background-color:white;
}
div.buttons{
width:160px;
height:100%;
margin: 15px auto;
}
div#contentBottom {
padding:0px 25px;
}
div#copyRight {
border-top:1px solid #8CC63F;
padding:10px 0px;
font-size:14px;
}
div#copyRightLeft {
float:left;
margin-top:7px;
}
div#copyRightRight {
float:right;
text-align:right;
margin-bottom:7px;
}
div.buttons a {
width:160px;
height:75px;
background-position: 0px 0px;
text-indent: -9999px;
display:block;
}
div#menuButton1 a {
background: url(img/button1.png) no-repeat;
}
div#menuButton1 a:hover,div#menuButton1 a.on {
background-position: 0px -75px;
}
div#menuButton2 a {
background: url(img/button2.png) no-repeat;
}
div#menuButton2 a:hover,div#menuButton2 a.on {
background-position: 0px -75px;
}
div#menuButton3 a {
background: url(img/button3.png) no-repeat;
}
div#menuButton3 a:hover,div#menuButton3 a.on {
background-position: 0px -160px;
}
div#menuButton4 a {
background: url(img/button4.png) no-repeat;
}
div#menuButton4 a:hover,div#menuButton4 a.on {
background-position: 0px -160px;
}
div#menuButton5 a {
background: url(img/button5.png) no-repeat;
}
div#menuButton5 a:hover,div#menuButton5 a.on {
background-position: 0px -75px;
}
div#menuButton6 a {
background: url(img/button6.png) no-repeat;
}
div#menuButton6 a:hover,div#menuButton6 a.on {
background-position: 0px -75px;
}
div#menuButton7 a {
background: url(img/button7.png) no-repeat;
}
div#menuButton7 a:hover,div#menuButton7 a.on {
background-position: 0px -75px;
}
div#menuButton8 a {
background: url(img/button8.png) no-repeat;
}
div#menuButton8 a:hover,div#menuButton8 a.on {
background-position: 0px -75px;
}
div#menuButton9 a {
background: url(img/button9.png) no-repeat;
}
div#menuButton9 a:hover,div#menuButton9 a.on {
background-position: 0px -75px;
}
span.important {
color:red;
}
div#titleImg {
text-align:right;
margin:15px 0px;
}
div#subTitle {
color:#BFD630;
font-size:32px;
}
div#topLink {
text-align:right;
margin-top:30px;
margin-right:20px;
}
h1 {
font-size:14pt;
}
h2 {
font-size:13pt;
margin:0px;
color:white;
background-color:orange;
padding:3px 5px;
}
th,td {
vertical-align:top;
padding:3px 5px;
}
