/* 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: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

H1, H2, H3, H4, H5, H6
{
   font-weight: normal;
   
   
}

blockquote
{
   border: 1px ridge #a5becb;
   padding: 10px;
   margin: 10px;
   background-image : url(../img/blockquote-back.gif);
   background-repeat : repeat-y;
}

/* link color */

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

#banner A {  text-decoration: none; 
  color : white;
  font-weight : bold;
}
#banner A:HOVER { color : #ffff93; }



/* 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: 780px;
    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: 780px;
    _width: 782px;
    margin: 0 auto;
    text-align: left;
    padding : 0px;
    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: 780px; /* necessary for ie win */
    height : 173px;
    background-image : url(../img/kisu_banner_1.gif);
    background-repeat : no-repeat;
}


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


/* content */

.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;
}


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

#blog
{
     display: inline; /* ie win bugfix */
     position: relative;
     float : left;
     min-height: 1px;
     text-align: left;
     width : 570px;
}

.ad-space
{
    float: right;
    margin-top : 10px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : auto;
}

.entry 
{ 
    line-height : 20px; 
    margin: 5px 2px 25px; 
    letter-spacing : 0px;
}

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

.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;
    clear : both;
  margin-top : 20px;
}

.entry h4
{ 
    font-weight : bold;
}

.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 : 5px;
  border-width : 1px 1px 1px 1px;
  border-style : dotted dotted dotted dotted;
  border-color : purple purple purple purple;

}

.right{
    float : right;
    margin-left : 5px;
}

.left{
    float : left;
    margin-right : 5px;
}

.list-space{
  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 : right;
  width : 300px;
}
.inner-strong{
  font-weight : bold;
  color : red;
}
.navi{
  text-align : right;
  margin-right : 20px;
  line-height : 80px;
  margin-top : 25px;
}

.entry-index UL{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
  font-size : 12px;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  

  width : 500px;
}
.entry-index LI{
  
  float : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 240px;
}
.entry-index UL A{
  font-weight : bold;
}


/* modules (sidebar)*/

#links{ 
    display: inline; /* ie win bugfix */
    position: relative;
    float : right;
    text-align: left;
    width: 200px;
}

#links .pkg {
    position: static;
    display: block;
    clear: both;
    padding: 5px;
}


.sidetitle
{
    width: auto;
    margin: 10px 0 0;
    padding: 2px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    background-image : url(../img/e-header.gif);
}

.side {
    margin: 0;
    font-size: 12px;
    padding: 10px;
    line-height: 1.5;
    border-right-width : 1px;
    border-bottom-width : 1px;
    border-left-width : 1px;
    border-right-style : dotted;
    border-bottom-style : dotted;
    border-left-style : dotted;
    border-right-color : #e8e8e8;
    border-bottom-color : #e8e8e8;
    border-left-color : #e8e8e8;
}

.whats-new{
    font-size : 12px;
    font-weight : bold;
    padding : 0px;
    margin-top : 5px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
}

.side-inner-title{
  font-size : 12px;
  font-weight : bold;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 10px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 5px;
  background-color : #f6f6f6;
}

.side ul
{
    margin : 0px;
    padding : 0px;
    list-style-type : none;
}

.side li
{
    margin : 1px 0px;
    padding : 0px;
    text-decoration: underline; 
}

.side li a
{
    text-decoration: underline; 
    font-weight: normal;
}

.side P{
  margin-top : 5px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1px;
}

/* footer */

#footer
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 780px; 
    height : 120px;
    text-align: center;
    font-size: 0.8em;
    clear: both;
    line-height: 60px;
    background-image : url(../img/footer.gif);
  background-repeat : no-repeat;
}

.footer-inner1{
    margin: 0;
    padding: 0;
    width: 780px; 
    height : 100px;
    text-align: center;
    font-size: 0.8em;
    line-height: 120%;
}

.footer-inner2
{
    margin: 0;
    padding: 0;
    width: 780px; 
    height : 35px;
    text-align : right;
}

.pr_space{
  width : 750px;
  font-size : 10px;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

.entry H3{
  margin-top : 35px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
}

