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:#333;
   background:#ffffe8;
}

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, ol, ul, pre, blockquote, div
{
   font-size:12px;
   margin: 0;
   padding: 0;
}

p{
   font-size:12px;
   line-height:1.5em;
   margin:0;
   padding:0 2px;
}

.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 #dfdfbc;
   background:url('http://www.oh1nori.com/img/shadow.gif') repeat-y 100% 0;
}
#container-inner {
   position: static;
   width: 750;
   border-left:solid 1px #330;
   border-right:solid 1px #330;
   background:#;
}

#banner {
   position: relative;
   width:750px;
   height:111px;
   background:url('http://www.oh1nori.com/img/ttl.jpg') no-repeat 0 0;
   overflow:hidden;
}
#banner-inner {
   position: static;
   padding:15px 0 0 12px;
}

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

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

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

#banner .mail{
   width:137px;
   padding:0 0 0 595px;
   overflow:hidden;
}

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

#pagebody {
   position: relative;
   width: 750px;
}
#pagebody-inner {
   position: static;
   width: 100%;
   background:#1e2b40 url('http://www.oh1nori.com/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 0 10px 30px;
}

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


/* content */

.content-nav
{
   margin:10px 0 0 0;
}
.content-nav a,
.content-nav a:visited,
.content-nav a:hover{
   color:#fff;
}

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

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

.entry {
   position: static;
   overflow: hidden;
   clear: both;
   width:510px;
   margin:15px 0 0 0;
}
.entry .inner{
   width:480px;
   margin:4px auto;
   padding:0;
}
.entry .inner p{
   padding:3px 10px;
}

.entry .date{
   margin:0 15px 0 15px;
   text-align:right;
   font-weight:bold;
}

.entry .entry-header{
   width:488px;
   height:18px;
   margin:0;
   padding:3px 0 0 22px;
   font-size:12px;
   background:url('/img/bg_ent_header.gif') no-repeat 0 0;
}

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

.entry-content {
   width:auto;
   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;
}

.entry-body a, .entry-body a:visited{
   color:#044;
   text-decoration:underline;
}
.entry-body a:hover{
   color:#077;
}

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

.entry-header a,
.entry-header a:visited,
.entry-footer a,
.entry-footer a:visited{
   color:#333;
   text-decoration:none;
   border-bottom:dashed 1px #333;
}
.entry-header a:hover,
.entry-footer a:hover{
   color:#366;
   text-decoration:none;
   border-bottom:dashed 1px #366;
}

.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;
   color:#fff;
}

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

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

.module-list-item
{
   margin-top: 2px;
   padding:0 0 0 7px;
   font-size:10px;
   background:url('http://www.oh1nori.com/img/ico_01.gif') no-repeat 0 4px;
}

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

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   padding:2px;
   text-align: center;
   border:solid 1px #330;
}
.module-calendar .module-content th{
   background:#1e2b40;
   color:#cfcfcf;
}
.module-calendar .module-content td{
   background:#4f556e;
   color:#dfdf8c;
}
.module-calendar .module-content a,
.module-calendar .module-content a:visited,
.module-calendar .module-content a:hover
{
   font-weight:bold;
   color:#dfdf8c;
}

.module-header {
   width:144px;
   height:14px;
   margin:0 auto;
   padding:2px 0 0 16px;
   line-height:11px;
   font-size:10px;
   font-weight:bold;
   color:#333;
   background:#c0c0c0 url('http://www.oh1nori.com/img/bg_md_header.gif') no-repeat;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: auto;
   margin: 0;
   padding:2px 5px;
   color: #333;
   background: #dfdf8c;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.1em;
}

.trackbacks-header{
   margin-bottom:10px;
}

.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 {
   width:160px;
   height:auto;
   padding:0;
   margin:0 auto 12px auto;
   border-top:solid 1px #333;
   border-bottom:solid 1px #dfdf8c;
}
.module-search .module-content{
   margin:0;
   padding:10px 0 10px 4px;
   color:#fff;
   border-top:solid 1px #dfdf8c;
   border-bottom:solid 1px #333;
}
.module-search input { margin:0 3px 0 0; font-size: 10px; vertical-align:middle;}
.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;
}


/* search result */

   .mt-search-results body { min-width: 752px; line-height:1.5em; }
   .mt-search-results #container {
           width: 752px;
           height:100%;
    }
   .mt-search-results #container-inner { border-bottom:solid 1px #999; }
   .mt-search-results #banner {
           width: 750px; /* necessary for ie win */
           margin:0 auto;
    }
   .layout-one-column #alpha { width:750px; float:left; }
   .layout-one-column #alpha-inner { padding:0 25px 18px 25px; }
