@charset "utf-8";

/*
Common CSS
*/

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', serif;
}
body {
	_text-align: center;
	background: url(/img/bg_bodygreen.jpg) center top repeat-y;
}
img {
	border: none;
}
a {
	color: #568EC7;
	text-decoration: underline;
}
a:hover {
	color: #FF6633;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-weight: bold;
}
.totop {
	clear: both;
}
hr, #footer .totop, .ktai, .nocss, #navi h2 {
	display: none;
}

/*
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 */

#header {
	width: 770px;
	height: 70px;
}
#header h1 {
	height: 70px;
	background: url(/img/header_img.gif) right top no-repeat;
}
#main {
}
#container {
	position: relative;
	margin: 0 auto;
	width: 770px;
	background: #FFF;
	_text-align: left;
}
.attention {
	color: #F00;
}
table {
	border-collapse: collapse;
}
th, td {
	font-size: 80%;
	vertical-align: top;
	border-bottom: 1px dotted #CCC;
	padding: 5px 0px;
}
th {
	color: #666;
	text-align: left;
	font-weight: bold;
}
td {
	color: #555;
}

/* 
Contents 
*/
#contents {
	_height: 600px;
	min-height: 600px;
	text-align: left;
	margin: 82px 30px 20px;
}
h2 {
	text-indent: -9999px;
}
h2, h3 {
	overflow: hidden;
}
h3 {
	width: 685px;
	_width: 710px;
	background: url(/img/h3.gif) left bottom no-repeat;
	color: #568EC7;
	font-size: 100%;
	padding: 15px 0px 7px 22px;
	margin-bottom: 10px;
}
h4 {
	color: #568EC7;
	font-size: 90%;
	font-weight: bold;
	margin: 8px 0;
}
p {
	color: #555;
	font-size: 80%;
	line-height: 1.5em;
	/*margin-bottom: 1.3em;*/
}
p.totop {
	clear: both;
	_text-align: right;
	margin: 30px 0 6px;
}
p.totop a {
	display: block;
	width: 105px;
	height: 12px;
	font-size: 1px;
	line-height: 0px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 0 auto;
	background: url(/img/totop.gif) right top no-repeat;
}

/*
Navi 
*/
#navi {
}
#navi ul {
	list-style-type: none;
}
#navi ul li {
	display: inline;
}

/* 
Navi - main
*/
ul#navimain {
	position: absolute;
	top: 0px;
	left: 487px;
}
ul#navimain li a {
	display: block;
	position: absolute;
	background-image: url(/img/navimain20090430.gif);
	background-repeat: no-repeat;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
}

li#mhome a {
	left: 0px;
	width: 35px;
	background-position: 0px 0px;
}
li#maccess a {
	left: 36px;
	width: 49px;
	background-position: -35px 0px;
}
li#mlink a {
	left: 86px;
	width: 31px;
	background-position: -84px 0px;
}
/*li#mrecruit a {
	left: 118px;
	width: 60px;
	background-position: -115px 0px;
}*/
li#mprivacy a {
	left: 118px;
	width: 97px;
	background-position: -175px 0px;
}
li#mcontact a {
	left: 216px;
	width: 60px;
	background-position: -272px 0px;
}

li#mhome a:hover, .home li#mhome a {
	background-position: 0px -15px;
}
li#maccess a:hover, .access li#maccess a {
	background-position: -35px -15px;
}
li#mlink a:hover, .link li#mlink a {
	background-position: -84px -15px;
}
/*li#mrecruit a:hover, .recruit li#mrecruit a {
	background-position: -115px -15px;
}*/
li#mprivacy a:hover, .privacy li#mprivacy a {
	background-position: -175px -15px;
}
li#mcontact a:hover, .contact li#mcontact a {
	background-position: -272px -15px;
}

/*
Navi - sub
*/
ul#navisub {
	position: absolute;
	top: 70px;
	left: 3px;
}
ul#navisub li a {
	display: block;
	position: absolute;
	background-image: url(/img/navisub.jpg);
	background-repeat: no-repeat;
	height: 64px;
	text-indent: -9999px;
	overflow: hidden;
}

li#minformation a {
	left: 0px;
	width: 163px;
	background-position: 0px 0px;
}
li#mstyle a {
	left: 163px;
	width: 175px;
	background-position: -163px 0px;
}
li#mcuisine a {
	left: 338px;
	width: 107px;
	background-position: -338px 0px;
}
li#mproduce a {
	left: 445px;
	width: 115px;
	background-position: -445px 0px;
}
li#mstaff a {
	left: 560px;
	width: 91px;
	background-position: -560px 0px;
}
li#mcouple a {
	left: 651px;
	width: 113px;
	background-position: -651px 0px;
}

li#minformation a:hover, .information li#minformation a {
	background-position: 0px -64px;
}
li#mstyle a:hover, .style li#mstyle a {
	background-position: -163px -64px;
}
li#mcuisine a:hover, .cuisine li#mcuisine a {
	background-position: -338px -64px;
}
li#mproduce a:hover, .produce li#mproduce a {
	background-position: -445px -64px;
}
li#mstaff a:hover, .staff li#mstaff a,
.mt-comment-confirmation li#mstaff a,
.mt-comment-pending li#mstaff a,
.mt-comment-error li#mstaff a {
	background-position: -560px -64px;
}
li#mcouple a:hover, .couple li#mcouple a {
	background-position: -651px -64px;
}

/*
Prev - Next Button
*/
ul.prevnext {
	height: 2em;
	list-style-type: none;
	clear: both;
}
ul.prevnext li {
	display: inline;
}
ul.prevnext li a {
	font-size: 80%;
	text-align: center;
	padding: 3px 12px;
}
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;
}

/*
Footer
*/
#footer {
	width: 770px;
	color: #666;
	padding: 5px 0;
	background: #EBEBEB;
	text-align: center;
	clear: both;
}
#footer p {
	font-size: 70%;
	margin: 0;
}

/*
Address
*/
address {
	font-size: 80%;
	color: #555;
}
address a {
	color: #555;
	text-decoration: none;
}
address a:hover {
	text-decoration: underline;
}