@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
   font-size:13px;
   background:#fff;
}
br {
   letter-spacing:normal;
}

a {
   color:blue;
   text-decoration:none;
}

a:hover {
   color:red;
   text-decoration:underline;
}


#visit_mark a:visited {
  color:#800080;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

#top {
   width:960px;
   margin:0 auto;
   background:#fff;
}

#header {
   position:relative;
   width:960px;
   height:110px;
   background:#fff;
   background:url("../images/bk_url.gif") right no-repeat;
}

#contents {
   clear:both;
   width:960px;
   margin-top:10px;
}

#subL {
   float:left;
   width:410px;
}

#subR {
   float:left;
   margin:0 10px;
   width:530px;
}

#subL_main {
   float:left;
   width:330px;
}

#subC_main {
   float:left;
   width:280px;
}

#subR_main {
   float:left;
   width:350px;
}

#footer {
   position:relative;
   clear:both;
   width:960px;
}
/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
 
#userinfo table{
   border-collapse: collapse;
   border:2px solid #B4A373;
} 

#userinfo td {
   border:1px solid #B4A373;
   padding:5px;
   font-size:13px;
   text-align:left;
}

#userinfo th {
   padding:5px;    
   font-size:14px;
   border:1px solid #ddd;
   background:#ded5bb;
   text-align:left;   
}

#ranking table{
   border-collapse: collapse;
   border:2px solid #B4A373;
} 

#ranking td {
   border:1px solid #B4A373;
   padding:5px;
   font-size:13px;
   text-align:left;
}

#ranking th {
   padding:5px;    
   font-size:14px;
   border:1px solid #ddd;
   background:#ded5bb;
   text-align:left;   
}

.listmark{
   margin:0;
   padding-left:5px;
   line-height:1.6;
   background:url("../images/bg_listmark.gif") 0px 5px no-repeat;
   list-style:none;
}
   

/* ========NANPURE CUSTOMIZE========= */
#nanpure table {
   border-collapse: collapse;
   border:1px solid silver;
}

#nanpure table td {   
   font-size:22px;
   font-weight:bold;
   text-align:center;
   border:1px solid silver;
}

.td_main{
  width:35px;
  height:35px;  
  line-height: 35px;

}

.td_skyblue{
 /* background:#4169e1;*/
  background:#6495ed; 
  color:white;
  width:35px;
  height:35px;  
  line-height: 35px;  
}

.td_select{
  border:1px solid  blue;
  width:33px;
  height:33px;  
}

/*
.td_key {
  position:relative; 
  top:0px; left:0px;
  font-size:10px;
  text-align:left;
}*/

/* ========KEYBOARD CUSTOMIZE========= */
#keyboard table {
   /*table-layout: fixed;*/
   border-collapse: collapse;
   border:2px solid #000000;
}

#keyboard table td {   
   font-size:18px;
   font-weight:bold;   
   text-align:center;  
}

#keyboard div{
  background:#ffffff;
  padding:3px; 
  color:#000000;
  width:20px;
  height:20px;  
}  

#keyboard div:hover{
   background:#ff1493;
   color:white;;
}

#keyboard div:active  {
   background:#999;

}

/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 60% no-repeat;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:10px 0 20px 0;
   text-align:center;
   font-style:normal;
   font-size:11px;
   border-top:1px solid #ccc;
}

.copyright a{
   color:black; 
}

.copyright a:hover{
   color:black; 
   text-decoration:underline;
}