@charset "utf-8";
/* CSS Document */

@import url(basic.css);
@import url(header.css);

body {
	color			:#4C4948;
	background-color:#231815;
	font-size		:8pt;
}

a:link    { color:#A17A40;	text-decoration:none; }
a:visited { color:#5c4017;	text-decoration:none; }
a:hover   { color:#bb0000;	text-decoration:underline; }

/* Common Structure -------------------------------------- */

.container {
	width			: 100%;
	background-color: #ffffff;
	text-align		: center;
}
.container .inner {
	width			: 700px;
	height			: 470px;
	margin			: 0 auto;
	text-align		: left;
}
.container h1 {
	padding-top		: 35px;
}

/* index.html --------------------------------------------------- */

#toppage .inner {
	width			: 770px;
}

/* information.html --------------------------------------------- */

#information {
	height				: 530px;
}
#information h1 {
	padding-top			: 20px;
	border-bottom		: 1px solid #4C4948;
}
#information h2 {
	color				: #EA5520;
	padding				: 10px 0 2px;
}
#information p {
	margin-left			: 5px;
}
#information dl dt {
	float				: left;
	padding-left		: 5px;
	text-align			: right;
}
#information dl dd {
	margin-left			: 17px;
}
#information dl dd span{
	color				: #EA5520;
}
#information .leftcol {
	display				: inline;
	float				: left;
	width				: 320px;
	padding-bottom		: 10px;
	line-height			: 1.3;
}
#information .rightcol {
	display				: inline;
	float				: right;
	width				: 380px;
	padding-bottom		: 10px;
	line-height			: 1.3;
}
#information #reserve {
	clear				: both;
	text-align			: right;
}
/* information2.html --------------------------------------------- */

#information2 {
	height				: 580px;
}
#information2 h1 {
	padding-top			: 20px;
	border-bottom		: 1px solid #4C4948;
}
#information2 h2 {
	color				: #EA5520;
	padding				: 10px 0 2px;
}
#information2 p {
	margin-left			: 5px;
}
#information2 dl dt {
	float				: left;
	width				: 1em;
	padding-left		: 5px;
	text-align			: right;
}
#information2 dl dd {
/*	margin-left			: 17px; */
	margin-left			: 1em;
	padding-left		: 2px;
}
#information2 dl dd span{
	color				: #EA5520;
}
#information2 .leftcol {
	display				: inline;
	float				: left;
	width				: 320px;
/*	margin-left			: 35px; */
	padding-bottom		: 10px;
	line-height			: 1.6;
}
#information2 .rightcol {
	display				: inline;
	float				: right;
	width				: 380px;
	padding-bottom		: 10px;
	line-height			: 1.6;
}
#information2 #reserve {
	clear				: both;
	text-align			: right;
}


#information2 a.download {
	display				: block;
	width				: 140px;
	height				: 18px;
	margin-top			: 3px;
	margin-bottom		: 3px;
	background			: url(img/info_list_download.gif) 0 0 no-repeat;
	overflow			: hidden;
	text-indent			: -9999px;
}
#information2 a.download:hover {
	background-position	: 0 -18px;
}


/* price.html --------------------------------------------- */

#price {
}
#price h1 {
	border-bottom	: 1px solid #4C4948;
}
#price h2 {
	color			: #EA5520;
	padding			: 10px 0 2px;
}
#price h3 {
	padding-left	: 5px;
	font-size		: 11pt;
}
#price h3 span {
	font-size		: 8pt;
}
#price p {
	padding-left	: 5px;
}
#price dl dt {
	float			: left;
	padding-left	: 5px;
	text-align		: right;
}
#price dl dd {
	margin-left		: 20px;
}
#price .leftcol {
	display			: inline;
	float			: left;
	width			: 320px;
	padding			: 0 0 10px 0;
	line-height		: 1.3;
}
#price .rightcol {
	display			: inline;
	float			: right;
	width			: 350px;
	line-height		: 1.5;
}
#price #reserve {
	clear			: both;
	padding-top		: 15px;
	text-align		: right;
}

/* price2.html --------------------------------------------- */

#price2 {
}
#price2 h1 {
	border-bottom	: 1px solid #4C4948;
}
#price2 h2 {
	color			: #EA5520;
	padding			: 10px 0 2px;
}
#price2 h3 {
	margin-bottom	: 3px;
	padding-left	: 5px;
	font-size		: 11pt;
}
#price2 h3 span {
	font-size		: 8pt;
}
#price2 p {
	padding-left	: 5px;
}
#price2 dl dt {
	float			: left;
	padding-left	: 5px;
	text-align		: right;
}
#price2 dl dd {
	margin-left		: 20px;
}
#price2 .leftcol {
	display			: inline;
	float			: left;
	width			: 320px;
	padding			: 0 0 10px 0;
	line-height		: 1.5;
}
#price2 .rightcol {
	display			: inline;
	float			: right;
	width			: 380px;
	line-height		: 1.5;
}
#price2 a.download {
	display				: block;
	width				: 185px;
	height				: 18px;
	margin-top			: 3px;
	margin-bottom		: 3px;
	background			: url(img/price_conf_download.gif) 0 0 no-repeat;
	overflow			: hidden;
	text-indent			: -9999px;
}
#price2 a.download:hover {
	background-position	: 0 -18px;
}


/* access -------------------------------------------------- */

.access .inner {
	position		: relative;
}
#access_title {
	padding-top		: 35px;
}
#access_title ul li {
	display			: inline;
	float			: left;
	padding-right	: 12px;
}
#access_title ul li h1 {
	display			: inline;
	margin			: 0;
	padding			: 0;
}

.access #map {
	z-index			: 1;
	padding			: 15px 0 15px 109px;
}
.access #desc {
	position		: absolute;
	z-index			: 2;
	top				: 100px;
	left			: 0;
	width			: 250px;
}
.access #desc dl dt {
	float			: left;
	text-align		: right;
}
.access #desc dl dd {
	margin-left		: 17px;
	line-height		: 1.3;
}
.access .access_navi {
	border-bottom	: 2px solid #4C4948;
}
.access .access_navi ul li {
	display			: inline;
	float			: left;
	padding-right	: 10px;
}
.access .access_navi ul li a {
	display			: block;
	height			: 16px;
	margin-top		: 5px;
	text-indent		: -9999px;
	overflow		: hidden;
	background-position:0 -16px;
	background-repeat:no-repeat;
}
.access .access_navi ul li.menu01 a { width:91px; background-image:url(img/access_navi01.gif); }
.access .access_navi ul li.menu02 a { width:92px; background-image:url(img/access_navi02.gif); }
.access .access_navi ul li.sel a { background-position:0 0; }

.access #reserve {
	clear			: both;
	padding-top		: 5px;
	text-align		: right;
}

/* Not Found ---------------------------------------------------- */

#notfound p {
	padding-top			: 200px;
	line-height			: 3;
	color				: #EA5520;
	text-align			: center;
}
#notfound #reserve {
	padding-top			: 100px;
	text-align			: right;
}

