/* 観光トップ用CSS */

body {
  background:#FFFFFF url(../img/tops/sightseeing/body_back.gif) 0 0 repeat-x;  /* common設定上書き */
}


/* メインイメージ */
#main_image {
  width:100%;
  height:252px;
  border-top:3px solid #3C69AA;
}

/* === メインコンテンツレイアウト === */
#all_contents #contents_left {
  width:600px;
  margin:10px 0;
  float:left;
}

#all_contents #contents_right {
  width:330px;
  margin:10px 0;
  float:right;
}

/* === 詳細設定 === */

/* メニュー */
#all_contents #menu {
  width:100%;
  height:55px;
  margin-top:5px;
}

#all_contents #menu ul {
  width:100%;
  margin:0;
  padding:0;
  zoom:100%;
}

#all_contents #menu ul:after {
  content:"";
  clear:both;
  height:0;
  display:block;
  visibility:hidden;
}

#all_contents #menu li {
  height:40px;
  list-style:none;
  float:left;
}

#all_contents #menu li.m1 {
  width:216px;
}

#all_contents #menu li.m2 {
  width:198px;
}

#all_contents #menu li.m3 {
  width:165px;
}

#all_contents #menu li.m4 {
  width:233px;
}

#all_contents #menu li.m5 {
  width:138px;
}

#all_contents #menu a {
  width:100%;
  height:55px;
  display:block;
  text-indent:-9999px;
  overflow:hidden;
}

#all_contents #menu .m1 a {
  background:url(../img/tops/sightseeing/m1.gif);
}

#all_contents #menu .m2 a {
  background:url(../img/tops/sightseeing/m2.gif);
}

#all_contents #menu .m3 a {
  background:url(../img/tops/sightseeing/m3.gif);
}

#all_contents #menu .m4 a {
  background:url(../img/tops/sightseeing/m4.gif);
}

#all_contents #menu .m5 a {
  background:url(../img/tops/sightseeing/m5.gif);
}

#all_contents #menu a:hover{
  background-position:0px -55px;
}


/* === カラム左 === */

/* 新着イベント情報 */
#contents_left #event_news {
  width:100%;
}

#contents_left #event_news h2 {
  width:100%;
  height:20px;
  margin:0 0 5px 0;
  padding:13px 0 7px 0;
  background:none;
  border-bottom:3px solid #3C69AA;
}

#contents_left #event_news ul {
  width:590px;
  margin:20px 5px;
  padding:0;
}

#contents_left #event_news li {
  margin:0 0 5px 0;
  padding:0 0 0 15px;
  text-align:left;
  font-size:0.9em;
  line-height:1.8em;
  list-style-type:none;
  background:url(../img/tops/sightseeing/ev_news_arw.gif) 0 8px no-repeat;
  border-bottom:1px dotted #BEBEBE;
}

#contents_left #event_news a {
  color:#0491C5;
  text-decoration:none;
}

#contents_left #event_news a:hover {
  color:#FFA200;
  text-decoration:underline;
}


/* バナー */
#contents_left #banner_box {
  width:100%;
  margin:30px 0 10px 0;
  text-align:left;
}

#contents_left #banner_box img {
  margin:0 5px 5px 0;
}

/* === カラム右 === */

/* ムービー */
#contents_right #movie {
  width:100%;
  height:290px;
  background:url(../img/tops/sightseeing/movie_back.gif) 0 0 no-repeat;
}  

#contents_right #movie h3 {
  margin:0;
  padding:10px 20px;
  text-align:left;
}

