@charset "EUC-JP";

/* 新着沖縄見聞録のタイトル */
#article_ct_title {
  font-size:1em;
  font-weight:normal;
  text-align:left;
  padding:0px 0px 1px 0px;
  margin:0;
  border-bottom:double 3px #999999;
}
#article_ct_title:first-letter {
  font-size:25px;
  font-weight:bold;
  line-height:110%;
  color:#ff1493;
}
/* 新着沖縄見聞録のタイトル */
#area_intro_title {
  font-size:1em;
  font-weight:normal;
  text-align:left;
  padding:0px 0px 1px 0px;
  margin:0;
  border-bottom:double 3px #999999;
}
#area_intro_title:first-letter {
  font-size:25px;
  font-weight:bold;
  line-height:110%;
  color:#ff1493;
}

/* 新着サイトのタイトル */
#map_title {
  font-size:1em;
  font-weight:normal;
  text-align:left;
  padding:0px 0px 1px 0px;
  margin:0;
  border-bottom:double 3px #999999;
}
#map_title:first-letter {
  font-size:25px;
  font-weight:bold;
  line-height:110%;
  color:#FF6600;
}

#map {
  width:640px;
  height:350px;
  margin:10px 0px 10px 0px;
}
#article_block {
  padding:2px;
}

.kiji {
  margin:10px 0px 10px 0px;
  font-size:12px;
}

/* 各新着データのリスト表示用 */
#article_list_block {
	zoom:100%;
}
#article_list_block:after {
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}

/* 各新着データ枠 */
.article_list_box_g {
	float:right;
	width:315px;
	margin:5px 0px 0px 0px;
}
.article_list_box_k {
	float:left;
	width:315px;
	margin:5px 0px 0px 0px;
}

.article_title {
  border:1px solid #CCCCCC;
  font-weight:normal;
	font-size:medium;
  margin:0;
  padding:3px;
}
.article_title_detail {
  border:1px solid #CCCCCC;
  font-weight:normal;
	font-size:medium;
  margin:0;
  padding:3px;
	background-image:url(../images/background/yellow_bg_block.gif);
}
.article_body {
  margin:0;
  padding:10px;
	font-size:12px;
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  border-bottom:1px solid #CCCCCC;
}
.article_body p {
  margin:0;
  padding:0;
}
.article_body img {
  margin:0;
  padding:5px;
}
.article_info {
  margin:0px 0px 5px 0px;
  padding:2px;
  background:#EEEEEE;
	color:#666666;
  font-size:10px;
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  border-bottom:1px solid #CCCCCC;
}

/* 「一覧を見る」表示用 */
.link_to_list {
  margin:0px 0px 0px 0px;
  text-align:right;
  padding:3px 0px 0px 0px;
  font-size:x-small;
	border-top:dashed 1px #999999;
}

/*
.article_list_title_th {
  float:left;
  text-align:center;
  padding:3px;
	width:54%;
  background-image:url(../image/back_ground/yellow_bg_block.gif);
  margin:2px 0px 0px 0px;
  border:solid 1px #999999;
}
.article_list_ct_th {
  float:right;
  text-align:center;
  padding:3px;
  background-image:url(../image/back_ground/yellow_bg_block.gif);
  margin:2px 0px 0px 0px;
  width:10%;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
  border-right: solid 1px #999999;
}
.article_list_area_th {
  float:right;
  text-align:center;
  padding:3px;
  background-image:url(../image/back_ground/yellow_bg_block.gif);
  margin:2px 2px 0px 0px;
  width:12%;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
  border-right: solid 1px #999999;
}
.article_list_date_th {
  float:right;
  text-align:center;
  padding:3px;
  background-image:url(../image/back_ground/yellow_bg_block.gif);
  margin:2px 2px 0px 0px;
  width:18%;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
  border-right: solid 1px #999999;
}

.article_list_title{
  float:left;
  padding:3px;
	width:54%;

  border-bottom:dashed 1px #999999;
}
.article_list_ct{
  float:right;
  padding:3px;
  width:10%;
  border-bottom: dashed 1px #999999;
}
.article_list_area{
  float:right;
  padding:3px;
  width:12%;
  border-bottom: dashed 1px #999999;
}
.article_list_date{
  float:right;
  padding:3px;
  width:18%;
  border-bottom: dashed 1px #999999;
}
*/