@charset "UTF-8";

@import url(base.css);
@import url(textsettings.css);

/*--------------------------------------------------------------*/

/*  フォントサイズ早見表
	以下のようにサイズを指定することで各ブラウザでのフォントサイズを揃えることが出来ます。
	左記のパーセントで指定してください。

	85% = 9px	|	122% = 17px	|	167% = 23px	
	85% = 10px	|	129% = 18px	|	174% = 24px 
	92% = 11px	|	136% = 19px	|	182% = 25px 
	100% = 12px	|	144% = 20px	|	189% = 26px 
	107% = 13px	|	152% = 21px	|	197% = 27px 
	114% = 14px	|	159% = 22px	| 	
*/

/* ------------------------------------------------------------ */
/* 基本、レイアウト指定 */
/* ------------------------------------------------------------ */

* html body {     
    background: url(null) fixed;     
}  

body {
	margin:0px;
	padding:0px;
	color:#3b3b3b;
	background:#f2e7c8 url(../img/bg_body.jpg) center top no-repeat;
	font-family: Arial, Helvetica, sans-serif, Osaka , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}

.img_left {
	float:left;
	margin:0 15px 15px 0;
}
.img_right {
	float:right;
	margin:0 0 15px 15px;
}

/* ------------------------------------------------------------ */
/* リンク色 */
/* ------------------------------------------------------------ */

a:link {
	color:#ed581e;
	text-decoration:none;
}
a:visited {
	color:#ed581e;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

/* ------------------------------------------------------------ */
/* 全体 */
/* ------------------------------------------------------------ */
#container {
	margin:0 auto;
	padding:0;
	width:952px;
}

/* ------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------ */
#header {
	width:952px;
	height:100px;
	background: url(../img/bg_header.jpg) 0 0 no-repeat;
}
#header h1 {
	width:242px;
	height:100px;
	float:left;
}
#header h1 a {
	margin:16px 0 0 10px;
	width:221px;
	height:63px;
	display:block;
	text-indent:-9999px;
}
#header div.language {
	padding:0 5px;
	width:280px;
	height:33px;
	float:right;
	color:#FFFFFF;
	background-color:#333333;
}
#header div.language ul.navi {
	padding:6px 0;
	font-size:85%;
}
#header div.language ul.navi li {
	margin-left:5px;
	line-height:21px;
	float:left;
}
#header div.language ul.navi li.link {
	margin-right:10px;
}
#header div.language ul.navi li a {
	color:#FFFFFF;
}

/* ------------------------------------------------------------ */
/* CONTENT */
/* ------------------------------------------------------------ */
#content {
	width:952px;
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #808080;
	background:url(../img/bg_content.gif) 0 0 repeat-y;
}

/* ------------------------------------------------------------ */
/* LEFT */
/* ------------------------------------------------------------ */
#left {
	float:left;
	width:242px;
	clear:both;
	background:url(../img/bg_left.jpg) 0 0 no-repeat;
}
#left div.livecam {
	margin:85px 0 30px 11px;
	width:220px;
	height:170px;
}
#left div.livecam p.photo {
	margin:0 auto 15px;
	width:204px;
}
#left div.livecam p.button {
}
/* ツイッター部分 */
div.twitter {
	margin:10px 11px 10px;
	padding:0;
	width:220px;
	height:293px;
	background:url(../img/bg_twitter.gif) 0 0 repeat;
}
.twtr-tweet-text p {
	font-size:10px;
}
div.twitter .twtr-tweet {
	margin:0 0 5px;
	font-size:10px;
}
.msie .twtr-tweet {
	background-color:#eeeeee !important;
}
.twtr-hd {
	margin:0;
	padding:0 !important;
	width:220px;
	height:24px;
	background:#33ccff url(../img/twitter_title.png) no-repeat 0 0;
}
.msie6 .twtr-hd {
	position:relative;
}
.twtr-hd .twtr-profile-img-anchor {
	display:none;
}
.twtr-hd h3 {
	display:none;
}
.twtr-hd h4 {
	margin:0 !important;
	padding:0 !important;
}
.twtr-hd h4 a {
	margin:0;
	padding:0 !important;
	display:block;
	width:175px;
	text-align:right;
	color:#ffffff !important;
	font-size:10px;
	line-height:24px;
}
.msie6 .lcontents .twtr-hd h4 a {
	position:absolute;
	top:0;
}
.twtr-ft{
	display:none;
}
/* SNSリンク */
#left ul.sns {
	margin:0 11px 15px;
	width:220px;
	overflow:hidden;
}
#left ul.sns li {
	float:left;
}
#left ul.sns li.facebook {
	margin-right:10px;
}
#left div.caption {
	margin-bottom:10px;
	text-align:center;
	color:#FFFFFF;
}
#left ul.banner {
	margin:0 10px;
	width:220px;
}
#left ul.banner li {
	float:left;
}
#left ul.banner li.right {
	margin-right:10px;
}

