@charset "utf-8";

@media print{
	/* For print */
	* html body {
		zoom: 85%;
	}
}

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.2;
}
body {
	/*text-align: center;*/
	margin: 0 auto;
	color: #666666;
	background: #0B0C0E;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
ul {
	list-style: none;
}
em {
	font-weight: bold;
	font-style: normal;
}

img {
	border: 0;
	vertical-align: top;
}


/*----- links color scheme -----*/
a {
	color: #4C648C;
	text-decoration: none;
}
a:visited {
	color: #4C648C;
}
a:hover {
	color: #4C648C;
	text-decoration: underline;
}
/*-----------------------------*/
.container-out {
	background: url(../images/common/bg_body.gif) repeat-x 0 0;
}
.container {
	width: 800px;
	margin: 0 auto;
	background: #0B0C0E;
}
.container h1 {
	float: left;
	display: inline;
	margin-left: 10px;
}
.header {
	background: url(../images/common/bg_header.gif) no-repeat 0 100%;
}
.header .topnavi {
 	float: right;
	margin-top: 10px;
}
.header .topnavi li {
	float: left;
	display: inline;
	margin-right: 5px;
}
/*-----grovalnavi-----*/

.gnavi {
	clear: both;
	width: 800px;
}
.gnavi li {
	float: left;
	padding-right: 1px;
	background: url(../images/common/gnavi_border.gif) 100% 100% no-repeat;
}

.gnavi ul li img {
	vertical-align: bottom;
}

.gnavi li.accomodation {
}

.gnavi li.restaurant {
}

.gnavi li.meeting {
	background: none;
	padding-right: 0;
}


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

.contentbody {
	clear: both;
	background: url(../images/common/bg_sidenavi.gif) repeat-y 0 0;
}
.contentbody2 {
	background: url(../images/common/bg_sidenavi.gif) repeat-y 0 0;
}
.sideNavi {
	float: left;
	width: 180px;
	text-align: left;
	background: url(../images/common/bg_sidenavi.gif) repeat-y 0 0;
}
h2 {
	border-bottom: 1px solid #000000;
}

/*-----maincontent-----*/

.maincontent {
	float: left;
	width: 620px;
	font-size: 80%;
	text-align: left;
	padding: 25px 0 10px 0;
	background: #FFFFFF;
}

.pageTop {
	clear: both;
	text-align: right;
	margin: 5px 15px 0 0;
}
/*-----footer-----*/

.footer {
	clear: both;
	padding: 10px 0 10px 0;
	background: url(../images/common/bg_footer.gif) repeat-y 0 0;
}
.footer ul {
	margin: 0 0 0 6px;
}
.footer li {
	float: left;
	margin-right: 16px;
}
.copyright {
	text-align: left;
	margin: 5px 0 0 9px;
}
.copyright img {
	margin: 5px 0 0 0;
}

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

.f-right {
	float: right;
}
.f-left {
	float: left;
}
/*----------*/

.alCenter {
	text-align: center;
}
.alRight {
	text-align: right;
}
/*----- left navi -----*/
ul.inner_Navi {
	height: 152px;
	background: url(../images/common/bg_leftNavi.gif) no-repeat 0 0;
}
/*---------------------------------------------------
* clearfix
*--------------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* for IE7, MacIE5 */
.clearfix {
	display: inline-block;
}
/* for MacIE5 \*/
* html.clearfix {
	height: 1%;
}

.clear {
	clear: both;
}

/* clearfix
----------------------------------------------- */
/* floatしたboxが親boxからはみ出すのを回避 */
.clearfix2:after {
	height: 0;
	visibility: hidden;
	content:".";
	display: block;
	clear: both;
}
.clearfix2 {
	display: inline-table;
	min-height: 1px; /* IE 7 */
}
/* Hides from IE - mac \*/
* html .clearfix2 {
	height: 1%;
}
.clearfix2 {
	display: block;
}
/* End hide from IE-mac */


/*added*/
#mainvisual img{
vertical-align:middle;
}

/*font*/
.font-small{
font-size:10px;
line-height:14px;
}
.font-smaller{
font-size:11px;
line-height:14px;
}
.font-middle{
font-size:12px;
line-height:16px;
}
.font-big{
font-size:14px;
line-height:18px;
}
.font-toobig{
font-size:16px;
line-height:20px;