@charset "UTF-8";
@import "inner.css";
@import "base.css";


/*-----------------------------------------
コンテンツ
-----------------------------------------*/

ul li{
list-style:none;
}

.bar1,.bar2{
width:260px;
height:auto;
border-bottom:2px solid  #000066;
margin:15px 0 0 0;
padding-bottom:10px;
font-weight:bold;
font-size:14px;
}

.bar2{
margin:10px 0 0 0;
}

.bar3{
width:200px;
height:auto;
margin:0 0 0 30px;
list-style:disc;
}

.bar4{
width:250px;
height:auto;
border-left:5px solid #CCCCCC;
padding:0 0 0 3px;
margin:6px 0 0 0;
}

.li_ma{
margin-left:78px;
}

#button{
width:200px;
height:auto;
}

#sitemap_left{
float:left;
width:250px;
height:auto;
margin:0 0 0 20px;
display:inline;
}

#sitemap_right{
float:right;
width:250px;
height:auto;
display:inline;
margin-right:30px;
}

a:link {
color:#002555;
}

a:visited {
color:#003399;
}

a:hover {
color:#2EA5BD;
}

a:active {
color:#CC9900;
}