﻿body {
  text-align: center;  /* IE5対策 */
  background: #000;
  margin: 0;
  padding: 0;
  font-size :12px;
  font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  color: #ddd;
}

table {
  width : 720px;
  border-collapse: collapse;
}

th,td {
  color: #ddd;
  font-size : 12px;
  text-align: left;
  padding: 4px 0px;
  vertical-align: top;
  line-height: 1.2em;
}

p {
  width : 100%;
}

ul {
  margin : 0 0 0 1.5em;
  padding: 0;
}

li {
  margin : 0;
  padding: 0;
}

img {
  border : 0;
}

/* リンク箇所の表示 */
a:link    { color: #ff9;  font-size: 100%; } 
a:visited { color: #ff9;  font-size: 100%; } 
a:hover   { color: #ff9;  font-size: 100%; }
a:active  { color: #ff9;  font-size: 100%; }


/*  */
h1 {
  margin: 0 ;
  font-size: 20px;
  color: #fc0;
  padding : 7px 0px 0px 17px;
}

/* スポット名の表示 */
h2 {
  color: #ddd;
  font-size: 16px;
  font-weight:bold;
  margin-top    : 0px;
  margin-bottom : 4px;
  line-height: 1.2em;
}

/* スポットのコメント */
h3 {
  color: #999;
  font-size: 12px;
  margin-top    : 12px;
  margin-bottom : 0px;
}

strong {
  font-size: 12px;
  font-weight:normal;
}

#wrapper {
  margin: 0 auto;
  text-align: left;  /* IE5対策 */
  width : 755px;
  background: #111;
  color: #ddd;
  background-image: url("img/main.jpg");
  background-repeat: repeat-y;
}

#header {
  margin: 0 auto;
  width : 755px;
  height: 120px;
  background-image: url("img/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

	#header_main {
	  float: left;
	  width : 480px;
	  color: #ddd;
	  margin-top: 12px;
	  margin-left: 8px;
	  margin-right: 8px;
	}

	#header_sub {
	  float: right;
	  width : 240px;
	  text-align: right;
	  font-size:100%;
	  line-height:1.8em;
	  color: #ddd;
	  margin-top:  10px;
	  margin-left: 5px;
	  margin-right:8px;
	}


#main {
  width : 755px;
  color: #ddd;
  line-height:1.2em;
}

.contents {
  width : 720px;
  padding : 18px 5px 0px 21px;
}

.topic_path {
  text-align: right;
  width : 720px;
  height: 14px;
  font-size : 12px;
  margin-bottom : 12px;
  padding : 0px 0px 0px 0px;
}

.titlebox {
  width : 720px ;
  height: 26px;
  background-color : #222 ;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}

.adsbox_main {
  width : 720px;
  height: 92px;
  background: #111;
  margin-bottom : 0px;
  border-bottom: 1px dotted #555;
}

.main_ad468 {
  margin : 26px 0px 0px 17px;
}

.ads_main {
  padding : 20px 17px 21px 15px;
  line-height:1.3em;
}

.spotbox {
  width : 720px;
  background: #111;
  margin-bottom : 0px;
  border-bottom: 1px dotted #555;
  line-height:1.3em;
}

.spot {
  font-size:13px;
  color: #ddd;
  padding : 21px 17px 20px 17px;
  line-height:1.3em;
}

/* スポット名のふりがな */
.kana {
  font-size:10px;
  color: #ff9;
}

.main_bottom {
  width : 720px;
}

/* トップページへ戻る */
.back {
  float: left;
  text-align: left;
  width : 390px;
  margin-top : 6px;
  margin-bottom : 10px;
}

/* このページの先頭へ */
.goto_top {
  float: right;
  text-align: right;
  width : 145px;
  margin-top : 6px;
  margin-bottom: 10px;
  margin-right : 0px;
}


#sub {
  float: left;
  width : 175px;
  color: #ddd;
  font-size : 12px;
  line-height:1.4em; 
}

.adsbox_sub {
  width : 160px;
  padding : 20px 5px 0px 10px;
}


#footer {
  clear: both;
  width : 755px;  /* IE5バグ対策 */
  height: 70px;
  text-align: center;  /* IE5対策 */
  background-image: url("img/footer.jpg");
  background-repeat: no-repeat;
  line-height: 1.4em;
}


/* 段組解除 */
.floatend {
  clear: both;
}


.kana,#header,#sub,.main_bottom,.adsbox_main,..main_ad468,.ads_main,.adbox_bottom,.ad_bottom {
  display:none;
}