@charset "UTF-8";
/* CSS Document */

/* 
============================================
ゴルフレンジ用　CSS 
============================================
*/

body {
	margin: 0;
	padding: 0;
	color: #666666;
	text-align: center;
	background: #EDEDED url(../images/back_gr.jpg) repeat-x;
	font: 80%/1.4 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Osaka, sans-serif;
}


/*　ゴルフレンジ　ページ全体の囲み
-------------------------------------*/
#gr-wrapper {
    width: 960px;
	margin: 0px auto 0px;
	text-align: left;
}

/*　ゴルフレンジ　ヘッダー
-------------------------------------*/
#gr-header {
	width: 960px;
	height: 350px;
	margin: 0px;
	padding: 0px;
	background: url(../images/head_gr_ph.jpg) no-repeat;
	position: relative;
}

#gr-header h2 {
	position: absolute;
	left: 510px;
	top: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#gr-header p {
	position: absolute;
	left: 335px;
	top: 315px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 140%;
}

#gr-header h1 {
	position: absolute;
	left: 0px;
	top: 310px;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 120px;
}


/*　ゴルフレンジ　コンテンツ　
-------------------------------------*/
#gr-contents {
	width: 720px;
	margin: 0px 120px;
	position: relative;
	padding-top: 4.5em;
}

/* clearfix */
#gr-contents:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
#gr-contents { display: block; }
/* no ie mac \*/
* html #gr-contents { height: 1%; }
#gr-contents { display: block; }
/* */

/*　ゴルフレンジ　ヘッダーナビ
-------------------------------------*/
#gr-contents #gr-navi {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 720px;
	padding-top: 1.5em;
}

#gr-contents #gr-navi ul {
	list-style: none;
}

#gr-contents #gr-navi li {
	float: right;
	margin-left: 10px;
}

/*　ゴルフレンジ　コンテンツ　メイン
-------------------------------------*/
#gr-main {
	width: 430px;
	float: left;
}

#gr-main-box {
	background: #FFFFFF;
	border-top: 1px solid #446AA7;
	border-left: 1px solid #446AA7;
	border-right: 1px solid #446AA7;
}

#gr-main-box .grmttl {
	border-bottom: 1px solid #446AA7;
	padding: 5px 0px 5px 25px;
	background: #7099FF;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
}

#gr-main-box .grmtxt {
	border-bottom: 1px solid #446AA7;
	padding: 5px 0px 5px 25px;
}

.tre-list-ul{
	margin: 5px 0px 5px 18px;
	list-style: none;
}
.tre-list-ul li{
	padding: 0px 0px 0px 20px;
	background: url(../images/gr_listmark2.gif) no-repeat left center;
	margin: 2px 0px;
}




/*　ゴルフレンジ　コンテンツ　サブ
-------------------------------------*/
#gr-sub {
	width: 260px;
	float: right;
}

/* コンテンツ　サブ　お知らせ */

#gr-sub #news {
    background: #FFFFFF;
	border-top: 1px solid #E62E00;
	border-right: 1px solid #E62E00;
	border-bottom: 1px solid #E62E00;
	border-left: 1px solid #E62E00;
	margin-bottom: 10px;
}

#gr-sub #news h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 3px 0px;
	background-color: #E62E00;
}

#gr-sub #news h4 {
	font-size: 13px;
	font-weight: bold;
	color: #446AA7;
	margin: 5px 10px;
}

#gr-sub #news p {
	margin: 5px 10px;
	font-size: 12px;
	line-height: 140%;
}

/* コンテンツ　サブ　フロント電話番号 住所 */

#gr-sub #front {
	background: #446AA7;
	color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#gr-sub #front h3 {
	font-size: 14px;
	font-weight: bold;
}
#gr-sub #front p {
	font-size: 16px;
}
#gr-sub .front-addres {
	text-align: center;
	display: block;	
}


/*　ゴルフレンジ　フッター
-------------------------------------*/

#gr-footer {
	clear: both;
	width: 720px;
	height: 100px;
	margin-top: 30px;
	margin-right: 120px;
	margin-bottom: 0px;
	margin-left: 120px;
}

#gr-ft1 ul {
	width: 720px;
	height: 15px;	
}

#gr-ft1 ul {
	padding-bottom: 5px;
	list-style: none;	
}

#gr-ft1 li {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	display: block;
	float: left;
	background: url(../images/ft_listmark.gif) no-repeat;
	padding-left: 8px;
	padding-right: 10px;
	line-height: 10px;
}


#gr-ft2 {
	border-top: 1px solid #446AA7;
    padding-top: 8px;
	clear: left;	
}

#gr-ft2 h3 {
	font-size: 10px;
	line-height: 14px;
	display: block;
	float: left;
	font-weight: normal;
}

#gr-ft2 h3 a {
	color: #666666;
}

