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

html,body{
	padding:0;
	margin:0;
	position:relative;
	height:100%;/*追加*/
	background:#111;
	font: 90%/1.2 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-kerning: auto;
	-webkit-font-smoothing: antialiased;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 auto;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 5px;
	padding-left: 5px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #FFF;
	text-decoration:underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #EEE;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.wrapper {
	width:1000px;
	margin:0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	background:url(../images/Grammar_woodlong.jpg) repeat-y;
	color:#FFF;
}


.left_indent {
	padding-left:20px;
	color:#333;
}

.banner {
	margin:5px 12px;
	border:none;
	vertical-align: middle;
}

.icon {
	margin-right:10px;
	border:none;
	vertical-align: middle;
}

.blue {
	font-size:115%;
	line-height:180%;
	font-weight:bold;
	padding:3px 0;
	color:#36C;
}

.logo {
	text-align:center;
	margin:20px 0;
	border:none;
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	background: #FFF url(../images/header_back.jpg) no-repeat;
	height:80px;
	padding-top:5px;
}

.header_left {
	float:left;
	background:url(../images/header_logo.png) no-repeat;
	width:614px;
	height:19px;
	margin:20px 0 0 20px;
	padding:0;
	clear:both;
}

.header_left a{
	width:614px;
	height:19px;
	margin:0;
	padding:0;
	display:block;
}


.header_left h1 {
	text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
	padding:0;
	font-weight:normal;
	color:#666;
}

.header_right {
	float:right;
	width:186px;
	height:28px;
	padding:0;
	margin:15px 20px 0 0;
	text-align:right;
}

.head_title {
	margin:10px 0;
}

.head_clear {
	clear:both;
	margin:0;
	padding:0;
}

.sub_header {
	text-align:right;
	width: 990px;
	height::50px;
	margin:5px auto;
	padding:10px 0;
}

.sub_header h2 {
	float:left;
	font: bold 1.2em/1.2 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	display:block;

}


#sub_header li {
	list-style-type: none;
	background:#FFF;
	display: inline;
	padding: 0px 0.5em 0 0.5em;
	margin-right: 1px;
}

#sub_header li a {
	color:#333;
	text-decoration:none;
}

#sub_header li a visited {
	color:#333;
	text-decoration:none;
}

/* IE用 */
* html #sub_header li{  
	display: inline;
	padding-left: 1em;
}

/* 右端リンクの右側の区切り棒を消す */
#sub_header .sub_header_li_right {
	border-left:#FFF 1px solid;
	border-right:#FFF 1px solid; 
}




/* navigation
---------------------------------------------------- */

.navi {
	clear:both;
	width:	1000px;
	height:	35px;
	display:block;
	margin:0;
	padding:0;
}

#navigation {
	text-align: center;
	padding: 25px 0 0 0;
	font-size:0.75em;
	clear:left;
}

#navigation li {
	list-style-type: none;
	border-left:#FFF 1px solid;
	display: inline;
	padding: 0px 0.35em 0px;
}

/* IE用 */
* html #navigation li{  
	display: inline;
	padding-left: 1em;
}

/* 右端リンクの右側の区切り棒を消す */
#navigation .navigation_li_right {
	border-left:#FFF 1px solid;
	border-right:#FFF 1px solid; 
}

.navi_clearLeft { 
clear: left; 
}




/* ~~ コンテナ ~~ */

.container {
	width:1000px;
	display:block;
}

.container_contents {
	float:right;
	width:680px;
	padding:0;
	display:block;
}

.container_left {
	float:left;
	width:196px;
	background:url(../images/grammar_woodlong2.jpg) repeat-y;
	padding:2px;
	margin:0 5px 30px 1px;
	border:#999 solid 1px;
	display:block;
}

.container_left_menu {
	width:185px;
	/*height:615px;*/
	text-align:center;
	margin:0 0 0 8px;
	padding:45px 0 0 0;
	background:url(../images/left_menu01.png) no-repeat;
}

.vip_form {
	text-align:right;
	height:88px;
	padding:0 11px 8px 2px;
}

.vip_form p{
	padding-bottom:10px;
}


