@charset "Shift_JIS";
/* CSS Document */

/*======================================

Structure Module

=======================================*/

body {
  font: 100% "メイリオ", Verdana, Arial, Helvetica, sans-serif;
  background: #ffffff;
  margin: 0; 
  padding: 0;
  text-align: center;
  color: #000000;
}

#bg_pagebuilding { 
  width: 840px;
  margin-top: 0px; 
  margin-left: auto;
  margin-right: auto; 
  text-align: center; 
  color: #333333; 
  background-image: url(img/back_ground.jpg) 
}

#pagebuilding { 
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
  color: #333333; 
  background: #f1f1d2; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 13px;
  font-weight: 400;
  display: inline;
  margin: 0;
  padding: 0;
}

/*======================================

title

=======================================*/

#floatbox1 {
  float: none; 
  height: 80px;
  width: 800px; 
  text-align: right;
  background-image: url(img/title.jpg);
}

/*======================================

comment/Profile

=======================================*/

#floatbox2 {
  float: none; 
  width: 800px; 
  text-align: center; 
}

#table1 {
  width: 770px;
  border: 0px;
  text-align: left;
  font-size: 13px;
  color: #333333;
}

strong {
  color: #EE0D13;
  font-size: 18px;
  line-height: 18px;
}

#table2 {
  width: 770px;
  border: 0px;
  text-align: left;
  font-size: 13px;
  color: #333333;
}

/*======================================

ranking

=======================================*/

#table3 {
  width: 746px;
  border: 0px;
  font-size: 13px;
  color: #333333;
  text-align: left;
}

.ranking {
  width: 500px;
  border: 0px;
  font-size: 12px;
  color: #333333;
  text-align: left;
}

#table3 span {
  color: #FF0000;
  font-family: fantasy;
  font-size: 18px;
}


/*======================================

sitePR

=======================================*/

#floatbox3 {
  float: none; 
  width: 800px;
}

#table4 {
   width: 746px;
   height: 250px;
   font-size: 12px;
   color: #333333;
   text-align: left;
   background-image: url(img/tabg.jpg);
}

#table4 span {
  font-size: 14px;
  color: #ff0066;
  font-weight: 700;
}

#table4 td {
  padding: 8px 10px 0px 10px;
}

/*======================================

banner

=======================================*/

#table5 {
   border: 0px;
   width: 680px;
   font-size: 18px;
   text-align: center;
}

/*======================================

footer

=======================================*/

#footer {
  width: 800px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  background-color: #2c245b;
  vertical-align: middle;
}

address {
  padding: 5px 0px 0px 0px;
}

/*======================================

ather

=======================================*/

.top {
   vertical-align: top;
}

.center {
   text-align: center;
}

.font01 {
  color: #ffffff;
}

a.ex:link {
   color: #ffffff;
}

a.ex:visited {
   color: #ffffff;
}

a.ex:hover {
   color: #ffffff;
}

a.ex:active {
   color: #ffffff;
} 

