/* CSS Document */

* {
margin: 0px;
padding: 0px;
}

body {
font: 16px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
text-align: center;
width: 1024px;
position: absolute;
left: 50%;
margin-left: -512px;
background: #fffafa;
}

#main {
border: 1px solid #474655;
}

#header1 {
text-align: right;
padding-right: 5px;
background: #80cedd;
}

#header2 {
background: #80cedd;
height: 25px;
}

#title {
height: 200px;
background: url(img/title.jpg);
}

#menul {
margin: 0px;
width: 150px;
float: left;
}

#contents {
margin-left: 2px;
width: 720px;
float: left;
text-align: left;
padding-left: 20px;
}

#menur {
width: 120px;
float: right;
text-align: right;
}

#footer {
clear: both;
background: #017589;
color: #ffffff;
}

#menul ul{ 
margin: 0; 
padding: 0; 
list-style-type: none; 
}

#menul li{ 
display: inline; 
padding: 0; 
margin: 0; 
}

#menul a{
display: block; 
border-left: 8px solid #474655;
border-top: 1px solid #474655;
border-right: 1px solid #474655;
border-bottom: 1px solid #474655;
background-color: #ffffff;
padding: 5px 10px;
text-decoration: none;
color: #333;
margin: 0px 0px 1px 0px;
text-align: left;
}

#menul a:hover{
border-left: 8px solid #474655;
border-top: 1px solid #474655;
border-right: 1px solid #474655;
border-bottom: 1px solid #474655;
background-color: #d7efd7;
}

table {
width: 100%;
border: 1px #E3E3E3 solid;
border-collapse: collapse;
border-spacing: 0;
}

th {
padding: 5px;
border: #E3E3E3 solid;
border-width: 0 0 1px 1px;
background: #F5F5F5;
font-weight: bold;
line-height: 120%;
text-align: center;
}

th#image {
width: 45%;
}

th#key {
width: 15%;
}

th#text {
width: 40%;
}

td {
padding: 5px;
border: 1px #E3E3E3 solid;
border-width: 0 0 1px 1px;
}

h1 {
font-size: 40px;
margin: 0px;
}

h2 {
margin: 10px;
}

h3 {
margin:0 0 10px 0;
padding:2px 8px;
border-width:0 0 0 5px;
border-color: #80CEDD;
border-style:solid;
background:#029EBC;
color:#EBF7FA;
line-height:140%;
width: 685px;
font-weight:bold;
}

#footer a {
color: #ffffff;
}

#ads2 {
text-align: center;
}

#contents ul{
margin-left: 30px;
}

#contents p.right {
margin-right: 14px;
text-align: right;
}

td.center {
text-align: center;
}