/*
   .layout-one-column #pagebody {
           background:none;
    }
*/
   .layout-one-column #pagebody-inner {
           background:#1e2b40;
           color:#fff;
    }

.search-results-container{
   margin-top:5px;
}

.search-results-header{
   margin:15px 0 10px 0;
   padding:2px 4px;
   color:#fff;
   border-left:solid 6px #666;
   border-bottom:solid 1px #666;
}

.mt-search-results p{
   margin:0;
   padding:3px 15px;
   color:#fff;
}
.mt-search-results .entry-footer{
   width:480px;
   color:#fff;
}
.mt-search-results .post-footers{
   color:#fff;
}

.mt-search-results #search{
   width:300px;
}

.module-search-feed .module-header{
   margin-top:10px;
}

.module-search-feed .module-content p{
   margin: 5px 10px 12px 10px;
   padding:0;
   font-size:10px;
   line-height:1.4em;
}
.mt-search-results p a,
.mt-search-results p a:visited,
.mt-search-results p a:hover,
.search-results-container h3 a,
.search-results-container h3 a:visited,
.search-results-container h3 a:hover,
.module-search-feed .module-content a,
.module-search-feed .module-content a:visited,
.module-search-feed .module-content a:hover{
   color:#fff;
   text-decoration:underline;
}

/* ------------------- */

#system-tpl #alpha-inner{
   padding:30px 0 0 30px;
}
#system-tpl h3{
   padding:3px;
   margin:0 0 13px 0;
   border-left:solid 3px #333;
   border-bottom:solid 1px #333;
}
#system-tpl p{
   padding:5px 10px;
}

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

#footer {
   width:750px;
   height:auto;
   text-align:center;
   padding:0;
}
#footer .footer_up{
   background:#dfdf8c;
   border-top:solid 1px #330;
   border-bottom:solid 1px #330;
}

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

#footer #link {
    padding:3px;
}

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

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

#footer #adress {
    padding:1px;
    color:#333;
}

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

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


/* --- getflash --- */

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

/* about feed */

.module-syndicate .module-content{ border:0; margin:0 15px; padding:0; }
.module-syndicate .module-content img{ margin:0 0 5px 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; line-height:1.6em;}

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

.t_10px{ font-size:10px; }

.t_red{ color:#f00; }

.t_red_under{ color:#f00; text-decoration:underline; }

.t_16px { font-size:16px; }

.t_14px { font-size:14px; }

.t_pink{ color:#ffc0ab; }

.t_brown{ color:#960; }

.t_bejge{ color:#660; }

.t_orange{ color:#f60; }

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

.side_img{
   width:179px;
   text-align:left;
}

.gototop{ width:510px; padding:12px 2px 0 0; margin:0; text-align:right; }

.text_center{ display:block; text-align:center; padding:0px 2px 0 2px; }
.text_right{ display:block; text-align:right; padding:0px 2px 0 2px; margin:0; }

.imgfl_l{
  float:left;
  margin:0 8px 0 0;
}
.imgfl_r{
  float:right;
  margin:0 0 0 8px;
}

.line{
   margin:20px 0 0 0;
}
.line01{
   margin:0 0 0 5px;
}

.module-qr{
   width:162px;
   margin:0 auto;
   text-align:center;
   padding:0;
   border-top:solid 1px #ccc;
}
.module-qr .inner{
   padding:10px 0 0 0;
   border-top:solid 1px #fff;
}
.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;
}


.img_frame{
   position:relative;
   background:#fbfcf1;
}
.img_frame #tops{
   height:5px;
   overflow:hidden;
   background:url('http://www.oh1nori.com/img/bg_img_tc.gif') repeat-x 5px 0;
}
.img_frame #tops #tops_inner{
   height:5px;
   overflow:hidden;
   background:url('http://www.oh1nori.com/img/bg_img_tl.gif') no-repeat 0 0;
}
.img_frame #tops #tops_inner span{
   display:block;
   height:5px;
   overflow:hidden;
   background:url('http://www.oh1nori.com/img/bg_img_tr.gif') no-repeat right 0;
}
.img_frame #middles{
   width:100%;
   height:auto;
   background:url('http://www.oh1nori.com/img/bg_img_ml.gif') repeat-y 0 0;
}
.img_frame #middles #middles_inner{
   height:auto;
   background:url('http://www.oh1nori.com/img/bg_img_mr.gif') repeat-y right;
}
.img_frame #middles #middles_inner span{
   display:block;
   padding:0 6px 0 5px;
}
.img_frame #bottoms{
   height:6px;
   overflow:hidden;
   background:url('http://www.oh1nori.com/img/bg_img_bc.gif') repeat-x 5px 0;
}
.img_frame #bottoms #bottoms_inner{
   height:6px;
   overflow:hidden;
   background:url('http://www.oh1nori.com/img/bg_img_bl.gif') no-repeat 0 0;
}
.img_frame #bottoms #bottoms_inner span{
   display:block;
   height:6px;
   overflow:hidden;
   background:url('http://www.oh1nori.com/img/bg_img_br.gif') no-repeat right 0;
}

