@charset "utf-8";


* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}
body {
	color: #333;
	font-family: 'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', serif;
	text-align: center;
	background: #483A1E;
}

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

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


img {
	border: 0 none;
}
strong {
	font-weight: bold;
}
a {
	color: #AB426E;
}
a:hover {
	color: #F93;
}

p {
	font-size: 80%;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

/*
Container
*/
#container {
	width: 836px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: url(../img/bg_container.gif) left top repeat-y;
}

/*
Header
*/
#header {
	width: 800px;
	height: 134px;
	background: url(/img/bg_header.jpg) left top no-repeat;
	margin-left: 18px;
}
#header h1 {
	width: 178px;
	height: 78px;
	position: absolute;
	left: 18px;
	top: 0px;
	z-index: 10;
}
/*
Main
*/
#main {
	width: 800px;
	margin-left: 18px;
}

/*
Contents
*/
#contents {
	background: url(/img/bg_contents.gif) left top no-repeat;
	padding: 30px 115px 0 115px;
	_height: 400px;
	min-height: 400px;
}

h2 {
	height: 50px;
	margin-left: -54px;
	text-indent: -9999px;
}
h3 {
	background: url(/img/h3.gif) left top no-repeat;
	padding: 20px 0 20px 6px;
	color: #883347;
}

p.totop {
	clear: both;
	_text-align: right;
	width: 800px;
	margin-left: 18px;
	margin-bottom: 5px;
}
#contents p.totop {
	width: auto;
	margin-left: 0;
	margin-right: -115px;
	margin-bottom: 5px;
}
p.totop a {
	background: url(/img/totop.gif) right top no-repeat;
	display: block;
	width: 57px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1px;
	line-height: 0px;
	margin: 0 0 0 auto;
}


/*
Navigation
*/
#navi {
	position: absolute;
	left: 18px;
	top: 0px;
	background: url(/img/navi.jpg) 0px 79px no-repeat;
	width: 800px;
	height: 134px;
	z-index: 0;
	overflow: hidden;
}
#navi ul {
	list-style-type: none;
}
#navi ul li {
	display: inline;
}

#navi ul li a {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1px;
	line-height: 0px;
}

/*
Navi
*/
#navi ul li#mconcept a,
#navi ul li#mwedding a,
#navi ul li#mdress a,
#navi ul li#mcuisine a,
#navi ul li#mstaff a,
#navi ul li#maccess a {
	background: url(/img/navi.jpg) left top no-repeat;
	height: 55px;
	top: 79px;
}
#navi ul li#mconcept a {
	width: 124px;
	background-position: -54px 0px;
	left: 54px;
}
#navi ul li#mwedding a {
	width: 127px;
	background-position: -178px 0px;
	left: 178px;
}
#navi ul li#mdress a {
	width: 107px;
	background-position: -305px 0px;
	left: 305px;
}
#navi ul li#mcuisine a {
	width: 118px;
	background-position: -412px 0px;
	left: 412px;
}
#navi ul li#mstaff a {
	width: 101px;
	background-position: -530px 0px;
	left: 530px;
}
#navi ul li#maccess a {
	width: 115px;
	background-position: -631px 0px;
	left: 631px;
}

/*
Navi2
*/
#navi ul li#mhome  a,
#navi ul li#minformation a,
#navi ul li#mreport a,
#navi ul li#mcontact a {
	background: url(/img/navi2.gif) left top no-repeat;
	height: 25px;
	top: 7px;
}

#navi ul li#mhome a {
	width: 50px;
	background-position: -510px 0px;
	left: 510px;
}
#navi ul li#minformation a {
	width: 80px;
	background-position: -560px 0px;
	left: 560px;
}
#navi ul li#mreport a {
	width: 90px;
	background-position: -640px 0px;
	left: 640px;
}
#navi ul li#mcontact a {
	width: 70px;
	background-position: -730px 0px;
	left: 730px;
}




/*
hover & Current
*/
.concept #navi ul li#mconcept a,
#navi ul li#mconcept a:hover {
	background-position: -54px -55px;
}
.wedding #navi ul li#mwedding a,
#navi ul li#mwedding a:hover {
	background-position: -178px -55px;
}
.dress #navi ul li#mdress a,
#navi ul li#mdress a:hover {
	background-position: -305px -55px;
}
.cuisine #navi ul li#mcuisine a,
#navi ul li#mcuisine a:hover {
	background-position: -412px -55px;
}
.staff #navi ul li#mstaff a ,
#navi ul li#mstaff a:hover {
	background-position: -530px -55px;
}
.access #navi ul li#maccess a,
#navi ul li#maccess a:hover {
	background-position: -631px -55px;
}

.home #navi ul li#mhome a,
#navi ul li#mhome a:hover {
	background-position: -510px -25px;
}
.information #navi ul li#minformation a,
#navi ul li#minformation a:hover {
	background-position: -560px -25px;
}
.report #navi ul li#mreport a,
#navi ul li#mreport a:hover {
	background-position: -640px -25px;
}
.contact #navi ul li#mcontact a,
#navi ul li#mcontact a:hover {
	background-position: -730px -25px;
}


/*
Prev - Next Button
*/
ul.prevnext {
	height: 2em;
	clear: both;
	list-style-type: none;
	margin-top: 10px;
}
ul.prevnext li {
	display: inline;
	font-size: 80%;
}
ul.prevnext li a {
	text-align: center;
	text-decoration: underline;
	padding: 3px 18px;
}
ul.prevnext li.prev a {
	float: left;
	background: url(/img/arrow_l.gif) left center no-repeat;
}
ul.prevnext li.next a {
	float: right;
	background: url(/img/arrow_r.gif) right center no-repeat;
}
ul.prevnext li a:hover {
	text-decoration: none;
}



/*
Footer
*/
#companyinfo {
	width: 800px;
	margin-left: 18px;
	background: url(/img/hr.gif) left top no-repeat;
	text-align: right;
	color: #883347;
	padding-top: 15px;
}
#footer {
	background: #483A1E url(/img/bg_footer.gif) left top no-repeat;
	padding: 9px 0;
	color: #FFF;
	text-align: center;
	font-size: 80%;
	clear: both;
}
#footer a {
	color: #FFF;
}

/*
Display None
*/
#header p, hr, .ktai, .nocss, #navi h2 {
	display: none;
}