﻿@charset "utf-8";
@import url("reset.css");
@import url("default.css");

/* --------------------------------------------------------------------
		Font-size Adjustment.
			77% = 10px	|	123.1% = 16px	|	167% = 22px
			85% = 11px	|	131% =  17px	|	174% = 23px 
			93% = 12px	|	138.5% = 18px	|	182% = 24px 
			100% = 13px	|	146.5% = 19px	|	189% = 25px 
			108% = 14px	|	153.9% = 20px	|	197% = 26px 
			116% = 15px	|	161.6% = 21px	| 
-------------------------------------------------------------------- */

/* start: Back-header -------------------------------- */
html {
	background: url(../img/common/bg-img.png);
}
body {
	background: url(../img/common/background-img.png) repeat-x;
}
#Shadow {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/common/background-shadow.png) repeat-y;
	}
#Container {
	background-color: #fafafa;
	background: url(../img/common/body-bg.png);
	margin: 0 auto;
	width: 980px;
}
#Logo {
	float: left;
	margin: 10px 0 0 15px;
	padding: 10px;
	list-style-type: none;
	width: 512px;
	height: 74px;
	text-indent: -9999px;
	overflow: hidden;
}
#Logo a {
	display: block;
	width: 512px;
	height: 74px;
	background: url(../img/common/h1.png) no-repeat;
}

#Address {
	text-align: right;
	padding: 20px 20px;
	color: #449a52;
	font-size: 230%;
	font-weight: bold;
	line-height: 100%;
}
#Address span {
	font-size: 60%;
}

#Menu {
	margin: 10px 0;
	float: right;
	width: 880px;
	background: url(../img/common/menu-bg.png) no-repeat;
	
}
#Menu div {
	margin: 0 auto;
}
#Menu ul {
	margin: 0;
	padding: 0;
}
#Menu li {
	margin: 0 5px;
	float: left;
	list-style-type: none;
	width: 100px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
}
#Menu a {
	display: block;
	width: 100px;
	height: 40px;
}
#Menu-parkgolf,#Menu-price,#Menu-course,#Menu-access {
	padding-left: 10px;
	border-left: 1px solid #d2ccbc;
}
#Menu-top a {
	background: url(../img/common/menu-top.png) no-repeat;
}
#Menu-parkgolf a {
	width: 210px;
	background: url(../img/common/menu-parkgolf.png) no-repeat;
}
#Menu-price a {
	width: 150px;
	background: url(../img/common/menu-price.png) no-repeat;
}
#Menu-course a {
	width: 160px;
	background: url(../img/common/menu-course.png) no-repeat;
}
#Menu-access a {
	width: 120px;
	background: url(../img/common/menu-access.png) no-repeat;
}
#Menu-top a:hover,
#Menu-parkgolf a:hover,
#Menu-price a:hover,
#Menu-course a:hover,
#Menu-access a:hover {
	background-position: 0 -40px;
}

#Body-container {
	margin: 0;
	padding: 0 0 73px 0;
	width: 980px;
	background-position: left bottom;
	background-image: url(../img/common/body-container-bottom-bg.png);
	background-repeat: no-repeat;
}
#Body-left {
	margin: 0;
	padding: 10px;
	width: 640px;
	float: left;
}
#Body-right {
	margin: 0;
	padding: 10px;
	width: 300px;
	float: left;
}
#Footer {
	clear: both;
	margin: 0;
	padding: 10px;
	width: 960px;
	background-color: #567500;
}
#Footer ul {
	margin: 0 20px;
	padding: 0;
}
#Footer li {
	margin: 15px;
	font-size: 138.5%;
	display: inline;
}
#Footer li a {
	color: #fff;
}
#Footer p {
	margin: 20px 0 0 20px;
}
#Back-header {
	margin-top: 30px;
}
#Back-header p {
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
}
#Back-header a {
	display: block;
	width: 180px;
	height: 30px;
	background: url(./img/common/back-header.png) no-repeat;
}
#Back-header a:hover {
	background-position: 0 -30px;
}
/* end: Back-header -------------------------------- */

/* start: clearfix -------------------------------- */
.clearfix:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
} 

.clearfix {
	display: inline-block;
}

/* Hides from Mac IE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hide from Mac IE */
/* end: clearfix -------------------------------- */
/* start: Highlight -------------------------------- */
.Highlight a:hover img {
filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}
/* end: Highlight -------------------------------- */