.vip_forget {
	font-size:11px;
	text-align:center;
	padding:0;
}

.vip_login {
	text-align:center;
	padding:10px 0 60px 10px;
}

input.btn_submit {
  cursor: pointer;
  display: block;
  width: 155px;
  height: 23px;
  border: none;
  text-indent: -9999px;
  background:url(../images/left_menu_login.png) no-repeat 0 0;
}


.left_staff {
	text-align:center;
	background:#FFF;
	color:#333;
	width:155px;
	height:145px;
	padding:0;
	margin:10px 0 35px 12px;
}

.left_staff p {
	padding:5px 0;
}

.left_facebook {
	background:#FFF;
	width:173px;
	height:160px;
	padding:0;
	margin: 10px 0 25px 10px;
}


.left_method {
	text-align:center;
	width:155px;
	height:160px;
	padding:0;
	margin:5px 0 25px 12px;
}


.container_right {
	float:right;
	width:725px;
	background:url(../images/GOLF_ground.jpg) repeat-y;
	margin:0 1px 30px 0;
	padding:30px;
	display:block;
}

.container_right_b {
	float:right;
	width:725px;
	background:url(../images/GOLF_ground.jpg) repeat-y;
	margin:0 1px 0 0;
	padding:30px 30px 0 30px;
	display:block;
}


.container_right_main {
	width:721px;
	padding:2px;
	background:#F8F8ED;
	color:#333;
}

.container_right_main h3 {
	font: normal 1.5em/1.2  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#643203;
	padding:10px 0;
	text-align:center;
}



/* ~~ GLAMOUR Golf School ~~ */


.subfooter {
	padding:0;
	height:auto;
	overflow:auto;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
}

.subfooter_colmn{
	float:left; padding:0; margin:10px 0 10px 0; height:auto; width:auto;}
	
.subfooter_right{float:right; padding:0 10px 0 10px; margin:10px 0 10px 0; height:auto; width:auto;}

/* ~~ フッター ~~ */
.footer {
	padding: 10px 0 0 0;
	height:79px;
	border-top:#555 solid 1px;
	background:#252729 url(../images/header_back.jpg) 0 40px no-repeat;
	text-align:center;
	overflow:auto;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
}



/* foot_navigation
---------------------------------------------------- */

.footnavi {
	clear:both;
	width:	1000px;
	height:	35px;
	display:block;
	margin:0;
	padding:0;
}

#footnavigation {
	text-align: center;
	padding: 5px 0 35px 0;
	font-size:0.75em;
	clear:left;
}

#footnavigation li {
	list-style-type: none;
	border-left:#FFF 1px solid;
	display: inline;
	padding: 0px 0.35em 0px;
}

/* IE用 */
* html #footnavigation li{  
	display: inline;
	padding-left: 1em;
}

/* 右端リンクの右側の区切り棒を消す */
#footnavigation .footnavigation_li_right {
	border-left:#FFF 1px solid;
	border-right:#FFF 1px solid; 
}

.footnavi_clearLeft { 
clear: left; 
}



.footer_colmn{
	float:left; padding:0 10px 0 10px; margin:10px 0 10px 0; height:auto; width:auto;}
.footer_colmn ul{
	list-style:none; font-size:9px; margin-left:12px; margin-bottom:20px; padding:0;}
.footer_colmn li{
	padding:3px; line-height:1.4em; font-size:9px;}
