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: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size: 12px;
   color:#000;
   background:#fff;
}

form, input { margin: 0; padding: 0; }
a,a:visited { text-decoration: underline; color:#037; }
a:hover { color:#09f; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote, div
{
   font-size:12px;
   margin: 0;
   padding: 0;
}

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

/* page layout */

body { text-align: center; } /* center on ie */

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 752px;
   padding:0 4px 0 0;
   text-align: left;
   border-left:solid 2px #f7f7f7;
   background:url('/img/shadow.gif') repeat-y 100% 0;
}
#container-inner {
   position: static;
   width: 750;
   border-left:solid 1px #6a653f;
   border-right:solid 1px #6a653f;
   background:#fdfdf7;
}

#banner {
   position: relative;
   width:750px;
   height:83px;
   background:url('/img/ttl.jpg') no-repeat;
   overflow:hidden;
}
#banner-inner {
   position: static;
   padding:5px 0 0 10px;
}

#banner-inner #banner-header{
   height:56px;
}

#banner-inner #banner-header a{
   display:block;
   width:374px;
   height:56px;
   text-decoration:none;
   text-indent:-9999px;
   overflow:hidden;
}

#banner-inner #banner-description {
   height:6px;
   overflow:hidden;
   text-indent:-9999px;
}

#banner-inner .mail{
   width:127px;
   padding:0 0 0 609px;
}

#banner-inner .mail a{
   display:block;
   width:127px;
   height:14px;
   overflow:hidden;
   text-indent:-9999px;
   text-decoration:none;
}

#pagebody {
   position: relative;
   width: 750px;
}
#pagebody-inner {
   position: static;
   width: 100%;
   background:url('/img/bg_sd.gif') repeat-y 0 0;
}

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}

#alpha {
   width:570px;
   float:right;
}
#alpha-inner {
   padding:0 30px 10px 30px;
}

#beta {
   width:180px;
}
#beta-inner{
   padding:0 1px 15px 0;
}


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 490px;
   margin: 0 auto 20px auto;
}

.entry {
   position: static;
   overflow: hidden;
   clear: both;
   width: 510px;
   margin: 0 auto 15px auto;
}

.entry .inner{
   width:508px;
   height:auto;
   padding:0 0 0 0;
   background:#fff;
   border-left:solid 1px #d5d791;
   border-right:solid 1px #d5d791;
}
.entry .bottom{
   width:510px;
   height:5px;
   overflow:hidden;
   background:url('/img/area_01_btm.gif') no-repeat 0 0;
}

.entry .entry-header{
   height:19px;
   margin:0;
   padding:6px 0 0 15px;
   font-size:12px;
   color:#555555;
   line-height:1.1em;
   background: url('/img/bg_ent_head.gif') no-repeat;
}

.entry .price {
   padding:3px;
   font-weight:bold;
   color:#f30;
}

.entry-content,
#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
}

.entry-content {
   width:508px;
   height:auto;
   margin:0;
   padding:0;
}

#trackbacks-info input{
   font-size:12px;
   width:270px;
}

.entry-excerpt,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-body{
   clear: both;
   padding:0 15px 5px 15px;
}

.entry-body img{
   margin:3px;
   padding:3px;
   border-top:solid 1px #f6f6f6;
   border-left:solid 1px #f6f6f6;
   border-right:solid 1px #dfdebd;
   border-bottom:solid 1px #dfdebd;
   background:#fff;
}
.entry-body table{
   width:142px;
   margin:0;
   border-collapse:collapse;
}
.entry-body th, .entry-body td{
   width:auto;
   padding:3px 2px 0 2px;
   line-height:1.3em;
   border-bottom:dashed 1px #888;
}
.entry-body th{
   font-weight:normal;
}
.entry-body td{
   text-align:right;
   color:#600;
   font-weight:bold;
}

.entry-body p{
   padding:2px 0;
   line-height:1.5em;
}

.entry-body ul{
   list-style:none;
   margin:0;
   padding:0;
}

.entry-body li{
   line-height:1.3em;
   padding:3px 0 1px 13px;
   background:url('/img/ico_02.gif') no-repeat 0 6px;
}

.entry-footer{
   clear:both;
   width:490px;
   padding:2px 0;
   margin:0 auto;
   text-align:right;
   font-size:10px;
}
.entry-footer .post-footers{
   font-weight:bold;
   color:#444;
}

.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width:auto;
}

.module-content
{
   position: relative;
   margin: 5px 10px 12px 10px;
   font-size:10px;
}

