/* 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;
}


span{
  font-weight : bold;
}

.yellow{
  background-color : yellow;
}
.center-field{
  float: none;
}

.center-field img
{
   margin: 10px;
}

/* link color（body） */

a { color: #0000FF; text-decoration: underline; }
a:hover { color: #0000FF; }

/* link color（banner） */

#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;
}
/* */


/* page layout */

BODY {
    min-width: 680px;
    text-align: center; /* center on ie */
    margin: 0px auto;
    padding: 0;
    font-size : 14px;    
    line-height : 17px;
    background-color : #f2f2f2;
    background-image : url(../img/s-back.gif);
    background-repeat : repeat-x;
    background-position : center top;
    background-attachment : fixed;

}

#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 : 170px;
    background-image : url(../img/kisu_banner_1.gif);
}


#banner H1
{
    margin : 125px 30px 10px;margin-left : 30px;margin-right : 0px;margin-bottom : 0px;margin-left : 15px;
    color: #fff;
    font-size: 18px;
    font-weight : bold;

}


#banner P
{
    width: 100%;
    margin: 0;
    color : white;
    font-size: 12px;
    padding-left : 15px;
    font-weight : normal;
}

.banner-navi{
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.25;
    position:absolute; bottom:10px; right:10px;
}

.nav {
    width : 100%;
    font-size : 12px;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    text-align : left;
    background-color : navy;
}

.nav UL {
    list-style-type:none;
    clear: both;  
    display: block;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    text-align: left;
}
  

.nav LI {
    display: inline;
    margin-left : 15px;
    margin-right : 15px;
    margin-top : 0px;
    margin-bottom : 0px;
}
  
.nav a {
    color: #FFFFFF;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.1em;
}

.nav a:hover {
     color: #FF6600;
     background-color: #FFFFFF;
}

/* content */

#pagebody
{
     position: relative;
     width: 680px;
     text-align: center;
}


/* content (contents) */

.entry 
{ 
     
    margin-top : 5px;
    margin-right : 25px;
    margin-bottom : 25px;
    margin-left : 25px; 
    line-height: 1.5;
    clear : both;
    text-align : left;
}


.entry-header
{
    width: auto;
    margin : 0px;
    padding : 2px 2px 2px;padding-left : 6px;
    font-size : 16px;
    text-align : left;
    background-image : url(../img/e-header.gif);
}

.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-index{
    padding-top : 15px;
    padding-left : 15px;
    padding-right : 15px;
    padding-bottom : 15px;
    margin-top : 5px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 15px;
    border-width : 1px 1px 1px 1px;
    border-style : dotted dotted dotted dotted;
    border-color : purple purple purple purple;

}



.entry-footer
{
    margin: 5px 10px 0 0;
    border-top: 1px dotted #dae0e6;
    padding: 5px 0;
    font-size: 10px;
    text-align: right;
}


.inner-title{
    font-size : 16px;
    font-weight : bold;
    padding-left : 10px;
    padding-bottom : 3px;
    margin-bottom : 10px;
    
}


.leftspace{
    clear: both;
    margin-right : 5px;
    float : left;
}
.rightspace{
    clear: both;
    margin-left : 5px;
    float : right;
}

.entry STRONG{
    font-style : normal;
    font-weight : normal;
}

.inner-strong{
    font-size : 15px;
    font-family : "ＭＳ Ｐ明朝";
    font-weight : bold;
    color : red;
}

.ad-space{
    float: none;
    margin-top : 8px;
    margin-left : auto;
    margin-right : auto;
    margin-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 5px;margin-left : 0px;margin-left : 0px;
}
.ads{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 10px;
  font-weight : bold;
}
.tags-area{
  width : 280px;
  float : right;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 0px;
  margin-bottom : 5px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : blue blue blue blue;
  font-size : 12px;
}

.tags-area ul{
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
}
.tags-area LI{
  margin-top : 0px;
  margin-left : 20px;
  margin-right : 0px;
  margin-bottom : 0px;
}


/* footer */

#footer
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 680px; 
    height : 120px;
    clear: both;
    background-image : url(../img/footer.gif);
}
.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;
}



/* original elements */


.center-field{
  text-align : center;
}
.attention{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-top : 5px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 5px;
  border-width : 1px 1px 1px 1px;
  border-style : dotted dotted dotted dotted;
  border-color : gray gray gray gray;
}

.attention P{
  font-weight : bold;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 15px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.attention UL{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 30px;
  margin-right : 0px;
  margin-bottom : 0px;
  color : navy;
  list-style-image : url(../img/list1.gif);
}
.attention li{
  margin-top : 3px;
  margin-left : 0px;
  margin-bottom : 2px;
}
.sitemap-header{
  background-image : url(../img/sitemap-image.jpg);
  background-repeat : no-repeat;
  background-attachment : fixed;
  background-position : right center;
}

.pr-text{
  font-size : 10px;
  font-weight : normal;
  color : fuchsia;
}

.link-index{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : gray gray gray gray;
}

.link-index 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;
}
.link-index LI{
  float : left;
  width : 275px;
}

.link-index2{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
}

.link-index2 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;
}
.link-index2 LI{
  float : left;
  width : 275px;
  font-size : 12px;
  font-weight : bold;
}

.link-index P{
  clear : both;
  margin-top : 10px;
  margin-bottom : 10px;
}
.link-index2 P{
  clear : both;
  margin-top : 10px;
  background-image : url(..img/note_line.gif);
  line-height : 15px;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-bottom : 10px;
}

