/*------------------------------
Base
------------------------------*/
html, body {
margin:0;
padding:0;
}
body {
font-size:12px; 
line-height:180%;
color:#000000;
font-family: Meiryo, Verdana, Arial, helvetica, sans-serif;
background:#ededed;
}

/*------------------------------
Link
------------------------------*/
a:link,
a:visited {color:#666666; text-decoration:none;}
a:hover,
a:active {color:#666666; text-decoration:none;}


/*------------------------------
Decoration
------------------------------*/
h1, h2, h3, h4 {margin:0; padding:0; font-weight:normal;}
ul, ol {margin:0; padding:0; list-style-type:none;}
img {border:0;}
.attn {color:#cb0f2c;}

/*------------------------------
Layout
------------------------------*/
#container {
width:980px;
margin:0 auto;
}

#main {
position:relative;
overflow:hidden;
width:980px;
margin:0 auto;
}
.push {clear:both;}

/*------------------------------
Top Navi
------------------------------*/
#header-navi {}
#header-navi-inner {
height:45px;
}
ul.header-navi-list {padding:22px 0 0 668px;}
ul.header-navi-list li {
float:left;
font-size:9px; 
line-height:12px;
font-weight:bold;
}
li.header-navi-list01 {
border-right:1px solid #666666;
padding:0 12px 0 0;
margin:0 6px 0 0;
}
li.header-navi-list02,
li.header-navi-list03,
li.header-navi-list04 {padding:0 6px;}
ul.header-navi-list a:hover,
ul.header-navi-list a:active {border-bottom:1px dotted #000000;}

/*------------------------------
Header Picture
------------------------------*/
#header-pic {margin:0 0 15px 0;}
#header-pic h1 {
height:163px;
text-indent:-9999em;
background:url("../images/title.jpg") top left no-repeat;
}

/*------------------------------
Content
------------------------------*/
#content {
position:relative;
float:left;
width:786px;
padding:0 0 30px 0;
}

/*====== About ======*/
#content-about-line {
border:1px solid #cccccc;
background:#ffffff url("../images/japan.gif") top left no-repeat;
}
#content-about-inner {padding:26px 23px;}
.title-about {
width:210px;
height:20px;
text-indent:-9999em;
background:url("../images/osusume.gif") top left no-repeat;
}
.about-club {margin:18px 0;}
.howto-entry {
color:#666666;
margin:18px 0 0 0;
line-height:160%;
}
.btn-login {margin:0 13px 0 0;}

/*------------------------------
Right Side
------------------------------*/
#right-side {
position:relative;
float:left;
width:194px;
}
#right-side-inner {padding:0 0 0 18px;}
#right-side h2 {
text-indent:-9999em;
}


/*------------------------------
Footer
------------------------------*/
#footer {}
