@charset "utf-8";

/* CSS Document */

/*---------------------------
	common
---------------------------*/

* {
	margin: 0;
	padding: 0;
}

a {
	/*\*/
	overflow: hidden;
	/**/
	border: none;
}

body {
	background-color: #CCCCCC;
	font-size: 12px;
	text-align: center;
	/*font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"*/
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
img {
	vertical-align: middle;
	border: none;
}
.cboth {
	clear: both;
}

.italic {
	font-style: italic;
}


.float-right {
	float: right;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/*---------------------------
	main
---------------------------*/

#main {
	width: 800px;
	background-color: #442623;
}

/*---------------------------
	contents
---------------------------*/
#contents {
	width: 600px;
	float: left;
	background-color: #FFFFFF;
}

#contents-text {
	/*min-height:421px;
	height: auto !important;
	height: 421px;*/
	margin: 0 10px 0 20px;
	line-height: 1.9em;
	width: 570px;
	padding-bottom: 30px;
}

#contents-text p {
	margin-bottom: 1em;
	/*line-height: 1.4em;*/
	line-height: 2.1em;
}


/*---------------------------
	global navi
---------------------------*/

#global-navi {
	width: autopx;
	font-size: 13px;
	color: #442623;
	margin-bottom: 37px;
}

#global-navi a {
	color: #442623;
	text-decoration: none;
}

#global-navi ul {
	list-style-type: none;
}

#global-navi li {
	display: inline;
	padding: 0 10px;
	border-left: solid 1px #442623;
	line-height: normal;
}
#global-navi li.noborder {
	border: none;
}

#global-navi li.here {
	color: #877777;
}



/*---------------------------
	sidebar
---------------------------*/

#sidebar {
	width: 200px;
	height: 100%;
	float: left;
}

#sidebar .Worlds50 {
	width: 120px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#sidebar .Worlds50 img {
	margin: 0 0 3px 0;
}


#sidebar .reserve {
	width: 90px;
	height: 22px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

#sidebar #reserve-text {
	font-size:10px;
	color:#FFFFFF;
	width:180px;
	margin:20px auto 0px; 
}

#sidebar .boutique {
	width: 90px;
	height: 22px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}


h1 a {
	background: url(../images/common/logo.gif) no-repeat;
	display: block;
	width: 180px;
	height: 59px;
	text-indent: -9999px;
	/*margin: 15px 0 20px 10px;*/
	margin: 0px 0 10px 10px;
}

/*---------------------------
	language
---------------------------*/

#side-menu {
	width: 62px;
	margin: 0 auto;
}

#side-menu ul {
	list-style-type: none;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#side-menu li a {
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#side-menu li a.japanese {
	background-image: url(../images/common/japanese.gif);
	width: 61px;
	height: 12px;
}

#side-menu li a.english {
	background-image: url(../images/common/english.gif);
	width: 51px;
	height: 13px;
}

#side-menu li a.french {
	background-image: url(../images/common/french.gif);
	width: 58px;
	height: 12px;
}

#side-menu li a.spanish {
	background-image: url(../images/common/spanish.gif);
	width: 54px;
	height: 13px;
}
#side-menu li a.italian {
	background-image: url(../images/common/italian.gif);
	width: 46px;
	height: 12px;
}
/*---------------------------
	footer
---------------------------*/
#footer {
	width: 800px;
	height: 50px;
	text-align: right;
	background-color: #CCCCCC;
	color: #666666;
	line-height: 1.4em;
	padding-top: 4px;
}

#footer a {
	color: #666666;
		text-decoration: none;
}
