﻿@charset "UTF-8"
/* CSS Document */
* {
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
}
body {
text-align: center;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
}
/*logo*/
#logo a, #logo a:hover {
float:left;
font: bold 18px Verdana, Arial, Helvetica, sans-serif;
text-indent:-9999px;
display:block;
width: 125px;
height: 140px;
background: url(../images/logo.jpg) no-repeat;
}
/*Contents*/
#wrapper {
text-align: left;
margin: 0px auto;
height: auto;
width: 800px;
background-image: url(../images/background.jpg) ;
position: relative;
}
/*index header*/
#header {
height: 140px;
width: 800px;
margin: 0px;
padding: 0px;
}
h1.top{
display:none;
}
h1 {
color: #442E00;
font: bold 14px Verdana, Arial, Helvetica, sans-serif; 
padding-bottom:15px;
}
.black {
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
padding-bottom:10px;
}
.boldblack {
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
padding-bottom:10px;
}
.boldbrown {
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
color: #442E00;
padding-bottom:5px;
}
.name {
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
text-align:right;
margin-bottom:20px;
}
/*contents*/
#container {
clear:both;
width: 565px;
height: auto;
background-color: #FFFFFF;
margin: 0px 110px 0px 125px; 
}
#textbox {
width: 510px;
height: auto;
background-color: #FFFFFF;
padding: 30px 25px 40px 30px; 
}
#topimage img{
width: 555px;
height: 235px;
margin: 5px;
}
.photo {
border: solid 1px;
margin: 0px 0px 20px 0px;
}
.line {
height: 5px;
background-color: #002F67;
}
.clearzone {
clear: both;
visibility: hidden; 
height: 0px;
}
#bottomimage {
background: url(../images/bottomimage.gif) no-repeat ;
margin: 10px 110px 0px 125px;
_margin: 0px 110px 0px 125px;
width: 565px;
height: 167px;
padding:0px;
}
#footer {
font-size:10px;
color: #442E00;
text-align: right;
height: 80px
}
#footer_l {
float:left;
text-align: left;
width: 400px
}
#footer_r {
float:right;
text-align: right;
width: 400px;
}
#footer_l p {
margin: 0px 0px 0px 125px;
}
#footer_r p {
margin: 0px 110px 0px 0px;
}
a {
color: #442E00;
}
a:hover {
text-decoration:underline
}
ul.mission {
list-style:disc
list-style-position:outside;
margin-left:20px;
}
ul.mission li {
padding-bottom:10px;
}
dl {
width:510px;
padding-bottom:20px;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
dt {
float:left;
width:85px;
height:50px
padding:0px 0px 10px 10px;
clear:both;
color: #442E00;
}
dd {
width:395px;
margin-left:100px;
padding:0px 0px 10px 10px;
}    