/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

BODY
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   
}

FORM, INPUT { margin : 0px;margin-right : 0px;margin-bottom : 0px;margin-left : 0px; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6
{
    font-weight: bold; 
    margin: 0;
}

blockquote
{
   border: 1px ridge #a5becb;
   padding: 10px;
   margin: 10px;
   background-image : url(../img/blockquote-back.jpg);
   background-repeat : repeat-y;
}

span{
  font-weight : bold;
}

.yellow{
  background-color : yellow;
}
.center-field{
  text-align : center;
}


/* link coloribodyj */

a { color: #0000FF; text-decoration: underline; }
a:hover { color: #0000FF; }

/* link coloribannerj */

#banner A { color : white; text-decoration: none; 
  font-weight : bold;
}
#banner A:HOVER { color : #ff8000; }



/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}

* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; 
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
/* */

table { 
} 
.gamakago{width: 90%; 
          height: 80px;
          text-align: center;
          vertical-align: center;
          background-color :white;
          font-size:100%;
          font-weight:bolder
}
td {  
width: 300px; 
max-width:200px;
} 
tr{
text-align: center;
vertical-align: center;
font-size:12px;
}
tr.speck1 { text-align: center;
          vertical-align: center;
          background-color : red;
          font-size:12px;
          font-weight:bolder} 
tr.speck2 { text-align: center;
          vertical-align: center;
          font-size:12px;
          background-color : pink;} 

/* page layout */

BODY {
    min-width: 680px;
    text-align: center; /* center on ie */
    margin: 0px auto;
    padding: 0;
    font-size : 14px;    
    line-height : 17px;
    background-image : url(../img/merumaga20-100.gif); 
}

#container
{
    position: relative;
    width: 680px;
    _width: 682px;
    margin: 0 auto;
    padding : 0px;
    text-align: left;
    border-left-width : 1px;
    border-right-width : 1px;
    border-left-style : solid;
    border-right-style : solid;
    border-left-color : #99999a;
    border-right-color : #99999a;
    background-color : white;

}


#banner {
    position: relative;
    margin: 0 auto;
    width: 680px; /* necessary for ie win */
    height : 130px;
    background-image : url(../img/18.jpg);
}


#banner H1
{
    margin: 0;
    color: #fff;
    font-size : 18px;
    font-weight: bold;
    padding-left : 30px;
    padding-top : 15px;
}


#banner P
{
    margin: 0;
    padding-top : 0px;
    padding-right : 40px;
    padding-bottom : 0px;
    padding-left : 40px;
    font-size : 12px;
    line-height: 1.5;
    color: #fff;
    
}

.banner-navi{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : 9px;
  text-align : right;
  padding-top : 30px;
}


.banner-navi UL{
  list-style-type : none;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.banner-navi LI{
  font-weight : normal;
  color : white;
  width : 100px;
  float : right;
  text-align : left;
}


/* content */

#pagebody
{
     position: relative;
     width: 680px;
     text-align: center;
  
  
}


/* content (contents) */

.entry 
{ 
     
    margin : 15px 25px;margin-bottom : 15px;margin-left : 25px;
    line-height: 1.5;
    clear : both;
    text-align : left;
}


.entry-header
{
    width: auto;
    margin : 10px 0px 10px;margin-left : 0px;
    padding : 2px 2px 2px;padding-left : 6px;
    font-size : 16px;
    text-align : left;
    background-color : #8b7b61;
}

.entry-inner-header{
    font-size : 16px;
    font-weight : bold;
    border-left-width : 8px;
    border-bottom-width : 1px;
    border-left-style : double;
    border-bottom-style : dotted;
    border-left-color : gray;
    border-bottom-color : gray;
    padding-left : 10px;
    padding-bottom : 3px;
    margin-bottom : 10px;
    clear : both;
}

.entry-inner-quote{
    font-size : 14px;
    font-weight : bold;
    border-bottom-style : dotted;
    border-bottom-color : gray;
    padding-left : 10px;
    padding-bottom : 3px;
    margin-bottom : 10px;
    clear : both;
}

.entry-index{
  padding-top : 5px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 5px;
  margin-top : 5px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 5px;
  border-width : 1px;
  border-style : dotted;
  border-color : red;

}
.entry-footer
{
    margin: 5px 10px 0 0;
    border-top: 1px dotted #dae0e6;
    padding: 5px 0;
    font-size: 10px;
    text-align: right;
}

.left{
  margin-right : 5px;
  float : left;
}
.right{
  margin-left : 5px;
  float : right;
}

.link-u{
  text-align : right;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

.tags-header{
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.tags-area P{
    margin : 0px 0px 10px;margin-left : 0px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}
.ads{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 10px;
  font-weight : bold;
}
.tags-area{
  width : 336px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : 12px;
}
.sidetitle
{
    width: auto;
    margin: 10px 0 0;
    padding: 2px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    background-color : #e8e8e8;
}

.check-box
{
    text-indent: 50px; 
    font-weight: bold; 
    padding-left : 0px;
    background-image: url(../img/checkbox.gif); 
    background-repeat: no-repeat;
}

.namber{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  border-width : 1px 1px 1px 1px;
  border-style : dotted dotted dotted dotted;
  border-color : blue blue blue blue;
  float : center;
  width : 400px;
}
.namber ul
{
    margin : 0px;
    padding : 0px;
    list-style-type : none;
}

.namber li
{
    margin : 1px 0px;
    padding : 0px;
    text-decoration: none; 
}
/* footer */

#footer
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 680px; 
    height : 120px;
    clear: both;
    background-image : url(../img/405.jpg);
}
#footer-inner1
{
    margin: 0;
    padding: 0;
    width: 680px; 
    text-align: center;
    font-size: 0.8em;
    line-height: 60px;
    height : 90px;
}
#footer-inner2
{
    margin: 0;
    padding: 0;
    width: 680px; 
    text-align : right;
    vertical-align : sub;
    height : 30px;
}