.footer_colmn h3{
	border-left:#900 solid 3px; font-size:12px; font-weight:normal; line-height:1.4em; padding-left:8px; margin-top:0;}
.footer_colmn a{
	color:#666; text-decoration:none; background:url(../images/nav001.png) no-repeat 0 2px; padding:1px 15px 0 15px;}
.footer_colmn a:hover{
	color:#333; text-decoration:underline;}
.footer_right{float:right; padding:0 10px 0 10px; margin:10px 0 10px 0; height:auto; width:auto;}
.footer_right a{
	color:#99cc00; text-decoration:none; background:url(../images/nav002.png) no-repeat 0 2px; padding:1px 0 0 15px;}	
.footer_copyright{
	padding:4px 0 ;font-size:80%; color:#333; border-top: 1px solid #06C; text-align:center; clear:both;}






/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* JQuery
---------------------------------------------------- */

.slideshow {
	width: 1000px;

	height: 320px;
	margin-bottom: 10px;
	padding: 0;
	border:none;
	display:block;
}

#mainImg {
	position:relative;
	width:1000px;
	height:320px;
	text-align:center;
}

#mainImg div {
	display:none;
	position:absolute;
	left:0;
	top:0;
}

#mainImg_bigs {
	position:relative;
	width:640px;
	height:320px;
	text-align:center;
	float:left;
}

#mainImg_bigs div {
	display:none;
	position:absolute;
	left:0;
	top:0;
}

.slideshow_s {
	width: 640px;
	height: 200px;
	margin: 0px;
	padding: 0;
	border:none;
	display:block;
}

#mainImg_s {
	position:relative;
	width:640px;
	height:200px;
	text-align:center;
}

#mainImg_s div {
	display:none;
	position:absolute;
	left:0;
	top:0;
}

#mainImg_s_bigs {
	position:relative;
	width:640px;
	height:200px;
	text-align:center;
	float:left;
}

#mainImg_s_bigs div {
	display:none;
	position:absolute;
	left:0;
	top:0;
}


.container_right_top {
	float:right;
	width:785px;
	margin:0 1px 30px 0;
	padding:0;
	display:block;
}

/* Member Page
---------------------------------------------------- */

.top001 {
	background:url(../images/top001.png) no-repeat;
	width:228px;
	height:239px;
	text-indent:-9898px;
	float:left;
	display:block;
	margin-right:10px;
	padding:0;
}


.top002 {
	background:url(../images/top002.jpg) no-repeat;
	width:547px;
	height:239px;
	text-indent:-9898px;
	float:left;
	display:block;
	margin:0;
	padding:0;
}


.top003 {
	background:url(../images/top003.png) no-repeat;
	width:308px;
	height:178px;
	text-indent:-9898px;
	float:left;
	display:block;
	margin-right:10px;
	margin-bottom:10px;
	padding:0;
}

.top004 {
	background:url(../images/top004.png) no-repeat;
	width:228px;
	height:178px;
	text-indent:-9898px;
	float:left;
	display:block;
	margin-bottom:10px;
	padding:0;
}

.top005 {
	background:url(../images/top005b.jpg) no-repeat;
	width:229px;
	height:384px;
	text-indent:-9898px;
	float:right;
	display:block;
	margin:0;
	padding:0;
}

.top006 {
	background:url(../images/top006.png) no-repeat;
	width:228px;
	height:391px;
	text-indent:-9898px;
	float:left;
	display:block;
	margin-right:0;
	padding:0;
}

.top007 {
	background:url(../images/top007.png) no-repeat;
	width:308px;
	height:196px;
	text-indent:-9898px;
	float:left;
	display:block;
	margin:0 10px;
	padding:0;
}

.top008 {
	background:url(../images/top008.png) no-repeat;
	width:547px;
	height:185px;
	text-indent:-9898px;
	float:right;
	display:block;
	margin-top:10px;
	padding:0;
}

.top009 {
	width:auto;
	line-height:130%;
	float:left;
	display:block;
	margin:0;
	padding-top:5px;
}

.top009 img {
	margin-right:10px;
	border:none;
}

.top010 {
	width:auto;
	padding-top:15px;
	float:left;
	display:block;
}


.top011 {
	width:500px;
	height:auto;
	background:#FFF;
	overflow:auto;
	padding:5px 0;
	margin:0 auto;
	float:left;
}

.top11b {
	width:283px;
	height:auto;
	margin:0;
	padding:0;
	float:right;
}

.top012 {
	background:url(../images/top012.jpg) no-repeat;
	width:308px;
	height:186px;
	text-indent:-9898px;
	float:left;
	display:block;
	margin:10px 0 0 10px;
	padding:0;
}

.top013 {
	background:url(../images/top013.jpg) no-repeat;
	width:229px;
	height:186px;
	text-indent:-9898px;
	float:right;
	display:block;
	margin-top:10px;
	padding:0;
}

