@charset "utf-8";


#contents {
    float:right;
    width:595px;
    margin:0px;
    padding:0px;
    background: #fff;
    text-align: left;
}
#pagetitle {
    margin: 20px 0px 20px 0px;
  font-weight:bold;
  font-size:120%;
  line-height:1.4em;

    width: 800px;
    height: 27px;
    background-image: url('../assets/images/pagetitle.gif');
}

/* -------　左カラム　------------------------------------------------------------ */

#left {
    float: left;
    width: 180px;
    margin: 0px;
    padding: 0px;
}

#left h2 {
  width: auto;
  height: auto;
  background: url('../assets/images/frame_top.gif') no-repeat 0px 0px;
  text-align:center;

  font-weight:bold;
  font-size:105%;
  line-height:1em;

  color: #fff; 
  margin: 0px; 
  padding: 7px 15px 5px 15px;
  text-indent: 0px;
}

#frame_bottom {
    font: 1px;
    width: auto;
    height: 10px;
    background: url('../assets/images/frame_bottom.gif') no-repeat 0px 0px;
    margin: 0 0 20 0;
    padding: 0;
}

.sidebar {
  padding: 0px;         /* ■marginだとIEで指定通りに表示されない*/
  overflow: visible;    /* ■これがないとMacIE5で段が崩れる*/
}

.bottom {
    margin: 0 0 10 0;
}


/* -------　カラムコンテンツ　-------------------------------------------------------- */

#sub_menu {
width: auto;
  text-align:left;
  margin:0;
  padding:5px 15px 10px 15px;
  border-left:1px solid #B3B3B3;
  border-right:1px solid #B3B3B3;
  background: #fff;
}
#sub_menu ul {
  list-style: none;
  margin:5px 0px 0px 0px;
  padding:0px;
}
#sub_menu li {

  font-weight:nomal;
  font-size:100%;
  line-height:1.4em;

  border-bottom:1px dashed #ccc;
  margin:5px 0px 0px 0px;
  padding:2px 0px;
}

#map {
  text-align:center;
 margin-top:10px;
}