@charset "utf-8";
/* CSS Document */

#header{
text-align:left;
}

h1{
font-weight:normal;
margin-bottom:0;
}


#wrapper{
padding-top:2px;
}

.logoara{
margin-bottom:5px;
}


#wrapper .myArea{
float:left;
padding-top: 4px;
margin-bottom:0;
}

.path{
margin-right: 140px;
line-height: 1.2em;
padding-top: 5px;
}


.goologo{
float:right;
}


.detailBox .menuButton li {
width: 33% !important;
}

/*IE6*/
*html .detailBox .menuButton li{
width:32.5% !important;
}

.detailBox .menuButton li.map{
margin:0 !important;
}


/*エラーページ*/
.notesArea,
.postArea {
margin-bottom: 10px;
border: 1px solid #cececc;
background: #FFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding:50px;
margin:3px;
margin-top: 10px}

.notestitle{
background:url(../img/notes.gif) no-repeat 0 0;
padding:10px 0 10px 75px;
margin-bottom:50px;
line-height:1.5em;
}

.notestitle strong{
font-size:140%;
}

.notesArea ul{
list-style:none;
font-weight:bold;
color :#ef4b18;
margin-bottom:60px;
margin-left:50px;
}

.notesArea ul li{
background:url(../img/notes_arrow.gif) no-repeat left center;
padding: 0 0 0 23px;
margin-bottom:20px;
}

.cause{
margin-left:50px;
font-weight:bold;
margin-bottom:5px;
}

.postArea h2{
font-size:18px !important;
margin-bottom:2em;
padding-left:0.4em;

}

