@charset "utf-8"; 

*{
font-family:Arial, Helvetica, sans-serif;
line-height:1.5em;
}
#main{
margin: 10px auto 0px auto;
width: 826px;
}
body{
}

.header{
text-align: center;
overflow: hidden;
position:relative;
width:826px;
margin-bottom: 7px;
min-height:60px;
}

.head-left-img{
position:absolute;
top:0;
left:5px;
}

.head-right-img{
position:absolute;
top:0;
right:0;
}


#head-text{
width:826px;
font-weight: bold;
text-align: center;
}
.header_top{
font-size: 16px;
font-weight: bold;
font-family:Georgia, "Times New Roman", Times, serif;
}
h1{
font-size: 24px;
margin:5px 0;
font-weight: bold;
font-family:Georgia, "Times New Roman", Times, serif;
}
.large_txt{
font-size: 32px;
font-weight: bold;
}

/*menu*/

table.menu{
width: 826px;
}
.menu td{
height:0px;
}
.menu td div{
border-style: solid;
border-width: 1px;
text-align: center;
font-size: 13px;
padding:5px 0px;
margin:0px 3px;
}
.menu td div a{
padding:0 10px;
}
.active a{
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
.menu_style a{
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

#main_img{
width: 820px;
border-style: solid;
overflow: hidden;
}
#bottom{
width: 770px;
border-style: solid;
overflow: hidden;
padding-top:10px;
padding-right:50px;
}
#bottom span ,#bottom div{
font-family: Geneva, Arial, Helvetica, sans-serif;
}
.bottom_text{
width: 480px;
margin-left: 50px;
margin-bottom: 20px;
float: left;
}
.bottom_text_top{
font-size: smaller;
font-weight: bold;
line-height: 1.5em;
}
.bottom_text_bot{
font-size: larger;
font-weight: bold;
}
.pdf_text{
width: 120px;
float:left;
float/**/:right;/*IE6以外*/
text-align: right;
padding-top:70px;
font-size: smaller;
font-weight: bold;
line-height: 1.5em;
}
.pdf_img{
float:left;
float /**/:right;
padding: 5px 0px 5px 10px;
}

/*サブページ*/
#main_contents{
padding:30px;
font-size:14px;
}
.message{
padding:20px;
}

#main_contents table{
margin:20px auto;
}

#main_contents h2.title{
padding-left:10px;
border-left:5px solid;
}

#main_contents a:hover{
filter: alpha(opacity=60);
-moz-opacity:0.6;
opacity:0.6;
text-decoration:underline;
}


#footer{
width: 826px;
height: 35px;
padding-top: 5px;
}

.footer_img{
float: right;
margin-left: 10px;
}

.footer_text{
text-align: right;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
}


