@charset "UTF-8";
/* CSS Document */
<style type="text/css">
ul, ol, dl {
	padding: 0;
	margin: 0;
}
body {
	font: 10px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}
#header {
	border-top:5px #313131 solid;
}
#header .innertop {
	width:850px;
	height:172px;
	margin:0 auto;
	position:relative;
	background: url(../img/top_header.png) no-repeat;
}
#header .inner {
	width:850px;
	height:261px;
	margin:0 auto;
	position:relative;
	background: url(../img/top_header.png) no-repeat;
}
#header .inner ul.globalNavi {
	position: absolute;
	width: 850px;
	height: 75px;
	bottom: 0px;
	left: 0px;
	margin: 0;
	padding: 0px;
	background: url(../img/menubg.png) no-repeat;
}
#header .inner ul.globalNavi li {
	float:left;
	padding: 5px 0 0 5px;
	display:inline;
}
/*
==================================================================================
container
==================================================================================
*/
#container {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
/*
==================================================================================
main
==================================================================================
*/
#main {
	clear:both;
	width:850px;
	margin:10px auto 0px auto;
	position:relative;
}
/*
==================================================================================
content
==================================================================================
*/
#content {
	width:850px;
	margin:0 auto;
	margin-top:7px;
}

h1{
font:bold 20px/140% "Times New Roman", Times, serif;
color:#333333;
background: url(../img/h1.png) left center no-repeat black;
color: white !Important;
font-weight: bold !Important;
padding: 5px !Important;
padding-left: 15px !Important;
border: solid 1px black;
 }

h2 {
font:bold 14px/120% "Times New Roman", Times, serif;
color:#090079;
color: black !Important;
font-weight: bold !Important;
padding: 5px !Important;
padding-left: 20px !Important;
margin-top:10px;
margin-bottom:10px;
border-bottom: solid 1px black;
}

h2:before{
content:"■";
margin-right:3px;
} 

/* 04.吹き出し */
#heading04{
	position:relative;
	margin:0 15px 30px;
	padding:10px 20px;
	font:bold 20px/1.6 Arial, Helvetica, sans-serif;
	color:#333;
	border:#333 solid 3px;
	border-radius:18px;
	background:#fff;
	box-shadow:
		-7px -5px 0 0 #e8e8e8 inset,
		2px 3px 0 0 #000;
}
#heading04:before{
	content:" ";
	position:absolute;
	top:100%;
	left:14px;
	width:0;
	height:0;
	border-width:20px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#333;
}
#heading04:after{
	content:" ";
	position:absolute;
	bottom:-27px;
	left:18px;
	width:0;
	height:0;
	border-width:14px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#e8e8e8;
}


p {
font-size: 1.5em;
}

table {
font-size: 1.5em;
	border-collapse: collapse;
	width:100%;
}
th.t_top {
    border-top: #be1309 4px solid;
}
th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
color: #fff;
background-color: #555;
}
td.t_top {
	border-top: #b3b3b3 4px solid;
}
td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}
tr:hover {
    background: #3D80DF;
    color: #FFFFFF;
}

#leftcontents {
	width: 420px;
	padding: 0;
	float: left;
	position:relative;
}
#leftcontents .section {
	width:420px;
	margin-bottom:10px;
}
#rightcontents {
	width: 420px;
	padding: 0;
	float: right;
	position:relative;
}
#rightcontents .section {
	width:420px;
	margin-bottom:10px;
}
/*
==================================================================================
footer
==================================================================================
*/
#footer {
	border-top:5px #313131 solid;
	background: url(../img/footer_bg.png);
	position: relative;
	clear: both;
}
#footer .inner {
	width:850px;
	height:190px;
	margin:0 auto;
	position:relative;
}
#footer ul.footerNav {
	position: absolute;
	top: 23px;
	left: 126px;
	width: 643px;
	height: 50px;
}
#footer ul.footerNav li {
	float:left;
	display:inline;
	padding: 5px 0 10px 0;
}
.footerLogo {
	position: absolute;
	top: 119px;
	left: 312px;
}
.footergolfman {
	position: absolute;
	top: 26px;
	left: 23px;
}
p.footerTxt {
	position: absolute;
	top: 159px;
	left: 278px;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333;
}