.module-content a,
.module-content a:visited
{
   font-size:10px;
   color:#000;
   text-decoration:none;
}
.module-content a:hover
{
   color:#444;
   text-decoration:underline;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 2px;
   padding:0 0 0 8px;
   font-size:10px;
   background:url('/img/ico_01.gif') no-repeat 0 50%;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content{
   width:150px;
   margin:10px auto;
   font-size:10px;
   color:#454545;
}

.module-calendar .module-content table
{
   width:150px;
   border-collapse: collapse;
}

.module-calendar .module-content caption{
   padding:2px;
   font-weight:bold;
   font-size:12px;
   color:#333;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   padding:2px;
   text-align: center;
   border:solid 1px #f4e7db;
}
.module-calendar .module-content th{
   background:#dfcdbc;
   color:#333;
}
.module-calendar .module-content td{
   background:#fff5e4;
}
.module-calendar .module-content a,
.module-calendar .module-content a:visited,
.module-calendar .module-content a:hover
{
   font-weight:bold;
   color:#333;
}

.module-header {
   width:151px;
   height:16px;
   margin:0 auto;
   padding:3px 0 0 16px;
   line-height:11px;
   font-size:10px;
   font-weight:bold;
   color:#454545;
   background: url('/img/bg_md_head.gif') no-repeat;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin:0;
/*   border-left: 5px solid #71c6ff; */
   padding: 3px 8px;
   color: #555;
   background: #ffff8d;
   border:solid 1px #ecedce;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.1em;
}

.trackbacks-header,
.comments-header,
.comments-open-header{
   margin-bottom:5px;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #333;
}

.module-search {
   height:auto;
   margin:0;
   border-top:solid 1px #e0e0e0;
   border-bottom:solid 1px #ccc;
   background:#f8f0e8 url('/img/bg_search.gif') repeat-y 0 0;
}
.module-search .module-content{
   margin:0;
   padding:10px;
   color:#333;
}
.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-powered { border-width: 0; }
.module-powered .module-content
{
   margin-bottom: 0;
   border: 1px dashed #a3b8cc;
   padding-bottom: 10px;
   color: #292e33;
   background: #fff;
}


/* one-column tweaks */

   .layout-one-column body { min-width: 752px; line-height:1.5em; }
   .layout-one-column #container {
           width: 752px;
           height:100%;
           border-bottom:solid 2px #f7f7f7;
    }
   .layout-one-column #container-inner { border-bottom:solid 1px #ccc; }
   .layout-one-column #banner {
           width: 750px; /* necessary for ie win */
           margin:0 auto;
    }
   .layout-one-column #alpha { width:750px; float:left; }
   .layout-one-column #alpha-inner { padding:18px 25px; }
   .layout-one-column #alpha-inner h2 {
           margin:15px 0;
           padding:1px 4px;
           font-size:14px;
           font-weight:bold;
           border-left:solid 4px #666;
           border-bottom:solid 1px #666;
    }
   .layout-one-column h3 {
           margin:10px 0 4px 0;
           padding:1px 4px;
           font-size:12px;
           color:#3d4f78;
           font-weight:bold;
           border-left:solid 4px #69a;
    }
/*
   .layout-one-column #pagebody {
           background:none;
    }
*/
   .layout-one-column #pagebody-inner {
           background:none;
    /*       border-bottom:solid 1px #ccc; */
    }
   .layout-one-column .posted {
           padding:3px 5px 10px 0;
           color:#606033;
           text-align:right;
    }

/* ---- footer ---- */

#footer {
   width:750px;
   height:auto;
   text-align:center;
   padding:0;
}
#footer .footer_up{
   border-top:solid 1px #f1e3d6;
   border-bottom:solid 1px #a77;
   background:#ffffbf url('/img/bg_footer_top.gif') repeat-x 0 0;
}

#footer .footer_down {
   padding:0 0 2px 0;
   background:#e4caaf;
}

#footer #link {
    padding:3px;
}

#footer #link a,#footer #link a:visited
{
   font-weight:bold;
   color:#fff;
   text-decoration:underline;
}

#footer #link a:hover {
   color:#333;
}

#footer #adress {
    padding:2px;
    font-size:10px;
    color:#454545;
}

#footer .footer_up a,
#footer .footer_up a:visited,
#footer .footer_up a:hover
{
    color:#454545;
}

#footer #copyright {
    clear:both;
    padding:2px;
    font-size:10px;
    font-weight:bold;
    color:#454545;
}


/* --- getflash --- */

.getflash{
    width:370px;
    padding:3px 0;
    margin:0 auto;
}
.getflash p {
    width:278px;
    padding-top:3px;
    font-size:10px;
    color:#4f4f4f;
    line-height:1.3em;
    text-align:left;
    float:left;
}
.getflash img {
    width:88px;
    padding-left:4px;
    float:left;
}


/* about feed */

.module-syndicate{ text-align:center; }
.module-syndicate .module-content{ border:0; margin:0 auto; padding:0; }


