@charset "UTF-8";

#content {
width:720px;
margin:100px auto;
}

h2{
width:490px;
height:44px;
margin-bottom:30px;
}

p#intro{
margin-bottom:55px;
}

#main{
width:490px;
float:left;
overflow:hidden;
}

#sub{
width:200px;
float:right;
}

#main .inner{
width:490px;
overflow:hidden;
margin-bottom:45px;
}

#main .inner h3{
width:120px;
height:34px;
float:left;
margin-top:3px;
}


#main .inner .notes{
width:360px;
float:right;
}

#main .inner .notes p{
margin-bottom:30px;
}

#main .inner .notes ul{
margin-left:20px;
}

#main .inner .notes ul li{
list-style:disc;
margin-bottom:3px;
}


#sub{
background-color:#000;
color:#FFF;
font-size:91%;/*12→11*/
padding-bottom:50px;
}

#sub h3{
}

#sub h4{
margin-top:30px;
margin-bottom:7px;
}

#sub p{
margin:0px 13px;
}

#sub .map{
width:42px;
height:17px;
margin-top:5px;
margin-left:13px;
overflow:hidden;
}

#sub .map a{
position:static;
height:17px;
display:block;
overflow:hidden;
background:url(../aboutus/img/btn_map_on.gif) 0 0 no-repeat;
}

#sub .map a:hover{
position:relative;
}

#sub .map a:hover img{
position:relative;
top:-17px;
height:17px;
}