#gr-ft2 .gr-topbanner {
	float: right;
}


#gr-footer a:link {
	color: #666666;
}
#gr-footer a:visited {
	color: #666666;	
}
#gr-footer a:hover {
	color: #1D4FB3;
}
#gr-footer a:active {
	color: #1D4FB3;	
}



/*
=========================================================
　英語版　レンジのフォーマット一部流用
=========================================================*/


/*　英語版　ヘッダー
-------------------------------------*/
#eng-header {
	width: 960px;
	height: 350px;
	margin: 0px;
	padding: 0px;
	background: url(../images/head_eng_ph.jpg) no-repeat;
	position: relative;
}

#eng-header h2 {
	position: absolute;
	left: 510px;
	top: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#eng-header h1 {
	position: absolute;
	left: 390px;
	top: 310px;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 140%;
}


/*　英語版　コンテンツ　
-------------------------------------*/
#eng-contents {
	width: 720px;
	margin: 0px 120px;
	position: relative;
	padding-top: 4.5em;
}

/* clearfix */
#eng-contents:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
#eng-contents { display: block; }
/* no ie mac \*/
* html #eng-contents { height: 1%; }
#eng-contents { display: block; }
/* */


/*　英語版（中国語・韓国語）　ヘッダーナビ
-------------------------------------------*/
#eng-contents #gr-navi {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 720px;
	padding-top: 1.5em;
}

#eng-contents #gr-navi ul {
	list-style: none;
}

#eng-contents #gr-navi li {
	float: right;
	margin-left: 10px;
}


/*　英語版（中国語・韓国語）　コンテンツ　メイン
-------------------------------------------------*/
#eng-main {
	width: 350px;
	float: left;
	background: #FFFFFF;
	border-top: 1px solid #446AA7;
	border-left: 1px solid #446AA7;
	border-right: 1px solid #446AA7;
}

#eng-main h3 {
	border-bottom: 1px solid #446AA7;
	padding: 5px 0px 5px 25px;
	background: #7099FF;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
}

#eng-main h4 {
	border-bottom: 1px solid #446AA7;
	padding: 5px 0px 5px 25px;
	background: #D9FFE3;
	color: #446AA7;
	font-size: 110%;
	font-weight: bold;
}

#eng-main p {
    font-size: 110%;
	border-bottom: 1px solid #446AA7;
	padding: 5px 0px 5px 25px;
}

#eng-main .noline {
	font-size: 110%;
	padding: 5px 0px 5px 25px;
	border-style: none;
}

#eng-main .leftspace1 {
	padding: 5px 0px 5px 25px;
}

#eng-main .leftspace2 {
	padding: 5px 0px 5px 25px;
	border-bottom: 1px solid #446AA7;
}

#eng-main .tabla-w250 {
	width: 250px;
}
#eng-main .td-w70 {
	width: 70px;
}
#eng-main .td-w180 {
	width: 180px;
}
#eng-main .td-w81 {
	width: 81px;
}
#eng-main .td-w169 {
	width: 169px;
}

/*　英語版　コンテンツ　サブ
-------------------------------------*/
#eng-sub {
	width: 350px;
	float: right;
}

/* アクセスマップ */

#eng-sub #eng-map {
	background: #FFFFFF;
	border-top: 1px solid #446AA7;
	border-right: 1px solid #446AA7;
	border-bottom: 1px solid #446AA7;
	border-left: 1px solid #446AA7;
	margin-bottom: 15px;
}

#eng-sub #eng-map h3 {
	border-bottom: 1px solid #446AA7;
	padding: 5px 0px 5px 25px;
	background: #7099FF;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
}

#eng-sub #eng-map img {
	margin: 20px 6px 25px 6px;
}


/* コンテンツ　サブ　golfschool */

#eng-sub #front {
	background: #446AA7;
	font-size: 120%;
	color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 5px 15px;
}

#eng-sub #front em {
	font-size: 140%;
}





/*　英語版　フッター
-------------------------------------

#gr-footer {
	width: 720px;
	margin: 30px 120px;
	clear: both;
}

#gr-ft2 p {
	font-size: 10px;
	line-height: 28px;
	margin-left: 3px;
	display: block;
	float: left;
}

#gr-ft2 .topbanner {
    margin-top: 7px;
	margin-right: 5px;
	float: right;
}

#gr-ft1 {
	border-top: 1px solid #446AA7;
	height: 28px;
	clear: both;
}

#gr-ft1 h3 {
	font-size: 10px;
	line-height: 14px;
	float: left;
	font-weight: normal;
	margin-top: 7px;
}

#gr-ft1 h3 a {
	color: #666666;
}

#gr-ft1 .sitemap-info {
    font-size: 10px;
	line-height: 28px;
	display: block;
	float: right;
}
*/


