@charset "utf-8";
@import "common.css";
@import "category.css";
/*for safari*/
html{
}

body{
margin:0px;
padding:0px;
color:#333;
background:transparent url(../img/base/back.gif) repeat-y center top;
}

#WRAPPER{
width:740px;
margin-right:auto;
margin-left:auto;
font-size:96%;
}



/*Header*/
#header{
padding-top:0px;
}


#headernavi{
margin:0px;
padding:0px 0px 0px 0px;
width:400px;
height:20px;
overflow:hidden;
float:right;
clear:both;
list-style-type:none;
line-height:20px;
}

#WRAPPER #headernavi li{
margin:0px;
padding:0px 0px 0px 10px;
float:right;
background-image:none;
}
/*signboard*/
#signboardarea{
width:570px;
float:right;
clear:both;
}


#signboard{
overflow:hidden;
}
#signboard p{
margin:0px;
padding:0px;
}


/**/
#maincol{
margin:0px;
padding:0px;
clear:both;
width:570px;
float:right;
padding-top:0px;
}
/*Main Navi*/
/* import navi.css*/
#naviblock{
margin-left:-20px;
width:172px;
float:left;
clear:left;
font-size:94%;
}
html>body #naviblock {
position:fixed;
top:0px;
z-index:2;
}
#navi ul{
list-style-type:none;
margin:0px;
padding:1px 0px 1px 5px;
}

/*main*/

#MAIN{
width:570px;
float:right;
text-align:left;
line-height:1.6em;
margin-top:0px;
padding-top:2px !important;
}

/*Bottom------------------*/
#bottom{
clear:both;
width:570px;
text-align:left;
}
#kokokubanner{
width:570px;
text-align:center;
border-collapse:collapse;
margin:1em 0px;
}
#bottom2top{
text-align:right;
clear:both;
}
#copyright{
font-size:80%;
text-align:right;
border-top:1px solid #999;
margin:0.5em 0px;
padding:0.5em 0px;
}