.top_clearing {
	clear:both;
	width:100%;
	height:10px;
	margin:0;
	padding:0;
}


/* 理念 Page
---------------------------------------------------- */

.rinen001 {
	width:785px;
	height:238px;
	background:url(../images/rinen001.png) no-repeat;
	margin:0;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.rinen002 {
	width:785px;
	height:1231px;
	background:url(../images/rinen002.png) no-repeat;
	margin:0;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.rinen002 img {
	margin:950px 94px 0 94px;
}

/* METHOD Page
---------------------------------------------------- */

.method001 {
	width:785px;
	height:238px;
	background:url(../images/method001.png) no-repeat;
	margin:0;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.method002 {
	width:785px;
	height:1354px;
	background:url(../images/method002.png) no-repeat;
	margin:0;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.method002 img {
	margin:950px 94px 0 94px;
}


/* Lady Pages
---------------------------------------------------- */

.container_right_lady {
	float:right;
	width:785px;
	background:url(../images/GOLF_ground.jpg) repeat-y;
	margin:0 1px 30px 0;
	padding:0;
	display:block;
}

.lady001 {
	width:785px;
	height:238px;
	background:url(../images/lady001.png) no-repeat;
	margin:0;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.lady002 {
	width:725px;
	height:724px;
	background:url(../images/lady002.jpg) no-repeat;
	margin:30px 30px 0 30px;
	padding:0;
}

.lady002 h3 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.lady002 p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.lady003 {
	width:725px;
	height:189px;
	background:url(../images/lady003.jpg) no-repeat;
	margin:0 30px;
	padding:0;
}

.lady003 h3 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.lady003 p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.lady004 {
	width:725px;
	height:449px;
	background:url(../images/lady004.jpg) no-repeat;
	margin:0 30px;
	padding:0;
}

.lady004 h3 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.lady004 p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.lady005 {
	width:725px;
	height:480px;
	background:url(../images/lady005.jpg) no-repeat;
	margin:0 30px;
	padding:0;
}


.lady006 {
	width:725px;
	height:122px;
	background:url(../images/lady006.jpg) no-repeat;
	margin:0 30px 30px 30px;
	padding:0;
}


/* Mens Pages
---------------------------------------------------- */

.container_right_mens {
	float:right;
	width:785px;
	background:url(../images/GOLF_ground.jpg) repeat-y;
	margin:0 1px 30px 0;
	padding:0;
	display:block;
}

.mens001 {
	width:785px;
	height:237px;
	background:url(../images/mens001.png) no-repeat;
	margin:0;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.mens002 {
	width:725px;
	height:1155px;
	background:url(../images/mens002.jpg) no-repeat;
	margin:30px 30px 0 30px;
	padding:0;
	
}

.mens002 h3 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.mens002 p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}


.mens003 {
	width:725px;
	height:422px;
	background:url(../images/mens003.jpg) no-repeat;
	margin:0 30px;
	padding:0;
	
}


.mens004 {
	width:725px;
	height:111px;
	background:url(../images/mens004.jpg) no-repeat;
	margin:0 30px 0 30px;
	padding:0;
	
}


/* Kids Pages
---------------------------------------------------- */

.container_right_kids {
	float:right;
	width:785px;
	background:url(../images/GOLF_ground.jpg) repeat-y;
	margin:0 1px 30px 0;
	padding:0;
	display:block;
}

.kids001 {
	width:785px;
	height:238px;
	background:url(../images/kids001.png) no-repeat;
	margin:0;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.kids002 {
	width:725px;
	height:1166px;
	background:url(../images/kids002.png) no-repeat;
	margin:30px 30px 0 30px;
	padding:0;
}

.kids002 h3 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.kids002 p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}


.kids003 {
	width:725px;
	height:500px;
	background:url(../images/kids003.png) no-repeat;
	margin:0 30px 0 30px;
	padding:0;
}

.kids003 h3 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.kids003 p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.kids003_img {
	margin:395px 0 0 65px;
	padding:0;
	display:block;
}


.kids004 {
	width:725px;
	height:608px;
	background:url(../images/kids004.png) no-repeat;
	margin:0 30px 0 30px;
	padding:0;

}

.kids004 h3 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.kids004 p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.kids004_img {
	margin:580px 0 0 65px;
	padding:0;
	display:block;

}

.kids005 {
	width:725px;
	height:383px;
	background:url(../images/kids005.png) no-repeat;
	margin:0 30px 30px 30px;
	padding:0;
}

.kids005 h3 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.kids005 p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.kids005_img {
	margin:250px 0 0 65px;
	padding:0;

}

.kids005_img2 {
	margin:180px 0 0 65px;
	padding:0;

}

.kids_hming {
	width:310px;
	height:25px;
	margin-top:270px;
	margin-left:300px;
	display:block; 
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}


/* Kids Special Pages
---------------------------------------------------- */

.container_right_kids_sp {
	float:right;
	width:785px;
	background:url(../images/GOLF_ground.jpg) repeat-y;
	margin:0 1px 30px 0;
	padding:0;
	display:block;
}

.kids_sp001 {
	width:785px;
	height:238px;
	background:url(../images/kids_sp001.jpg) no-repeat;
	margin:0;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.kids_sp002 {
	width:725px;
	height:431px;
	background:url(../images/kids_sp002.jpg) no-repeat;
	margin:30px 30px 0 30px;
	padding:0;
}

.kids_sp002 h3 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.kids_sp002 p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}


.kids_sp003 {
	width:725p;
	height:316px;
	background:url(../images/kids_sp003.jpg) no-repeat;
	margin:0 30px 0 30px;
	padding:0;
}

.kids_sp003 h3 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.kids_sp003 p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}


.kids_sp004 {
	width:725px;
	height:134px;
	background:url(../images/kids_sp004.jpg) no-repeat;
	margin:0 30px 0 30px;
	padding:0;

}

.kids_sp004 h3 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.kids_sp004 p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}


.kids_sp005 {
	width:725px;
	height:227px;
	background:url(../images/kids_sp005.jpg) no-repeat;
	margin:0 30px 0 30px;
	padding:0;
}

.kids_sp005 h3 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.kids_sp005 p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.kids_sp006 {
	width:725px;
	height:109px;
	background:url(../images/kids_sp006.jpg) no-repeat;
	margin:0 30px 30px 30px;
	padding:0;
}

.kids_sp006 h3 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.kids_sp006 p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.kids_sp006_img {
	margin:0 0 0 30px;
	padding:0;

}






/* Round Lesson Pages
---------------------------------------------------- */

.container_right_round {
	float:right;
	width:785px;
	background:url(../images/GOLF_ground.jpg) repeat-y;
	margin:0 1px 30px 0;
	padding:0;
	display:block;
}

.round001 {
	width:785px;
	height:238px;
	background:url(../images/round001.jpg) no-repeat;
	margin:0;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.round002 {
	width:725px;
	height:271px;
	background:url(../images/round002.jpg) no-repeat;
	margin:30px 30px 0 30px;
	padding:0;
}

.round002 h3 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.round002 p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}


.round003 {
	width:725p;
	height:231px;
	background:url(../images/round003.jpg) no-repeat;
	margin:0 30px 0 30px;
	padding:0;
}

.round003 h3 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.round003 p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}


.round004 {
	width:725px;
	height:241px;
	background:url(../images/round004.jpg) no-repeat;
	margin:0 30px 0 30px;
	padding:0;

}

.round004 h3 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.round004 p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}


.round005 {
	width:725px;
	height:222px;
	background:url(../images/round005.jpg) no-repeat;
	margin:0 30px 0 30px;
	padding:0;
}

.round005 h3 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.round005 p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.round006 {
	width:725px;
	height:130px;
	background:url(../images/round006.jpg) no-repeat;
	margin:0 30px 30px 30px;
	padding:0;
}

.round006 h3 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.round006 p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.round006_img {
	margin:10px 0 0 30px;
	padding:0;

}





/* staff Pages
---------------------------------------------------- */

.container_right_staff {
	float:right;
	width:785px;
	background:url(../images/GOLF_ground.jpg) repeat-y;
	margin:0 1px 30px 0;
	padding:0;

}

.staff000 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:0;
	height:0;
	padding:0;
	margin:0;
}

