/* CSS Document */
* {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
height: 100%;
font-size: 12px;
text-align: left;
font-family: "ＭＳ ゴシック","Verdana","Arial","Helvetica","Osaka";
color: #000000;
}

.clear {
clear: both;
}

/* リンク */
a.white {color:#FFFFFF;}
a.white:visited {color:#FFFFFF;}
a.white:hover {color:#FFFFFF; text-decoration: underline;}

a.black {color:#000000;}
a.black:visited {color:#000000;}
a.black:hover {color:#000000; text-decoration: underline;}

a.blue {color:#017ca6;}
a.blue:visited {color:#017ca6;}
a.blue:hover {color: #28c6ff; text-decoration: underline;}

a.pink {color:#cf0070;}
a.pink:visited {color:#cf0070;}
a.pink:hover {color: #ff84c6; text-decoration: underline;}

a.brown {color:#694114;}
a.brown:visited {color:#694114;}
a.brown:hover {color: #694114; text-decoration: underline;}


/* wrapper */
#wrapper {
width:982px;
margin: 0 auto;
background-image:url(../img/top/bg.gif);
background-repeat:repeat-y;
}

/* wrap */
#wrap {
width:962px;
margin: 0 auto;
background-image:url(../img/top/bg_in.gif);
background-repeat:repeat-y;
}


/* header */
#header {
margin: 0 1px;
}

#header .line_one {
width:960px;
border-top:2px solid;
border-top-color:#000000;
}

#header .line_one .one_left{
width:64px;
padding:6px 0px 5px 0px;
text-align:right;
float:left;
}

#header .line_one .one_right{
width:876px;
text-align:right;
float:left;
}

#header .line_one .clear {
clear:both;
}

#header .check {
width:960px;
}

#header .line_two {
width:940px;
}

#header .line_two .two_left {
width:293px;
padding:13px 0px 6px 0px;
text-align:right;
float:left;
}

#header .line_two .two_right {
width:647px;
text-align:right;
float:left;
}

#header .line_two .clear {
clear:both;
}

#header .line_three {
width:960px;
background:url(../img/header_bg.gif);
background-repeat:repeat-x;
}

#header .line_three .three_left {
width:168px;
padding-bottom:10px;
text-align:right;
float:left;
}

#header .line_three .three_right {
width:792px;
padding-top:6px;
text-align:right;
float:left;
}

#header .line_three .clear {
clear:both;
}





/* footer */
#footer {
padding:18px;
color:#FFFFFF;
background-color:#000000;
}

#footer .foot_left {
width:460px;
text-align:left;
color:#FFFFFF;
font-size:10px;
float:left;
}

#footer .foot_right {
width:460px;
text-align:right;
color:#FFFFFF;
font-size:10px;
float:left;
}

/* access */

#access {
margin:10px 0 0 0;
font-size:12px;

}

#access .box01 {
background:url(/golfstyle/img/rank/access_wbg.gif) no-repeat;
height:169px;
padding:20px 7px 2px 50px;
}

#access .box02 {
height:45px;
}

#access .box03 {
height:23px;
}

#access .box04 {
height:45px;
}

#access .box05 {
margin-top:14px;
}


