/* ##### ボディ ##### */

body {
	font-size: 14px;
	line-height: 150%;
	text-align: center;
}

b {
	color: #FF3366;
}

a {
	text-decoration: none;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #FF0000;
}

/* ##### ナビゲーター ###### */

#nav {
	/* padding: 2px; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	width: 735px; 
	/* width: 800px; */
}

#nav p{
	/* float: right; /
	padding-left: 2px;
	padding-right: 10px; /* 10->0 */
	text-align: right;
	background-color: #F0F0F0;
	font-size: 12px;
} 

#nav a {
	color: #0000FF;
	text-decoration: none;
}


/* ##### タイトル ###### */

div.top_title {
	overflow: hidden;  
	line-height: 150%;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	height: auto; 
	text-align: left;
	border: 2px solid #CC9966; 
}  

div.top_title_inner {
	float: left;
	width: 100%;
	margin: 0px;
}

div.top_title_inner_left {
	float: right;
}

div.top_title_inner_right {
	float: right;	
	color: #6666FF;
	font-weight: bold;
	background-color: #FFF8DC;
	line-height: 140%;
	font-size: 18px;
	height: 77px;
	width: 519px;
	letter-spacing: 2px;
	padding-left: 5px; 
}

div.top_title_inner_right_text {
	display: table-cell; 
	vertical-align: middle; 
	height: 74px;
	padding-top: 10px;
	padding-bottom: 10px;
}

img.top_title_image {
	float: left;
	border-style: none;
}

/* タイトル 廃止予定 */


#title {
	overflow: hidden;  
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 740px; /* 735->740 */ 
	border: 2px solid #CC9966;
	line-height: 100%;
	height: auto; /* add */
}

#title_left {
	float: left;
	margin-top: 2px; /* add */
	margin-bottom: 0px; 
	margin-right: 0px; 
	margin-left: 0px; 
	width: 200px; /* 200 */
	line-height: 100%;
	vertical-align: middle;
}

#title_left img {
	border-style: none;
}

#title_right {
	float: left;  
	margin-top: 2px;
	margin-bottom: 0px; 
	margin-right: 0px; 
	margin-left: 0px; 
 	width: 540px;  /* 540  */
	background-color: #FFF8DC;
	vertical-align: middle;
	line-height: 100%;
	height: 80px; /* 80->75 */
}

#title_right h1 {
	/* color: #CCCC99; */
	color: #6666FF;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: left;
	font-weight: bold;
	padding: 12px,0px,0px,20px;
}

#title_right .maintitle {
	/* color: #CCCC99; */
	line-height: 110%;	
	color: #6666FF;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: left;
	font-weight: bold;
	margin-top: 15px; /* add */
	margin-left: 5px; /* add */
	/* padding: 12px,0px,0px,20px; */
}


#title_right h2 {
	text-align: right;
	margin-bottom: 0px;
	padding: 5px,8px,0px,0px;
	font-size: 12px;
	font-weight: 100;
	color: #808080;
}

#title_right .subtitle {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px,4px,0px,0px;
	font-size: 12px;
	font-weight: 100;
	color: #808080;
}


/* ベース枠 */

#base {
	margin-top: 30px;
	width: 735px;
	/* width: 900px; */
	padding: 10px;
	text-align: left;
	border: 1px solid #6666CC; 
}

/* 前書き */

#pre {
	line-height: 135%;
	margin-top: 30px;
	padding: 5px;
	width: 730px;
	text-align: left;
	font-size: 12px;
	background-color: #d0d0d0;
}

/* アピール */

#ad {
	line-height: 135%;
	margin-top: 15px;
	padding: 5px;
	width: 730px;
	text-align: left;
	font-size: 12px;
	background-color: #FFCCFF;
}

#ad a {
	color: #0000FF;
	text-decoration: none;
}



/* コンセプト */

#n_cont h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	padding: 2px;
	background-color: #FFFFCC;
  	color: #CC3300;
}

#n_cont p.com {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #EEFFEE;
	padding: 5px;
	font-size: 12px;
	color: #404040;
}

/* コラム　トップページ */ 

#column h3 {
	letter-spacing: 3px;
	color: #3300FF;
	margin-bottom: 5px;
	font-size: 16px;
}