/* ------  system template  ------------------------------ */

.system_temp{
   text-align:center;
}
.system_temp h3,
.system_temp p,
.system_temp blockquote{
   text-align:center;
   margin:0 0 10px 0;
}

.system_header {
   margin:20px 0 5px 0;
}


/* ------ font ------------------------------------------- */

.t_bold{ font-weight:bold; }

.t_red_14{ font-size:14px; font-weight:bold; color:#f30; }

.t_red{ color:#f00; font-weight:bold; }

.t_brown{ color:#640; }

.t_blue{ color:#39c; font-weight:bold; }

.t_16px { font-size:16px; }

/* ------ others ----------------------------------------- */

.side_img{ text-align:left; border-bottom:solid 6px #ebd6c0;}

.gototop{ margin:5px 0 0 0; text-align:right; }

.sttl_align{ padding:2px 0 0 0; text-align:center; }

.text_center{ text-align:center; padding:5px 10px 0 10px; }

.module-qr{
   width:162px;
   margin:0 auto 15px auto;
   text-align:center;
   padding:0;
   border-bottom:solid 2px #fff;
}
.module-qr .inner{
   padding:15px 0 10px 0;
   border-bottom:solid 1px #eeeccc;
}
.module-qr p{
   font-size:10px;
   text-align:left;
   line-height:1.2em;
}
.module-qr img{
   margin:10px;
   padding:4px;
   border:solid 1px #f3f3f3;
   background:#fff;
}
.module-qr input{
   margin-bottom:2px;
   width:128px;
}
.module-qr select{
   margin-bottom:2px;
   width:120px;
}

.bg_cansel{ background:0 !important; border:0; }
img.bg_cansel{ background:0 !important; border:0; }

.header_effect{
   width:490px;
   height:auto;
   margin:0 auto 10px auto;
   padding:0;
   background:#eaeabf;
}
.header_effect #tops{
   height:3px;
   margin:0;
   padding:0;
   background:url('/img/corner_l1.gif') no-repeat 0 0;
   overflow:hidden;
}
.header_effect #tops span{
   display:block;
   height:3px;
   margin:0;
   padding:0;
   background:url('/img/corner_r1.gif') no-repeat right 0;
   overflow:hidden;
}
.header_effect #btms{
   height:3px;
   margin:0;
   padding:0;
   background:url('/img/corner_l2.gif') no-repeat 0 0;
   overflow:hidden;
}
.header_effect #btms span{
   display:block;
   height:3px;
   margin:0;
   padding:0;
   background:url('/img/corner_r2.gif') no-repeat right 0;
   overflow:hidden;
}

/* ------ area ------------------------------------------- */

.area01_top{
   width:510px;
   height:auto;
   background:url('/img/area_03_top.jpg') no-repeat 0 0;
}
.area01_inner{
   width:510px;
   height:auto;
   background:url('/img/area_03_bg.gif') repeat 0 0;
}
.area01_bottom{
   width:510px;
   height:auto;
   background:url('/img/area_03_btm.gif') no-repeat 0 100%;
}

.area02_top{
   width:510px;
   height:6px;
   overflow:hidden;
   background:url('/img/area_05_top.gif') no-repeat 0 0;
}
.area02_inner{
   width:510px;
   height:auto;
   background:url('/img/area_05_bg.gif') repeat 0 0;
}
.area02_bottom{
   width:510px;
   height:6px;
   overflow:hidden;
   background:url('/img/area_05_btm.gif') no-repeat 0 0;
}

/* ------ rollover bottun -------------------------------- */

ul#menu_btn_00 {
list-style:none;
margin:0;
padding: 0;
}

ul#menu_btn_00 li{
margin: 1px 0 0 0;
padding: 0;
overflow:hidden;
list-style:none;
line-height:1em;
}

ul#menu_btn_00 a{
display:block;
width:179px;
height:26px;
line-height:26px;
margin:0;
text-indent: -9999px;
text-decoration:none;
background-position:0 0;
background-repeat:no-repeat;
}

ul#menu_btn_00 a:hover{
text-decoration:none;
background-position:right 0;
}

/* ------ rollover botton -------------------------------- */

ul#menu_btn_00 li#menu_btn_01 a{
background-image: url('/img/btn_01.gif');
}

ul#menu_btn_00 li#menu_btn_02 a{
background-image: url('/img/btn_02.gif');
}

ul#menu_btn_00 li#menu_btn_03 a{
background-image: url('/img/btn_03.gif');
}

ul#menu_btn_00 li#menu_btn_04 a{
background-image: url('/img/btn_04.gif');
}

ul#menu_btn_00 li#menu_btn_05 a{
background-image: url('/img/btn_05.gif');
}