/* ------------------------------------------------------------ */
/* right */
/* ------------------------------------------------------------ */
#right {
	float:right;
	width:710px;
	background:url(../img/bg_navi.jpg) 0 0 no-repeat;
}
/* グローバルナビ */
#right div.navi {
	margin:0 0 0 11px;
	width:699px;
	height:40px;
}
#right div.navi ul li {
	float:left;
}
/* メインビジュアル */
#right div.visual_left {
	float:left;
	width:708px;
	height:325px;
	z-index:10;
	border-right:1px solid #808080;
}
/* ブロック */
#right div.section {
	clear:both;
	width:708px;
	color:#FFFFFF;
	overflow:hidden;
	border-top:1px solid #808080;
}
/* ページタイトル */
#right h2 {
	padding:0 15px 0 0;
	color:#FFFFFF;
	border-bottom:1px solid #808080;
	background:url(../img/icon_pagelink.gif) right 50% no-repeat;
}
#right div.section h3 {
	margin:0 0 10px;
	padding:0 0 0 10px;
	width:678px;
	height:30px;
	clear:both;
	color:#FFFFFF;
	font-size:107%;
	line-height:30px;
	background-color:#1ca4ce;
}
#right div.section h4 {
	margin:0 0 10px;
	padding:0 0 0 15px;
	height:25px;
	clear:both;
	color:#1ca4ce;
	font-size:107%;
	line-height:28px;
	background:url(../img/icon_06.gif) 0 0 no-repeat;
}
/* 野沢の紹介 */
div.section div.about {
	margin:10px;
	width:688px;
}
div.section div.about h5 {
	margin:0 0 10px;
}
div.section div.about div.box {
	margin:0;
	padding:15px;
	width:658px;
	overflow:hidden;
	background-color:#FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.section div.about div.box p.photo {
	float:right;
}
div.section div.about div.box p.text {
	width:395px;
	color:#3b3b3b;
	font-size:107%;
}
/* トップ施設検索 */
div.section div.dbnozawa_box {
	padding:5px 10px 5px 10px;
	float:left;
	width:186px;
}
div.section div.dbnozawa_box h5 {
	margin:0 0 10px;
}
div.section div.dbnozawa_box div.item {
	margin:0;
	padding:9px;
	width:168px;
	height:106px;
	float:left;
	background-color:#FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* トップおすすめ */
div.section div.recommend_box {
	padding:5px 12px 30px;
	float:right;
	width:477px;
	border-left:1px solid #808080;
}
div.section div.recommend_box h5 {
	margin:0 0 10px;
}
div.section div.recommend_box div.item_left {
	margin:0;
	padding:9px;
	width:214px;
	height:108px;
	float:left;
	background-color:#FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.section div.recommend_box div.item_right {
	margin:0;
	padding:9px;
	width:214px;
	height:108px;
	float:right;
	background-color:#FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.section div.recommend_box div.item_left p.title,
div.section div.recommend_box div.item_right p.title {
	margin:0 0 6px;
}
div.section div.recommend_box div.item_left p.img,
div.section div.recommend_box div.item_right p.img {
	margin:0 0 10px;
}
div.section div.recommend_box div.item_left p.text,
div.section div.recommend_box div.item_right p.text {
	font-size:85%;
}
div.section div.recommend_box div.item_left p.text a,
div.section div.recommend_box div.item_right p.text a {
	padding:0;
	color:#3b3b3b;
}
/* パンくず */
#right ul.pagelink {
	padding:0 0 0 5px;
	width:705px;
	height:25px;
	color:#FFFFFF;
	font-size:85%;
	line-height:25px;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
}
#right ul.pagelink li.arrow,
#right ul.pagelink li a {
	margin:0 5px 0 0;
	padding:0 15px 0 0;
	color:#FFFFFF;
	float:left;
	background:url(../img/icon_pagelink.gif) right 50% no-repeat;
}

/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */
#footer {
	clear:both;
	background-color:#333333;
}
#footer address {
	margin:0 auto;
	width:951px;
	color:#FFFFFF;
	font-size:85%;
	font-style:normal;
	text-align:center;
	line-height:27px;
}
