/*---base---*/

body{
font-family:Verdana, Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-weight:normal;
font-style:normal;
font-size:85%;
line-height:150%;
text-align: center;
color:#ffffff;
background-color:#777777;
}

*{
margin:0px;
padding:0px;
}

h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:lighter;
}

img{
border-width: 0px;
border-style: none;
vertical-align:top;
}

#wrapper{
margin:0px auto;
width:1000px;
text-align:left;
position:relative;
}

#wrapper object {
position:fixed;
top:0;
left:50%;
margin-left:-475px;
z-index:0;
}

#base {
position:absolute;
top:0px;
left:0px;
z-index:5;
width:900px;
margin:0 50px 0;
}

#header{
width:900px;
height:220px;
float:left;
background-image:url(../img/header.png);
background-repeat:no-repeat;
}

#header h1 a{
width:200px;
height:50px;
float:left;
margin:80px 0 0 0;
text-indent:-9999px;
}

a:link,a:visited{
color:#4B5F69;
text-decoration:none;
}

a:active,a:hover{
color:#ffffff;
text-decoration:none;
}

/*---layout---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.section {
width:900px;
float:left;
padding-bottom:100px;
}

.section h2{
width:50px;
float:left;
display:inline;
}

.section ul{
width:850px;
float:right;
}

.section ul li{
margin:0 0 40px 40px;
float:left;
display:inline;
font-size:75%;
}

.section ul li p{
text-align:center;
font-weight:bold;

clear:left;
}

.section ul li dl{
width:240px;
height:100px;
overflow:hidden;
}

.section ul li dl dt{
width:80px;
margin-right:20px;
float:left;
}

.section ul li dl dd{
width:140px;
font-weight:bold;
float:left;
}

.section ul li dl dd em{
color:#4B5F69;
font-style:normal;
}

.table01 {
width:810px;
float:right;
}

.table01 table{
border-collapse:collapse;
}

.table01 table td{
padding:10px;
border:1px solid #bbbbbb;
}

.table01 table td em{
font-size:75%;
font-style:normal;
}


/*---nav---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#nav {
margin:110px 0 0 0;
list-style-type:none;
float:right;
}

#nav li{
float:left;
display:inline;
margin:0 10px 0 10px;
}

/*--footer---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footer {
position:fixed;
bottom:0;
left:0;
z-index:5;
width:100%;
height:30px;
float:left;
background-color:#333333;
}

#footer-inner {
width:900px;
line-height:30px;
margin:0 auto;
text-align:left;
font-weight:bold;
}

#footer ul{
float:left;
list-style-type:none;
font-size:75%
}

#footer ul li{
display:inline;
margin-right:10px;
}

address {
font-size:75%;
float:right;
font-style:normal;
}


/*general-purpose*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.image-border01 a {border:none;overflow:hidden;float:left;}
.image-border01 a img{border:none;overflow:hidden;float:left;}
.image-border01 a:link {border:1px solid #ffffff;}
.image-border01 a:link img {margin:-1px;}
.image-border01 a:hover {border:3px solid #4B5F69;}
.image-border01 a:hover img {margin:-3px;}