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

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(../blockquote-back.gif);
   background-repeat : repeat;
}

span{
  font-weight : bold;
}


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


/* page layout */


body {
    min-width: 680px;
    text-align: center; /* center on ie */
    margin: 0px auto;
    padding: 0;
    font-size : 14px;
    color:#666;
    background: url(../img/j0201746.jpg);
    line-height : 17px;  
}
#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 : #fff;

}


#banner {
    position: relative;
    margin: 0 auto;
    width: 680px; /* necessary for ie win */
    height : 200px;
    background-image : url(../img/daieetobanar.jpg);
}


#banner H1
{
    margin: 0;
    color: #fff;
    font-size : 16px;
    font-weight: bold;
    padding-left : 15px;
    padding-top : 5px;
}


#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 : 50px;
}


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


.menu{
     margin:0;
     padding: 4px;
     border-top: 1px solid #1e113c;
     border-bottom: 1px solid #1e113c;
     background-color:  #00468b;
}

.menu a{
     float: left;
     display: block;
     margin-right: 4px;
     padding: 3px;
     width: 140px;
     font-size: 12px;
     font-weight: bold;
     text-align: center;
     text-decoration: none;
}

.menu a:link{
     border: 2px solid #1e113c;
     background-color: #1e113c;
     color: #bdd1ea;
}

.menu a:visited{
     border: 2px solid #3a324b;
     background-color: #3a324b;
     color: #9aa8bb;
}
     
.menu a:hover{
     border: 2px solid #67adcd;
     border-right: 2px solid #0f394c;
     border-bottom: 2px solid #0f394c;
     background-color: #266f91;
     color: #ffffff;
}
     
.menu a:active{
     border: 2px solid #143a4c;
     border-right: 2px solid #2f7494;
     border-bottom: 2px solid #2f7494;
     background-color: #226280;
     color: #ffffff;
}
     
.floatclear{
     clear:left;
} 


.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 : #1f110e;
}

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

.nav LI {
    display: inline;
    background-image: url(../../../nezakana2/web-content/css/c_li.gif);
    background-repeat: no-repeat;
    background-position: 12px 3px;
    
    
    
    margin-left : 0px;
    margin-right : 5px;
    padding-left : 5px;
    margin-top : 0px;
    margin-bottom : 0px;
  float : left;
}
  
.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 : 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 : #009AFF;
}

.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-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;
}
.center.{
  margin-left : 50px;
  float : center.;
}

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


/* footer */

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


.pr-link{
  font-size : 10px;
  color : gray;
  text-decoration : none;
  text-align : right;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  clear : both;
}
.pr-link a{
  font-size : 10px;
  color : gray;
}


STRONG{
  font-weight : normal;
}
.entry DL{
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;border-width : 1px 1px 1px 1px;border-style : dotted dotted dotted dotted;border-color : silver silver silver silver;
  margin-left : 10px;
  margin-right : 10px;
  background-image : url(../../../nezakana2/web-content/css/image108.gif);
  background-repeat : repeat;
}
.entry dt{
  font-weight : bold;
}
