@charset "utf-8";
/* CSS Document */

#header {
	margin: 0 auto;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 36px 0 0 0;
}

h1 {
	width:315px;
	height:121px;
	display : block;
	margin: 0 auto;
}
#header .menu {
	background-image: url(../images/menub.png);
	background-repeat: repeat-x;
	height: 47px;
}
#header ul {
	width: 847px;
	margin: 0 auto;
	height: 47px;
}
#header ul li {
	float: left;
}
#header #mainimg {
	text-align: center;
	margin: 10px auto 24px auto;
	width: 847px;
	display: block;
	height: 321px;
}


#contents,
#footer{
	width: 847px;
	margin: 0 auto;
}
#contents #topix {
	width: 556px;
	float: left;
}
#contents #topix h3 {
	height: 26px;
	width: 60px;
	float: left;
}
#contents #topix h2 {
	float: right;
	text-align: right;
	height: 23px;
	padding-top: 3px;
}
#contents #topix .border {
	background-image: url(../images/borderx-m.gif);
	background-position: bottom;
	height: 27px;
	background-repeat: no-repeat;
}
#contents #topix h4 {
	padding: 7px 0 0 0;
}
#contents .bordery {
	float: left;
	padding: 0 11px;
}
#contents #restaurant {
	float: left;
	width: 268px;
}
#contents #restaurant p,
#contents #blog p,
#contents #wedding p,
#contents #mobile p{
	font-size: 85%;
	padding: 10px 0 0;
}
#contents .borderx {
	padding: 10px 0;
	clear: both;
}
#contents #blog,
#contents #wedding,
#contents #mobile{
	width: 267px;
	float: left;
}


#footer {
	background-image: url(../images/footerimg.jpg);
	background-repeat: no-repeat;
	padding: 0 0 20px 0;
}
#footer img {
	padding: 16px 0 15px 449px;
}
#footer p {
	color: #67921E;
	margin: 0 auto;
	text-align: center;
	margin: 5px 0 0 0;
}
#footer p a:link {
	color: #67921E;
	text-decoration: underline;
}
#footer p a:visited {
	color: #67921E;
	text-decoration: underline;
}
#footer p a:hover {
	color: #67921E;
	text-decoration: none;
}
#footer p a:hover img {
	filter: alpha(opacity=75);
  	-moz-opacity:0.75;
	opacity:0.75;
}
#footer p a:active {
	color: #67921E;
	text-decoration: none;
}

/*-------------------------------------------------------------------- clearfix[float解除]
--------------------------------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}