#column h4 {
	letter-spacing: 2px;
	margin-left: 15px;
	font-size: 12px;
	margin-top: 0px;
	color: #808080;
	font-weight: normal;
}

#column p {
	width: 675px;
	line-height: 125%;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #404040;
}

#column a {
	color: #0000FF;
	text-decoration: none;
}

/* コラム　コンテンツ */ 

#column_b a {
	color: #0000FF;
}

#column_b p {
	width: 665px;
	line-height: 130%;
	margin-left: 15px;
	font-size: 14px;
}

#column_b h3 {
  letter-spacing: 3px;
	color: #3300FF;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 16px;
}


/* ホテルレポート　トップページ */ 

#hotel_list {               /* ホテルリスト*/ 
	line-height: 100%;
	margin-top: 30px;
	margin-left: 20px;
	/* width: 900px; */
	/* padding: 10px; */
	text-align: left;
	/* border: solid 1px #6666CC; */ 
}

#hotel_list .fr {               /* ホテルリスト*/ 
	/* line-height: 100%; */
	/* margin-top: 30px; */
	width: 900px; 
	padding: 10px;
	/* text-align: left; */
	/*border: solid 1px #6666CC;*/
}

#hotel_list a {
	color: #0000FF;
	text-decoration: none;
}

#hotel_list .title_area {
	letter-spacing: 10px;
	font-weight: bold;
	font-size: 20px;
}

#hotel_list .title_pref {
	margin-top: 15px;
	margin-bottom: 15px;
	letter-spacing: 3px;
	color: #F00;
	border-bottom:  3px solid #F00;
	font-weight: bold;
	font-size: 16px;
}

#hotel_list ul {
	margin-top: 8px;
}

#hotel_list li {
	font-size: 12px;
}

#hotel_list .hotel_list_box {
	float: left;
	padding: 5px;
	width: 30%; 
}

#hotel_list_box {            /* ホテルリスト枠組み*/ 
	float: left;
	padding: 5px;
	width: 30%; 
}

#hotel_list_box1 {            /* ホテルリスト枠組み*/ 
	float: left;
	padding: 5px;
	width: 30%; 
}

#hotel_list_box2 {            /* ホテルリスト枠組み*/ 
	float: left;
	padding: 5px;
	width: 30%; 
}

#hotel_list_box3 {            /* ホテルリスト枠組み*/ 
	float: left;
	padding: 5px;
	width: 30%; 
}

/* ホテルレポート　レポート本文 */ 

#hotel {
	margin-top: 30px;
	width: 735px;
	padding: 15px;
	text-align: left;
	border: 1px solid #6666CC; 
}

#hotel h3 {
	letter-spacing: 10px;
}

#hotel .title_area {
	letter-spacing: 10px;
	font-weight: bold;
	font-size: 20px;
}

#hotel h4 {
	margin-top: 35px;
	letter-spacing: 3px;
	color: #F00;
	border-bottom:  3px solid #F00;
}

#hotel .title_pref {
	margin-top: 35px;
	margin-bottom: 35px;
	letter-spacing: 3px;
	color: #F00;
	border-bottom:  3px solid #F00;
	font-weight: bold;
	font-size: 18px;
}

#hotel h5 {
	width: 690px;
	padding-left: 5px;
	background-color: #00F;
	color: #FFF;
}

#hotel .title_hotel {
	width: 690px;
	margin-bottom: 10px;
	padding-left: 10px;
	background-color: #00F;
	font-weight: bold;
	color: #FFF;
}

#hotel h6 {
	width: 130px;
	text-align: center;
	font-weight: normal;
	margin-left: 15px;
	padding: 0px;
	background-color: #FF0099;
	color: #FFF;
}

#hotel .sitelink {
	font-size: 14px;
}

#hotel .flag {
	width: 130px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
	margin-left: 15px;
	padding: 0px;
	background-color: #FF0099;
	color: #FFF;
}

#hotel p {
	width: 675px;
	line-height: 115%;
	margin-left: 15px;
	margin-top: 0px;
	font-size: 13px;
	color: #404040;
}

#hotel a:visited {
	color: #6699FF;
} 

#hotel b {
	color: #808080;
}

/* ホテルinfo */

div.area_list {
	overflow: hidden;  
	line-height: 150%;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	height: auto; 
	/* padding: 15px; */ 
	text-align: left;
	border: 1px solid #6666CC; 
} 

