@charset "utf-8";

* {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/*---------------------------------------------------------------------　HTML TAG STYLE ページ全体 */

html {
	background: url(/golf/img/parts/body_bg.gif) repeat;	
	border-top: 5px solid #323232; 
	*background-position-y: 5px; 
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	font-size: 11px;
}

a {
	color:#51241A;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#ff0066;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

a img:hover {
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}

strong {
	font-weight: bold;
}

li {
	list-style: none;
}

/*---------------------------------------------------------------------　ヘッダー */

#header {
	padding-bottom: 2px;
}

#navi {
	width: 920px;
	margin: 0 auto;
	height: 45px;
	padding-top: 15px;
	position: relative;
	padding-bottom: 5px;
}

#navi_inner {
	width: 920px;
	height: 45px;
	background: url(/golf/img/parts/navi_bg.png) no-repeat;
}

#navi h1#logo {
	width: 157px;
	height: 45px;
	display: block;
	position: relative;
	z-index: 99999;
}

#navi h1#logo a {
	width: 157px;
	height: 45px;
	display: block;
	background: url(/golf/img/parts/golffreaks_logo.gif) no-repeat;
	position: relative;
	z-index: 5000;
}

#navi h1#logo a:hover {
	background-position: 0 -45px;
}

#navi h1#logo b {
	display: none;
}

#navi_list {
	float: left;
	padding: 0;
	margin-left: 10px;
	width: 620px;
	position: relative;
	z-index: 12;
}

#navi_list li {
	float: left;
	margin: 0 0 0 10px;
	display: inline;
	height: 45px;
	padding-top: 0;
	position: relative;
	z-index: 99999;
}

#navi_list li a {
	height: 30px;
	padding-top: 13px;
	margin: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5000;
}

#navi_list li b {
	color: #fff;
	font-size: 11px;
	width: 545px;
	height: 30px;
	padding-top: 15px;
	margin: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5000;
}

#navi_list li a.selected {
	color: #fff;
}

#navi_list li a:hover {
	color: #fff;
}

.navi_right {
	float: left;
	width: 100px;
	padding: 10px 21px 0 0;
	position: relative;
	z-index: 12;
}

#navi_link {
	float: right;
}

#navi_link a {
	background: #666 url(/golf/img/parts/expand_navi.png) no-repeat;
	color: #fff;
}

#navi_link a span {
	background: #666 url(/golf/img/parts/expand_navi_right.png) no-repeat;
}

#navi_link a:hover,
#navi_link a:hover span {
	background-color: #1965ff;
}

.button_expand a {
	padding: 6px 8px 0 8px;
	height: 19px;
	float: left;
	display: block;
	background: #ddd url(/golf/img/parts/expand.png) no-repeat;
	position: relative;
	font-size: 10px;
	color: #555;
	font-weight: bold;
	line-height: auto;
	z-index: 10;
}

.button_expand a span {
	display: block;
	width: 5px;
	height: 25px;
	background: #ddd url(/golf/img/parts/expand_right.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	right: -1px;
}

/*------------------------------------------------------------------------　パンくず　*/

#textmenu {
	margin : 0 0 4px 0;
	text-align : left;
	color: #808080; 
	font-weight: normal; 
	font-size: .78em; 
}


/*----------------------------------------------------------------　ページトップボタン */

#content { 
	width: 920px; 
	margin: 0 auto; 
}

#bottom { 
	clear: both; 
	width: 920px; 
	overflow: hidden;
	position: relative;
}

#pgtop   {
	float: right; 
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	width: 50px;
	padding: 0px;
}

#pgtop a   {
	background-image: url(/snow/img/pgtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 50px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------------------------　フッター */

#footer {
	clear: both; 
	height: 300px;
	border-top: 5px solid #323232; 
	background: #23282c;
	color: #bfbfbf; 
	padding: 10px 0 20px 0; 
	line-height: 1.6em;
}

#footer ul { 
	float: left; 
	width: 120px; 
	font-size: 1.1em; 
}

#footer li { 
	list-style: none; 
	padding: 5px 8px; 
	background: url(/snow/images/dot.gif) repeat-x bottom; 
}

#footer li a { 
	color: #00cd00; 	
}

#footer li a:hover { 
	color: #fff; 
}

#footer #col { 
	float: right;
	width: 670px;   
	font-size: 1.1em; 
	padding: 5px 0 0 50px; 
	border-left:1px solid #393e42;
}

#footer #col a { 
	color: #bfbfbf; 	
}

#footer #col a:hover { 
	color: #00adef; 
}

#footline { 
	background: url(/snow/images/dot.gif) repeat-x top; 
	padding: 30px 0 0 0; 
	margin: 5px 0 0 0;
}

#ad { 
	text-align:right;
	margin-top:10px;
}

.clear { clear: both; }
.wrap { margin: 25px auto; width: 920px; }

#copyright {
	height:46px;
	color:#c0c0c0;
	background: #323232;
}

#copyright ul {
	list-style:none;
	padding:12px 0 0;
	width:920px;
	margin:0 auto;
}

#copyright li {
	float:left;
	padding: 0;
}

#copyright li.contact {
	float:right;
}

#copyright li.contact a { 
	color: #00cd00; 	
}

#copyright li.contact a:hover { 
	color: #fff; 
}


/*------------------------------------------------------------------------　ハック　*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	line-height: 0;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

.opacity img {
	filter: alpha(opacity=100);
	opacity: 1;
 -moz-opacity: 0.99999;
}
.opacity:hover img {
	filter: alpha(opacity=70);
 opacity: 0.7;
	-moz-opacity: 0.7;
}

/*------------------------------------------------------------------------終了*/