/* ------------------------------------------------------- */

.tbl01{
   border-collapse:collapse;
   border:0;
}
.tbl01 th{
   width:75px;
   padding:1px 0 2px 0;
   font-size:12px;
   line-height:1.3em;
   color:#333;
   font-weight:bold;
   text-align:center;
   background:url('http://www.oh1nori.com/img/bg_cap.gif') no-repeat 0 0;
}
.tbl01 td{
   line-height:1.3em;
   padding:1px 0 2px 8px;
}
.tbl01 .uline{
   padding:3px 0 5px 0;
   height:1px;
   overflow:hidden;
   line-height:1px;
   background:url('http://www.oh1nori.com/img/line_01.gif') repeat-x 0 3px;
}

.tbl02{
   border-collapse:collapse;
   border:0;
}
.tbl02 th{
   padding:2px 0 2px 13px;
   font-weight:normal;
   font-size:12px;
   text-align:left;
   background:url('http://www.oh1nori.com/img/ico_03.gif') no-repeat 0 4px;
}
.tbl02 td{
   padding:2px 10px 2px 0;
   text-align:right;
   color:#900;
}
.tbl03{
   border-collapse:collapse;
}
.tbl03 th{
   width:70px;
   padding:3px 4px;
   font-size:12px;
   color:#333;
   background:#dfdfa0;
   border-top:solid 1px #fc0;
   border-left:solid 1px #fc0;
   border-bottom:solid 1px #fc0;
}
.tbl03 td{
   padding:3px 15px 3px 13px;
   font-size:12px;
   background:#ffc url('/img/ico_02.gif') no-repeat 5px 7px;
   border-top:solid 1px #fc0;
   border-right:solid 1px #fc0;
   border-bottom:solid 1px #fc0;
}


/* ------------------------------------------------------- */

.area01_inner{
   width:500px;
   height:auto;
   padding:5px 5px 3px 5px;
   background:#dfdf8c url('http://www.oh1nori.com/img/area_01_bg.gif') repeat-y 0 0;
}
.area01_bottom{
   width:510px;
   height:7px;
   overflow:hidden;
   background:url('http://www.oh1nori.com/img/area_01_btm.gif') no-repeat 0 0;
}

.area02_top{
   width:510px;
   height:7px;
   overflow:hidden;
   background:url('http://www.oh1nori.com/img/area_02_top.gif') no-repeat 0 0;
}
.area02_inner{
   width:500px;
   height:auto;
   padding:4px 5px 4px 5px;
   background:#dfdf8c url('http://www.oh1nori.com/img/area_02_bg.gif') repeat-y 0 0;
}
.area02_bottom{
   width:510px;
   height:7px;
   overflow:hidden;
   background:url('http://www.oh1nori.com/img/area_02_btm.gif') no-repeat 0 0;
}

.area03_top{
   width:510px;
   height:8px;
   overflow:hidden;
   background:url('http://www.oh1nori.com/img/area_03_top.gif') no-repeat 0 0;
}
.area03_inner{
   width:500px;
   height:auto;
   padding:3px 5px;
   background:#dfdf8c url('http://www.oh1nori.com/img/area_03_bg.gif') repeat-y 0 0;
}
.area03_bottom{
   width:510px;
   height:8px;
   overflow:hidden;
   background:url('http://www.oh1nori.com/img/area_03_btm.gif') no-repeat 0 0;
}

.area04_top{
   width:480px;
   height:4px;
   overflow:hidden;
   background:url('http://www.oh1nori.com/img/area_04_top.gif') no-repeat 0 0;
}
.area04_inner{
   width:478px;
   height:auto;
   padding:0;
   background:#fff;
   border-left:solid 1px #dfdfdf;
   border-right:solid 1px #dfdfdf;
}
.area04_bottom{
   width:480px;
   height:4px;
   overflow:hidden;
   background:url('http://www.oh1nori.com/img/area_04_btm.gif') no-repeat 0 0;
}


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

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

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

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

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

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

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

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

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

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

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

ul#menu_btn_00 li#menu_btn_06 a{
background-image: url('http://www.oh1nori.com/img/btn_06.gif');
}