div.rupo_hotel_list {
	overflow: hidden;  
	line-height: 150%;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	/* width: 720px; */
	height: auto; 
	/* padding: 15px; */ 
	text-align: left;
	/* border: 1px solid #6666CC; */ 
} 


div.pref_frame {
	float: left;
	width: 33%;
	margin-bottom: 10px;
}

div.area_title {
	font-size: 120%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	letter-spacing: 3px;
	color: #F00;
	border-bottom:  3px solid #F00;
}

div.pref_title {
	margin-left: 35px;
}

div.hotellist_frame {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

div.hotel_list_title {
	line-height: 120%;
	margin-left: 35px;
}

div.hotel_list_menu {
	font-size: 120%;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 10px;
	background-color: #00F;
	font-weight: bold;
	color: #FFF;
}


div.hotel_list_left {
	float: left;
	width: 65%;
	margin-left: 5px;	
	margin-right: 5px;
	margin-bottom: 10px;
}

p.hotel_list_left_name {
	font-weight: bold;
	font-size: 150%;
	color: #F00;
	margin: 0px;
}

p.hotel_list_left_comment {
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #fffacd;
}

div.hotel_list_right {
	
	margin-right: auto;
	margin-left: auto; 
	margin-bottom: 10px;
	margin-left: 5px;
}

p.hotel_list_tripscomment {
	line-height: 140%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
}

table.reserve {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px #808080 solid;
	border-collapse: collapse;
}

td.reserve {
	font-size: 90%;
	background-color: #ffffcc;
	border: 1px #808080 solid; 
	padding: 5px;
}

td.reserve-ch {
	font-size: 90%;
	background-color: #ffffff;
	border: 1px #808080 solid; 
	padding: 5px;
}

div.vacant_search {
	font-size: 110%;
	line-height: 150%;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto; 
	margin-right: auto;
	border: 1px #808080 solid;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.25); 
}

div.reserve_result_comment {
	margin-left: 20px;
}

div.reserve_result_attention {
	margin-left: 20px;
	color: #808080;
}
table.hotel_site_link {
	font-size: 110%;
	margin-left: 30px;
}
div.hotel_site_link_comment {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.score_rank_table {
	font-size: 110%;
	margin-left: 30px;
	margin-top: 10px;
}

/* 更新情報 */ 

#new td.date {
	line-height: 100%;
	text-align:center;
	vertical-align: top;
	width: 100px;
	letter-spacing: 1px;
}

#new h3 {
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
}

#new p {
	line-height: 100%;
	margin-left: 15px;
	margin-top: 0px;
	font-size: 12px;
	color: #404040;
}

#new a {
	color: #0000FF;
	text-decoration: none;
}

/* お願いと注意事項 */

#attension {
	padding: 15px;
	text-align: left;
	margin-top: 20px;
	width: 735px;
	border: 1px solid #6666CC; 
}


/* 旅日記 テスト */

#rupo_list {
	line-height: 100%;
	margin-top: 10px;
	width: 735px;
	padding: 12px;
	text-align: left;
	border: 1px solid #6666CC; 
}

#rupo_list h3 {
	margin-top: 0px;
	margin-bottom: 0px;
  letter-spacing: 3px;
	font-size: 12px;
	padding: 5px;
	margin-top: 0px;
	color: #00F;
	text-align: left;
}

#rupo_list .rupotitle {
	margin-top: 0px;
	margin-bottom: 0px;
  letter-spacing: 3px;
	font-size: 12px;
	padding: 5px;
	margin-top: 0px;
	color: #00F;
	text-align: left;
	font-weight: bold;
}

#rupo_list .rupoperiod {
	margin-top: 0px;
	margin-bottom: 0px;
  letter-spacing: 1px;
	font-size: 12px;
	padding: 5px;
	margin-top: 0px;
	text-align: right;
  vertical-align: middle;
	font-weight: bold;
}

#rupo_list table {
	margin-top: 5px;
}

#rupo_list p {
	padding: 5px;
  letter-spacing: 2px;
	font-size: 12px;
}

#rupo_list a {
	color: #0000FF;
	text-decoration: none;
}

#rupo_list a:hover {
	color: #00FF00;
	text-decoration: none;
}


/* 旅日記 本編 */

#rupo {
	line-height: 100%;
	margin-top: 10px;
	width: 735px;
	padding: 15px;
	text-align: left;
	border: 1px solid #6666CC; 
}

