@charset "utf-8";

/*
Index CSS
*/

body {
	background: url(/img/bg_body.jpg) left top repeat-x #C2E0A5;
}

#header {
	display: none;
}

#container {
	margin: 3% auto 0;
	border: none;
	background: inherit;
	background: #C2E0A5;
}

/* Navi */
.index #navi {
	width: auto;
	height: auto;
	position: static;
	top: inherit;
	left: inherit;
	font-size: 70%;
	padding-top: 4px;
	text-align: center;
}
.index #navi ul li {
	border-left: 1px solid #4D8907;
	padding: 0px 6px 0px 6px;
}
.index #navi ul li#mhome {
	border: none;
}

.index #navi ul li a {
	display: inline;
	color: #4D8907;
	width: auto;
	height: auto;
	background: none;
	text-indent: 0px;
}
.index #navi ul li#mwedding,
.index #navi ul li#mrestaurant,
.index #navi ul li#mgarden,
.index #navi ul li#mski {
	display: none;
}
.index #navi ul li a:hover {
	color: #666;
}

#navi p.tel a {
	display: none;
}


/*
Company Information
*/
#companyinfo {
	color: #4D8907;
	padding: 8px 0 0;
}
#companyinfo a {
	color: #4D8907;
}
#companyinfo p {
	width: auto;
	background: none;
	padding: 0;
	margin: 5px 0;
	text-align: center;
}

/*
Footer
*/
#footer {
	color: #063;
	background: inherit;
	padding: 6px;
	background: none;
}

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