@charset "UTF-8";
/* CSS Document */

/*画面のセンター合わせ*/
body {
	/*width:920px;*/
	margin-top:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-left:auto;
}

/*大枠*/
#waku{
	width:900px;
	height:auto;
	/*padding-left:30px;
	padding-right:30px;*/
}

/*top*/
#top{
	width:900px;
	height:90px;
}

/*宿からの情報 外枠*/
#up{
	width:900px;
	height:auto;
	margin-bottom:20px;
	margin-top:10px;
}

/*宿からの情報 タイトル画像*/
#yado_title{
	width:850px;
	height:10px;
	margin-bottom:1px;
}

/*宿からの情報 各カセット*/
.box{
	height:180px;
	width:220x;
	margin:5px 20px 0 0;
	/margin:10px 10px 0 0;
	padding:10px 10px;
	float:left;
	background-color:#FFFADC;
	/*background-image:url("./contents/michishirube/img/bg_products.png") no-repeat;
	background-image:url("./contents.jsp?f=michishirube/img/bg_products.png") no-repeat;
	background-image:url("http://yado.knt.co.jp/ps/contents/michishirube/img/bg_products.png") no-repeat;*/
	overflow:hidden;
}

/*宿からの情報 写真*/
.photo{
	width:170px;
	height:130px;
	border:1px solid #FFF;
	margin:4px;
}

/*宿からの情報 日付文字*/
.Day{
	font-size:11px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	margin: 5px;
}

/*宿からの情報 記事タイトル*/
.h3{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	color:#000;
	margin: 5px;
	font-weight: bold;
}

/*宿からの情報 担当者名*/
.tantou{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10px;
	text-align:left;
	color:#000;
	margin:5px;
	line-height:120%;
	letter-spacing:1px;
}

/*宿からの情報 記事タイトル オンマウス*/
.h3 a{
	text-decoration:none;
	color:#000;
}

.h3 a:hover{
	text-decoration:underline;
	color:#03F;
}

/*宿からの情報 過去記事へリンク*/
#news_link{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	margin:0;
	text-align:right;
	}

#news_link a{
	text-decoration:none;
	color:#000;
}

#news_link a:hover{
	text-decoration:underline;
	color:#03F;
}

/*真ん中部分（map,blog）の外枠*/
#middlle{
	width:900px;
	height:400px;
}


/*真ん中部分　Map*/
#middlle_map{
	width:540px;
	height:400px;
	float:left;
	clear: both;
}

/*真ん中部分　blog*/
#middlle_blog{
	width:340px;
	height:400px;
	margin-left:10px;
	float:left;
}

/*一番下*/
/*.down_waku{
	width:890px;
	height:75px;
	border:1px solid #666;
	margin-top:10px;
}

.down{
	width:140px;
	height:70px;
	margin-top:10px;
	margin-left:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	font-weight:bolder;
	line-height:110%;
	letter-spacing:1px;
	color:#FFF;
	background-color:#03C;
	text-align:center;
	vertical-align:middle;
}

.down_moji{
	width:710px;
	height:70px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
	padding-left:15px;
	text-align:left;
	vertical-align:middle;
	/*margin-left:200px;
	margin-top:30x;
	margin-bottom:10px;
	margin-right:10px;
}

.down_moji a{
	text-decoration:none;
	color:#603;
	}
	
.down_moji a:hover{
	text-decoration:none;
	color:#C60;
}*/