#rupo_period {
	line-height: 100%;
	margin-top: 25px;
	width: 735px;
	padding: 5px;
	text-align: left;
}

#rupo h3 {

  letter-spacing: 2px;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #00F;
}

#rupo_period h3 {
  letter-spacing: 2px;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #00F;
}

#rupo_period .daytitle {
  letter-spacing: 2px;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #00F;
	font-weight: bold;
}

#rupo h4 {
	margin-top: 40px;
  letter-spacing: 3px;
	color: #F00;
	border-bottom:  3px solid #F00;
	font-size: 16px;
}

#rupo .daysubtitle {
	margin-top: 40px;
  letter-spacing: 3px;
	color: #F00;
	border-bottom:  3px solid #F00;
	font-size: 16px;
	font-weight: bold;
}

#rupo p {
	margin-left: 10px;
	font-size: 14px;
	line-height: 130%;
}

#rupo p.koutei {
	line-height: 135%;
	margin-left: 5px;
	margin-top: 20px;
	padding: 5px;
	width: 680px;
	text-align: left;
	font-size: 12px;
	/* color: #00F; */
	color: #0000dd;
	background-color: #d0d0d0;
}

#rupo p.comment {
	color: #606060;
	line-height: 100%;
	font-size: 12px;
	margin-top: 5px;
}

#rupo a {
	color: #0000FF;
	text-decoration: none;
}

#rupo_img {
	width: 320px;
	margin-left: 10px;
	float: left;
}

#rupo_date {
	margin-top: 20px;
	margin-bottom: 100px;
}

#rupo_date a {
	color: #0000FF;
	text-decoration: none;
}

/* 旅日記 トップページ */

#rupo_top {

	line-height: 100%;
	margin-top: 30px;
	width: 735px;
	padding: 15px;
	text-align: left;
	border: 1px solid #6666CC;

}

#rupo_top a {
  /* text-decoration: none; */
  /* color: #FF0000; */
  color: #00F;
}

#rupo_top a:hover {
  color: #00FF00;
	background-color: #FFFFFF;
}

#rupo_top hr {

	/* border: 1px solid #6666CC; */
	border: 1px solid #808080;
	margin-bottom: 10px;
	width: 100%;
}

#rupo_top h3 {
	line-height: 150%;
 	padding: 3px;
	letter-spacing: 2px;
	font-size: 14px;
	margin-top: 15px;
	margin-left: 4px;
	margin-bottom: 10px;
	color: #00F;
	text-align: center;
	background-color: #FFEEDD;
}

#rupo_top .daylink {
	line-height: 150%;
 	padding: 3px;
	letter-spacing: 2px;
	font-size: 14px;
	margin-top: 15px;
	margin-left: 4px;
	margin-bottom: 10px;
	color: #00F;
	text-align: center;
	background-color: #FFEEDD;
	font-weight: bold;
}

#rupo_top h4 {

	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 2px;
  	letter-spacing: 2px;
	color: #cc6600;
        /* color: #FF6699; */
	/* border-bottom:  3px solid #F00; */
	font-size: 12px;

}

#rupo_top .rupotopic {

	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 2px;
  	letter-spacing: 2px;
	color: #cc6600;
        /* color: #FF6699; */
	/* border-bottom:  3px solid #F00; */
	font-size: 12px;
	font-weight: bold;

}

#rupo_top p.koutei {

	line-height: 135%;
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 7px;
	padding: 3px;
	width: 450px;
	text-align: left;
	font-size: 12px;
	/* color: #00F; */
	color: #000;
	background-color: #f0f0f0;
	/* background-color: #ccffcc; */


}

/* 旅日記　？日目リンク部分*/


#rupo_link {

	line-height: 100%;
	margin-top: 25px;
	margin-bottom: 20px;
	width: 735px;
	padding: 5px;
	font-size: 14px;
  color: #000;
  background-color: #F0F0F0;
  text-align: right;
	/* border: 1px solid #6666CC; */

}

#rupo_link a {
	padding: 1px;
	font-size: 14px;
	color: #00f;
	text-decoration: none;
  /* background-color: #f00; */
}

#rupo_link b {
	padding: 1px;
	color: #fff;
	font-weight: bold;
	background-color: #808080;
}

