@charset "utf-8";
.right {
	float: right;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}



/* CSS Document */

#page {
	color: #333;
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #D92873;
	background-color: #FFF;
}
#pageinside {
	width: 940px;
	margin-right: 20px;
	margin-left: 20px;
}


#header {
	color: #000;
	text-align: left;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.menu {
	background-image: url(../img/logo.jpg);
	width: 940px;
	height: 95px;
	position: relative;
	margin-top: 10px;
}
.top {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 100px;
}
.about {
	position: absolute;
	left: 15px;
	top: 80px;
	width: 100px;
}

.restaurants {
	position: absolute;
	left: 30px;
	top: 80px;
	width: 100px;
}
.recruit {
	position: absolute;
	left: 310px;
	top: 80px;
	width: 100px;
}
.press {
	position: absolute;
	left: 320px;
	top: 80px;
	width: 100px;
}
.info {
	position: absolute;
	top: 80px;
	width: 100px;
	left: 330px;
}

/*↓メニュー部分*/
ul.menu li{
	float:left;
	height:20px;
	position:relative;
}
ul.menu li a{
	display:block;
	width:100%;
	height:100%;
	line-height:20px;
	text-decoration:none;
	text-align: center;
}
ul.menu li a:hover{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D92873;
}
ul.menu li ul.sub{
	position:absolute;
	background-color: #333;
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	opacity:0.75;
}
ul.menu li ul.sub li{
	float: none;
}

ul.menu li ul.sub li a {
	color: #FFF;
	display: block;
	width: auto;
	font-size: 60%;
}

.about ul.sub{
	width: 100px;
}
.restaurants ul.sub{
	width: 200px;
}
.recruit ul.sub{
	width: 100px;
}

ul.menu{
	zoom:1;
}
ul.menu:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
#mainvisual {
	margin-bottom: 10px;
	margin-top: 10px;
}

#content {
	width: 620px;
	float: left;
	margin-bottom: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 30px;
}
#text_wrap {
	width: 580px;
	padding-right: 20px;
	padding-left: 20px;
}


#maincontent {
	width: 620px;
	float: left;
	margin-bottom: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 30px;
}


#maincontent td {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

#maincontent input {
	margin-bottom: 5px;	
}

.button {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.message errorMessage {
	color:#D92873
}

table.top_restaurant {
	width: 620px;
	margin-bottom: 30px;
	font-size: 90%;
}
.top_restaurant_content a img {
	margin-bottom: 5px;
}

.top_restaurant_content {
	width: 194px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 175px;
	valign: middle;
}
.top_restaurant_space {
	width: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.top_restaurant_space_line {
	width: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}#side {
	float: right;
	width: 305px;
}
#side img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#news {
	background-color: #CDBA9A;
	padding: 5px;
	width: 300px;
	margin-bottom: 10px;
	height: 600px;
	overflow-y: scroll;
}
#news p {
	margin-bottom: 25px;
}
#footer {
	color: #FFF;
	background-color: #000;
	height: 30px;
	width: 940px;
	clear: both;
	font-size: 125%;
	line-height:30px;
	text-align: center;
	margin-bottom: 10px;
}
#footer p a {
	color: #FFF;
}

#copyright {
	text-align: center;
	margin-bottom: 10px;
}

.pink {
	color: #C33283;
	font-weight: lighter;
	clear: both;
}
.companyinfo_left {
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D92873;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
}
.companyinfo_right {
	width: 450px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#restaurant_img {
	height: 396px;
	width: 324px;
	float: left;
}
#restaurant_img li {
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#restaurant_ken {
	height: 300px;
	width: 500px;
	float: left;
	margin-left: 60px;
}
#restaurant_ken li {
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#restaurant_domadoma {
	height: 150px;
	width: 500px;
	float: left;
	margin-left: 60px;
}
#restaurant_domadoma  li {
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}

#restaurant_marufuji {
	height: 220px;
	width: 500px;
	float: left;
	margin-left: 60px;
}
#restaurant_marufuji li {
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}


/*↓スタッフBOX用*/

@charset "utf-8";
#staff {
	height: 620px;
	width: 620px;
}
#staff dt {
	margin: 3px;
	float: left;
}
#hrtext {
	float: left;
	width: 390px;
}



#allspace{
	margin: 0;
	padding: 0;
}

#voice {
	height: auto;
	width: auto;
	padding: 0 20px;
	margin: auto 10px;
}

#text {
	width: 360px;
	height: 500px;
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	overflow-y: scroll;
	padding: 5px;
}

#person {
	margin: 5px;
	float: left;
	text-align: center;
	vertical-align: middle;
}


//IE6とIE7用CSSハック

html*#allspace{
	margin: 0;
	padding: 0;
	height: auto;
	width: 650px;
}

html*#voice {
	height: auto;
	width: 650px;
	padding: 0 20px;
	margin: auto 10px;
}
/*↑スタッフBOX用*/

/*↓PRESS*/
#tab{
	font-family:Georgia, "Times New Roman", Times, serif;
}

#tab ul{
		margin-left:20px;
}

#tab a{
	text-decoration: none;
	font-size:14px;
}

#tab a:link {
	color:#900;
} 

#tab a:visited {
	color:#900;
} 

#tab a:hover {
	color:#F90000;
} 

#tab a:active {
	color:#900;
} 


#tab li{
	width:50px;
	height:25px;
	display:block;
	float:left;
}

.selected{
	border-bottom:#900 solid 1px;
}
/*↑PRESS*/
.wedding {
	width: 619px;
	margin-left: 5px;
}
.wedding li {
	float: left;
	width: 200px;
	margin-right: 6px;
}
.lighttext {
	font-size: 95%;
	line-height: 150%;
}

.navi4form {
	visibility: hidden;
}
#top_slide_wrap {
	height: 415px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#top_slide_wrap #mainvisual_top {
	position: absolute;
	top: 105px;
}

/* slider
--------------------------------------------------------- */
.slideFrame {
	overflow: hidden;
	width: 940px;
	clear: both;
}

.slideCell {
	display: block;
	float: left;
	margin-right: 0px;
}

.slideCell img{
	border: 1px #fff solid;
}

/*
.slideCell .hover {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
}
 */

/* controller */
.slideCtrl {
	display: none;
	position: absolute;
	top: 0;
	width: 90px;
	height: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #333;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity=80);
}

.slideCtrl.left { left: 0; }
.slideCtrl.right { right: 0; }


/* slider-0
--------------------------------------------------------- */
#slider-0.slideFrame {
	height: 450px;
}

/* slider-1
--------------------------------------------------------- */
#slider-1.slideFrame {
	position: relative;
	height: 100px;
}
#slider-1 .slideCtrl {
	padding-top: 30px;
}

/* slider-2
--------------------------------------------------------- */
#slider-2.slideFrame {
	position: relative;
	height: 100px;
}
#slider-2 .slideCtrl {
	padding-top: 50px;
}

/* slider-2
--------------------------------------------------------- */
#slider-3.slideFrame {
	position: relative;
	height: 100px;
}
#news p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 20px;
}
