@charset "utf-8";

@import url("../../css/common.css");
@import url("../../css/inner-common.css");
body {
	background-repeat: repeat-x;
	background-image: url(../../img/common/bgRep2.jpg);
	line-height: 140%;
}
#top {
	width: 940px;
	height: 126px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9000px;
}

#inner-menu strong {
	display: block;
	text-indent: -9999px;
	height: 15px;
	background-image: url(../img/left-title.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.choose {
	color: #415CCD;
}

.s_font{
	font-family: '‚l‚r ‚oƒSƒVƒbƒN','Osaka',sans-serif;
	font-size: 80%;
	line-height: 1.2;
}

#topic-path {
	position: relative;
	background: url(../img/bridal.gif) no-repeat left 8px;
}
#topic-path p{
	position: absolute;
	right: 0;
	top: 5px;
	}
#topic-path p img{
	margin-left: 10px;
	}

#main{
	color: #606060;
	margin-bottom: 30px;
	display: inline-block;
	min-height: 1%;/* for IE 7*/
}

#main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*\*/
* html #main {
	height: 1%;
}
.#main {
	display: block;
}





/*======link========*/

p.link_bt{
	border: 1px solid #aaa9a9;
	margin: 10px;
	padding: 10px;
	width: 15em;
	text-align: center;
	float: right;
}
p.link_bt a{
	background: url("../img/common/arrow.gif") no-repeat left center;
	padding-left: 10px;
}
/*======link========*/

/*======box========*/
div.box{
	width: 330px;
	float: left;
	margin: 10px 0;
}

div.box img.left{
	float: left;
	width: 100px;
}

div.box dl{
	margin-left: 10px;
	width: 200px;
	float: left;
}

div.box dt{
	margin-bottom: 5px;
}


/*======box========*/



span.att{
	color: #ea189e;
}



/*----------------------------------------------------
‚²—ˆŠÙ—\–ñ
------*/

div.reservation dl{
	border-bottom: 1px solid #362700;
	width: 660px;
	margin: 30px 10px 0 10px;
	padding-bottom: 10px;
}

div.reservation dl dt{
	padding-bottom: 10px;
}

div.reservation dl dd{
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.reservation dl dd.last{
	margin-right: 0;
	width: 230px;
}
div.reservation dl dd.last img.zexy{
	margin-right: 5px;
}



/*============================================================================
	
	clearfix
	
=============================================================================*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	min-height: 1%;/* for IE 7*/
}

/*\*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/**/

