@charset "UTF-8";

body {
	background-color: #f8f7ea;
	border-top: 3px solid #49472a;
	color: #000000;
	font-family: "ヒラギノ明朝 Pro W3", "平成明朝", "細明朝", "ＭＳ Ｐ明朝", serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", Osaka, "平成角ゴシック", "ＭＳ Ｐゴシック", sans-serif;*/
	line-height: 0px;
	margin: 0px;
	text-align: center;
	width: 100%;
}
img {
	border: none;
}
div.page {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 960px;
}
.clrb {	clear: both;	}

/* ヘッダー */
div.header {
	width: 100%;
}
div.header h1 {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 40%;
}
div.header div.hmenu {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 60%;
}
/* ヘッダー内メニュー */
.hmenuimglink {	display: block; float: right; width: 165px;	} 
#travels {	background: transparent url(../imgs/group/travels.gif) left bottom no-repeat; display: block; float: right; height: 48px; list-style: none; margin: 0px 0px 0px 5px; overflow: visible; padding: 0px; text-align: left; width: 160px;	}
#travels li {	display: block; font-size: 0px; line-height: 0px; margin: 0px; padding: 0px;	}
#travels li .imglink {	display: block; padding: 0px 0px 8px 0px; width: 100%;	}
#travels li .txtlink {	background-color: transparent; color: #ffffff; display: none; font-size: 13px; font-weight: bold; letter-spacing: -1px; line-height: 16px; padding: 0px 0px 5px 0px; text-decoration: none; text-indent: 10px; width: 100%;	}
#travels li .txtlink:hover {	background-color: transparent; color: yellow; text-decoration: underline;	}


/* トップ以外のページ */
div.menu-bar {
	background-image: url(../imgs/group/footer.gif);
	background-repeat: repeat-x;
	clear: left;
	line-height: 0px;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
	padding: 0px;
	text-align: left;
	width: 960px;
}
ul.mainmenu {
	line-height: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 960px;
}
ul.mainmenu li {
	display: inline;
}


/* フッター */
div.footer-bar {
	background-image: url(../imgs/group/footer.gif);
	background-repeat: repeat-x;
	clear: left;
	line-height: 0px;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	text-align: left;
	width: 960px;
	z-index: 12;
}
ul.footermenu {
	line-height: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 960px;
}
ul.footermenu li {
	display: inline;
}
div.footer-bar p {
	font-family: Palatino;
	font-size: 10px;
	line-height: 16px;
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
}
div.footer-bar p.fcopyright {
	background-color: transparent;
	color: #ffffff;
}

