/* Base  *//* -------------------------- */
html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}


* {
    margin: 0;
    padding: 0;
}


body
{
   margin: 0;
   padding: 0;
   min-width: 800px;
   text-align: center;
   color: #222;
   background: #FFC;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre
{
   margin-top: 0px;
   margin-bottom: 0px;
}

blockquote
{
   margin-top: 30px 0px 0px 0px;
   padding: 20px;
   border: 1px dashed #a3b8cc;
   color: #292e33;
   background: #fff;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 12px;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* CONTAINER *//* -------------------------- */

#container
{
   margin: 0 auto;
   padding: 0;
   width: 800px;
   background: #fff;
   border-left: solid 2px #FFB817;
   border-right: solid 2px #FFB817;
   border-bottom: solid  2px #FFB817;
   text-align: left;
}


/* HEADER *//* -------------------------- */
#banner
{
   width: 800px; /* necessary for ie win */
   height: 155px;
   background: url(http://www.asakenkyo.or.jp/member/img/top-banner.gif);
   text-align: center;
}


/* MAIN *//* -------------------------- */
#main
{
   clear: both;
   margin: 0 auto;
   padding: 0px;
   width: 726px;
   background: #fff;
} 


/* FOOTER *//* -------------------------- */
#foot
{
   clear: both;
   width: 800px; /* necessary for ie win */
   height: 100px;
   text-align: center;
}

   .footer-comment
{
     margin: 0;
     padding: 0  0 0 37px;
     text-align: center;
     font-size: 12px;
     line-height: 150%;
     text-align: left;
     background: #fff;
     float: left;
}

   .footer-navi
{
     margin: 0;
     padding: 0 37px 0 0;
     text-align: center;
     font-size: 12px;
     line-height: 150%;
     background: #fff;
     text-align: right;
     float: right;
}

#footer-copywrite
{
   clear: both;
   margin: 0 auto;
   padding: 20px 0 0 0;
   width: 800px; /* necessary for ie win */
   text-align: center;
}