@charset "utf-8";

/*
	File Name   : layout.css
	Description : 各ブロックのレイアウト
*/


/* Container
----------------------------------------------------------- */
div#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}





/* Header
----------------------------------------------------------- */
div#header {
	position: relative;
	margin-bottom: 10px;
}

*:first-child+html div#slider { height:300px; } 

#indexMenu {
	overflow: hidden;
	margin-bottom: 25px;
}

#indexMenu ul{
	width: 975px;
}

#indexMenu ul li{
	float: left;
	margin-right: 15px;
}


/* Main
----------------------------------------------------------- */
div#main {
	line-height: 1.5;
	font-size: 120%;
	width: 635px;
}

div#main .indexInfo {
	width: 100%;
	margin-bottom: 20px;
}

div#main h2 {
	margin-bottom: 10px;
}

div#main .indexInfo th{
	padding: 8px 8px 8px 15px;
	background: url(../img/index/info_icon.png) left 15px no-repeat;
	border-bottom: 1px dotted #bcbcbc;
	font-weight: normal;
	width: 20%;
}

div#main .indexInfo td{
	padding: 8px;
	border-bottom: 1px dotted #bcbcbc;
}

div#mainPage {
	line-height: 1.5;
	font-size: 120%;
	width: 960px;
}


/* Side
----------------------------------------------------------- */
div#side {
	font-size: 120%;
	float: right;
	width: 310px;
	margin-top: 22px;
}

div#side p{
	margin-bottom: 10px;
}


/* Global navigation
----------------------------------------------------------- */
ul#globalNavi {
	position: absolute;
	top: 0;
	right: 0;
	width: 718px;
	height: 50px;
	background: url(../img/common/globalnavi_bg.png) left top no-repeat;
}

ul#globalNavi li {
	float: left;
}

ul#globalNavi li a {
	display: block;
	float: left;
}

ul#globalNavi li a:hover {
	background-color: transparent;
}

ul#globalNavi li a:hover img {
	visibility: hidden;
}

#globalNav li a:hover,
#index #navHome a,
#course #navCourse a,
#plan #navPlan a,
#facilityt #navFacilityt a,
#reservation #navReservation a,
#contact #navContact a,
#access #navAccess a {
	background-color: transparent;
}

#globalNav li a:hover img,
#index #navHome img,
#course #navCourse img,
#plan #navPlan img,
#facilityt #navFacilityt img,
#reservation #navReservation img,
#contact #navContact img,
#access #navAccess img {
	visibility: hidden;
}


/* Footer
----------------------------------------------------------- */
div#footer {
	clear: both;
	background: url(../img/common/footer_bg.png) left bottom repeat-x;
}

div#footerWrap {
	font-size: 120%;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	height: 166px;
	position: relative;
}

.pageTop {
	text-align: right;
}

div#footerWrap ul{
	margin-top: 14px;
}

div#footerWrap ul li{
	float: left;
	border-right: 1px solid #999;
	padding-right: 12px;
	margin-right: 12px;
}

div#footerWrap ul li.last{
	border-right: none;
}

div#footerWrap dl{
	position: absolute;
	top: 70px;
	left: 0;
}

div#footerWrap dt{
	margin-bottom: 7px;
}

div#footerWrap p.copy {
	position: absolute;
	bottom: 15px;
	right: 0;
	margin: 0;
	padding: 0;
}


div#footerWrap p.tel {
	position: absolute;
	right: 0;
	top: 70px;
	margin: 0;
}


/* Page title
----------------------------------------------------------- */
h2#pageTitle {
	margin: 20px 0 15px;
}