.staff001 {
	width:785px;
	height:238px;
	background:url(../images/staff001.png) no-repeat;
	margin:0;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.staff002 {
	width:725px;
	height:177px;
	background:url(../images/staff002.jpg) no-repeat;
	margin:30px 30px 0 30px;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.staff003 {
	width:725px;
	height:992px;
	background:url(../images/staff003.jpg) no-repeat;
	margin:0 30px 0 30px;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.staff004{
	width:725px;
	height:449px;
	background:url(../images/staff004.jpg) no-repeat;
	margin:0 30px 0 30px;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.staff005 {
	width:725px;
	height:289px;
	background:url(../images/staff005.jpg) no-repeat;
	margin:0 30px 30px 30px;
	padding:0;
	
}

.staff005 img {
	margin:135px 0 0 65px;
}


/* Member Pages
---------------------------------------------------- */

.member_race {
	float:left;
	display:block;
	text-align:center;
	width:155px;
	height:200px;
	padding:0;
	margin:0 0 10px 10px;
}

.member_race p {
	padding:5px 0;
}

.member_race_image {
	width:155px;
	height:180px;
	overflow:hidden;
}

.member_race_image img {
	width:100%;
	
}

.member_message {
	width:530px;
	height:233px;
	border:#CCC 1px solid;
	float:right;
	padding:0;
	margin:0 10px 0 0;
}

.member_message_content {
	width:524px;
	height:194px;
	background:#FFF;
	overflow:auto;
	overflow-y:scroll;
	padding:3px;
	margin:0;
}

.bestscore {
	text-align:right;
	font: bold 1.5em/1.2  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	margin-right:15px;
	padding:15px 0 5px 0;
}

.chart {
	text-align:center;
	margin:0 0 10px 0;
}

.member_menu {
	margin:15px 0;
	text-align:center;
}

.member_menu img {
	border:none;
	margin:0 5px;
}


.member_form {
	width:725px;
	background:url(../images/wood_golf.jpg) repeat-y;
	overflow:auto;
	margin:0;
	padding:15px 0;
	text-align:center;

}

.member_form p {
	padding:5px;
}

.member_mov {
	width:350px;
	height:auto;
	float:left;
	margin:5px 0;
	text-align:center;
}


/* indoor Pages
---------------------------------------------------- */

.container_right_indoor {
	float:right;
	width:785px;
	background:url(../images/GOLF_ground.jpg) repeat-y;
	margin:0 1px 30px 0;
	padding:0;

}

.container_right_indoor h2 {
	float:left;
	font: bold 1.5em/1.2 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin:25px 0 0 40px;
	display:block;
}



.indoor000 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:0;
	height:0;
	padding:0;
	margin:0;
}

.indoor001 {
	width:785px;
	height:237px;
	background:url(../images/indoor001.png) no-repeat;
	margin:0;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.indoor002 {
	width:710px;
	height:550px;
	background:url(../images/indoor002.png) no-repeat;
	margin:30px auto;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.indoor002 a {
	width:710px;
	height:550px;
	display:block;
}

/* hming Pages
---------------------------------------------------- */

.container_right_hming {
	float:right;
	width:785px;
	background:url(../images/GOLF_ground.jpg) repeat-y;
	margin:0 1px 30px 0;
	padding:0;

}

.container_right_hming h2 {
	float:left;
	font: bold 1.5em/1.2 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin:25px 0 0 40px;
	display:block;
}



.hming000 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:0;
	height:0;
	padding:0;
	margin:0;
}

.hming001 {
	width:785px;
	height:237px;
	background:url(../images/hming001.png) no-repeat;
	margin:0;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.hming002 {
	width:707px;
	height:611px;
	background:url(../images/hming002.png) no-repeat;
	margin:30px auto;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.hming002 a {
	width:707px;
	height:611px;
	display:block;
}



/* shidax Pages
---------------------------------------------------- */

.container_right_shidax {
	float:right;
	width:785px;
	background:url(../images/GOLF_ground.jpg) repeat-y;
	margin:0 1px 30px 0;
	padding:0;

}

.container_right_shidax h2 {
	float:left;
	font: bold 1.5em/1.2 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin:25px 0 0 40px;
	display:block;
}



.shidax000 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:0;
	height:0;
	padding:0;
	margin:0;
}

.shidax001 {
	width:785px;
	height:237px;
	background:url(../images/shidax001.png) no-repeat;
	margin:0;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.shidax002 {
	width:707px;
	height:888px;
	background:url(../images/shidax002.jpg) no-repeat;
	margin:30px auto;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.shidax002 a {
	width:707px;
	height:888px;
	display:block;
}


/* ropponmatsu Pages
---------------------------------------------------- */

.container_right_roppon {
	float:right;
	width:785px;
	background:url(../images/GOLF_ground.jpg) repeat-y;
	margin:0 1px 30px 0;
	padding:0;

}

.container_right_roppon h2 {
	float:left;
	font: bold 1.5em/1.2 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin:25px 0 0 40px;
	display:block;
}



.roppon000 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:0;
	height:0;
	padding:0;
	margin:0;
}

.roppon001 {
	width:785px;
	height:237px;
	background:url(../images/roppon001.jpg) no-repeat;
	margin:0;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.roppon002 {
	width:707px;
	height:611px;
	background:url(../images/roppon002.jpg) no-repeat;
	margin:30px auto;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.roppon002 a {
	width:707px;
	height:611px;
	display:block;
}




/* MyPage_preview */


.mypage001 {
	width: 729px;
	height: 349px;
	background:url(../images/mypage001.png) no-repeat;
	margin: 0 auto;
	padding:0;
	font-weight:normal;text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	clear:both;	
	
}

.mypage002 {
	width: 729px;
	height: 223px;
	background:url(../images/mypage002.png) no-repeat;
	margin: 0 auto;
	padding:0;
	font-weight:normal;text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	clear:both;	
	
}

.mypage003 {
	width: 729px;
	height: 206px;
	background:url(../images/mypage003.png) no-repeat;
	margin: 0 auto;
	padding:0;
	font-weight:normal;text-indent:100%;
	white-space:nowrap;
	overflow:hidden;	
	clear:both;
	
}

.mypage004 {
	width: 729px;
	height: 428px;
	background:url(../images/mypage004.png) no-repeat;
	margin: 0 auto;
	padding:0;
	font-weight:normal;text-indent:100%;
	white-space:nowrap;
	overflow:hidden;	
	clear:both;
	
}


/* Privacy Policy Pages
---------------------------------------------------- */

.container_right_priv {
	float:right;
	width:785px;
	margin:0 1px 30px 0;
	padding:0;
	display:block;
}

.container_right_priv a:link, a:hover, a:active, a:focus {
	color:#C00;
}

.priv001 {
	width:785px;
	height:237px;
	background:url(../images/priv001.png) no-repeat;
	margin:0;
	padding:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}

.priv002 {
	width:694px;
	height:1486px;
	background:url(../images/priv002.png) no-repeat;
	margin:0;
	padding: 80px 41px 60px 50px;
	line-height:140%;
	font-size:115%;
	
}

.priv002 h2 {
	color:#3E3A39;
	text-align:center;
}

.priv002 h3 {
	color:3E3A39;
	font-size:12px;
	
}

.priv002 h4 {
	color:#3E3A39;
	text-align:center;
	margin:20px auto;
}

.priv002 ol {
	padding:0 30px;
	color:#3E3A39;
}

.priv002 li {
	padding:20px 0;
}

.priv002 p {
	padding: 10px 0;
	
}




/* form Pages
---------------------------------------------------- */


.container_right_form {
	float:right;
	width:785px;
	background:url(../images/GOLF_ground.jpg) repeat-y;
	margin:0 1px 30px 0;
	padding:0;

}

.container_right_form h2 {
	float:left;
	font: bold 1.5em/1.2 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin:25px 0 0 40px;
	display:block;
}



.form000 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:0;
	height:0;
	padding:0;
	margin:0;
}

.form001 {
	width:auto;
	height:auto;
	margin:30px 0 15px 0;
	padding:0;
	color:#333;

}

.form001 a {
	color:#C90;
	text-decoration:underline;
}