@charset "euc-jp";

@import "top.css";
@import "header.css";
@import "menu.css";
@import "footer.css";
@import "other.css";
@import "top_new.css";

img{
	border:none;
}

body{
	color:#535353;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}

a{
	color:#003366;
}

#Container{
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

#Header{
	margin-bottom:10px;
}

#LeftSide{
	margin-right:10px;
	width: 200px;
	float: left;
}

#RightSide{
	width: 570px;
	float: right;
}

#Footer{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

.red{
	color:#FF0000;
}

.brown{
	color: #9B2F25;
}

.ta_bi h1{
  font-size: 10px;
  color: #535353;
  margin-bottom:15px;
  font-weight: normal;
}

#Lead h2{
  font-size: 10px;
  color: #535353;
  margin-top:0px;
  margin-bottom:0px;
  font-weight: normal;
}

.t_margin{ 
    margin-bottom:10px;
}

/* おすすめスポットタイトル*/
.osusume_t{
	font-size: 14px;
	line-height: 18px;
	background-color:#993333;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
}
/* フッターホテルリンク*/
.hotel_footer{ 
    margin-bottom: 3px; margin-left: 5px; margin-top: 5px;
}


