@charset "UTF-8";
/*---------------------------------*/
/* ゴルフ倶楽部 大樹　CSS Document */
/*            index CSS            */
/*---------------------------------*/


/*-----------------------------------
   各種タグ設定
-----------------------------------*/
body {					/* ページ全体の基本設定 */
	color: #251E1C;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {					/* リンク時画像に青線が出ないようにする設定 */
	border: none;
}
p {						/* <p>タグの隙間消去 */
	margin: 0px;
	padding: 0px;	
}

a {						/* リンクの装飾設定 */
	color: #251E1C;
	text-decoration:none;
}
a:link{
	color: #251E1C;
	text-decoration:none;
}
a:visited{
	color: #251E1C;
	text-decoration:none;
}
a:hover{
	color: #251E1C;
	text-decoration:underline;
}
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
a:active{
	color: #251E1C;
	text-decoration:underline;
}

h1{						/* <h1>タグの設定 */
	margin: 0px;
	padding: 0px;
}


/*-----------------------------------
   ヘッダー部分の設定
-----------------------------------*/
#wrap{					/* ページ上部を包む枠 */
	width:980px;
	margin-right: auto;
	margin-left: auto;
}
#header {				/* ヘッダーの大枠設定 */
	height: 75px;
	width: 980px;
}
#ligo{					/* ヘッダー内の左側枠 */
	width:300px;
	float:left;
	height: 75px;
}
#global {				/* ヘッダー内の右側枠 */
	float: right;
	width: 500px;
	padding-top: 50px;
	text-align: right;
	font-size: 12px;
}


/*-----------------------------------
   メイン部分の設定
-----------------------------------*/
#main_bk{				/* メイン部分の枠外背景表示 */
	background-image: url(../img/index_bk_main1.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 300px;
	width: 100%;
}
#main {					/* メインの大枠設定 */
	width: 980px;
	clear: both;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#left {					/* メインの左側 */
	float: left;
	width: 490px;
}
#left h2{				/* メイン左側の<h2>タグ設定 */
	margin: 0px;
	font-size: 14px;
	background-image: url(../img/index_icon1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#right {				/* メインの右側 */
	float: right;
	width: 490px;
}
#right h2{				/* メイン右側の<h2>タグ設定 */
	margin: 0px;
	font-size: 14px;
	background-image: url(../img/index_icon2.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.link1 {				/* メイン左右の上部枠設定 */
	background-image: url(../img/index_bk_main2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 450px;
	padding-bottom: 30px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
.link2 {				/* メイン左右の下部枠設定 */
	width: 450px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}


/*-----------------------------------
   ショップ部分の設定
-----------------------------------*/
#shop_title {
	width:980px;
	margin-right: auto;
	margin-left: auto;
}


#shop_bk{				/* メイン部分の枠外背景表示 */
	background-image: url(../img/index_bk_shop.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 156px;
	width: 100%;
}


#shop {					/* メインの大枠設定 */
	width: 980px;
	clear: both;
	height: 156px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

.link3 {				/* ショップ左右の枠設定 */
	width: 450px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.copy{
	margin: 0px;
	font-size: 14px;
	background-image: url(../img/index_icon3.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.margin_t20 {
	margin-top:20px;
}

/*-----------------------------------
   フッター分の設定
-----------------------------------*/

#fotter {				/* フッターの大枠設定 */
	clear: both;
	height: 30px;
	width: 980px;
	text-align: center;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

#underbar_l {
	float: left;
	width: 490px;
	height: 4px;
	border-top: 4px solid #75D517;
}

#underbar_r {
	float: right;
	width: 490px;
	height: 4px;
	border-top: 4px solid #E16A8A;
}
