/* Base Weblog (base-weblog.css) */

/* 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;
    font-size: 12px;
}

form { 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, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}


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


/* page layout */

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

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 720px;
    text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative;}

#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

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

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



/* content */

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

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

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

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

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

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

/* -----------------------basic page elements------------------------------- */

body {
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    font-size: 12px;
}

a { color: #36414d; text-decoration: underline; }
a:hover { color: #a3b8cc; }

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.module-content a { color: #109CBC; }
.module-content a:hover { color: #ffffff; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.module-header,
.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: 15px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    color: #fff;
    background: #a3b8cc;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    background: url("img/h3_side.jpg") repeat-y;
}

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

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }

#beta ul{
   margin: 10px 10px 10px 0px;
}

#beta li { 
    padding: 0px 0px 0px 15px;
    list-style:none;
    background: url("img/arrow_side.jpg") no-repeat 0px 4px;
} 


/* -----------------------page layout------------------------------- */

body {
    min-width: 780px;
    background: #ffffff;
}

#container {
    width: 856px;
    padding: 0px 0px 0px 37px;
    background: #ffffff url(img/bg.jpg) repeat-y;
}

#container-inner {
    min-width: 780px;
}

#banner {
    padding: 0px;
    margin: 0px;
    width: 780px; /* necessary for ie win */
    height: 170px;
    background: #ffffff url("img/header.jpg") no-repeat;
}

#banner-inner {
    padding: 0px;
    margin: 0px;
}

#banner-header {
    float:left;
    width: 300px; 
   padding: 0px;
   margin: 0px;
   text-indent: -5000px;
   height: 0px;
}

#banner-description {
    float:right;
}

#banner-description a{
    display: block;
    width: 100px; 
    height:30px;
   text-indent: -5000px;
}

#banner-description a:hover{
    background:none;
}

#alpha { 
    padding: 0px 25px 0px 30px;              
    margin: 0px; 
    width: 490px; 
}

#beta { 
    padding: 0px 30px 0px 30px;   
    width: 180px; 
}


#gamma {
    clear:both;
    margin: 0px 0px 0px 30px;
    width: 720px;
    background: #e9e9e9; 
    text-align:center;
}

#delta {
    margin: 10px 0px 0px 0px;
    width: 720px;
    text-align:center;
}


#footer{
    padding: 10px 0px 0px 0px;
    width: 780px;
    background: #ffffff; 
}

.entry-header {
    margin-top: 0;
    border-left: 5px solid #dae0e6;
    padding: 0 0 0 10px;
    color: #666;
    font-size: 18px;
}

.entry-content,
.comment-content,
.trackback-content {
    margin: 0;
    line-height: 1.5;
}

.entry-tags {
    margin: 0 0 10px 10px;
}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
    list-style:none;
    padding: 0px;
}

.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid #dae0e6;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}



/* -----------------カスタム ------------------ */

#info{
    margin: 0px 0px 10px 0px;
    padding: 5px 10px 5px 10px;
 /*  background:#DBF4F7; */
}

#info h2{
   font-size:18px;
   font-weight:bold;
   color:#1A2E5A;
}


#info h3{
   font-size:12px;
   color:#396732;
}

#stadium{
   background:url("img/icon_stadium.jpg") no-repeat 0px 45px;
   height:130px;
}

#stadium h2{
   background:url("img/h3_stadium.jpg") no-repeat;
   font-size:18px;
   font-weight:bold;
   color:#396732;
}

#stadium h3{
    margin: 0px 0px 0px 0px;
    padding:0px 0px 5px 80px;
   font-size:12px;
   color:#396732;
}

#stadium p{
    margin: 0px 0px 0px 0px;
    padding:0px 0px 10px 80px;
}

/*
#cm h2{
   background:url("img/h3_cm.jpg") no-repeat;
   font-size:18px;
   font-weight:bold;
   color:#396732;
}
*/

#cmi{
float:right;
padding: 10px;
width:200px;
   background:#eeeeee;
    margin: 10px 0px 0px 0px;
}

#cmi h3{
    margin: 0px 0px 0px 0px;
    padding:0px 0px 5px 0px;
   font-size:14px;
   color:#396732;
font-weight:bold;
}

#cmi p{
    margin: 30px 0px 0px 0px;
    padding:0px 0px 10px 0px;
}

#cmi img{
    margin: 0px 5px 0px 0px;
    padding:0px 0px 10px 0px;
}


#cm{
float:left;
width:250px;
}

.pre h3{
    margin: 0px 0px 5px 0px;
    padding:0px 0px 5px 10px;
   font-size:12px;
   color:#396732;
}

.pre p{
    margin: 0px 0px 0px 0px;
    padding:0px 10px 10px 10px;
}






#park {
   background:url("img/h3_park.jpg") no-repeat;
   text-indent: -5000px;
}

.parks{
    display: inline; /* ie win bugfix */
    min-height: 1px;
}


.parks p{
    margin: 0px 0px 0px 0px;
    padding:0px 0px 30px 0px;
}


#academy h2{
   background:url("img/h3_academy.jpg") no-repeat;
   text-indent: -5000px;
}

#plaza h2{
   background:url("img/h3_plaza.jpg") no-repeat;
   text-indent: -5000px;
}


.park_left{
    float: left;
}

.park_right{
    float: right;
}

.park_left,
.park_right{
    display: inline; /* ie win bugfix */
    min-height: 1px;
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 45px;
    width:180px;
}

.parks h3{
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-size:10px;
    font-weight: bold;
    color:#396732;
}

/*

#ballgame{
   padding:0px 0px 0px 45px;
   background:url("img/icon_ballgame.jpg") no-repeat;
}

#battle{
   background:url("img/icon_battle.jpg") no-repeat;
}

#marine{
   background:url("img/icon_marine.jpg") no-repeat;
}

#motor{
   background:url("img/icon_motor.jpg") no-repeat;
}

#winter{
   background:url("img/icon_winter.jpg") no-repeat;
}

#other{
   padding:0px 0px 0px 45px;
   background:url("img/icon_other.jpg") no-repeat;
}

#academy p,
#plaza p{
    margin: 0px 0px 0px 0px;
    padding:0px 0px 20px 45px;
}

#academy{
   background: url("img/icon_academy.jpg") no-repeat 0px 30px;
}

#plaza{
   background:url("img/icon_plaza.jpg") no-repeat 0px 30px;
}

*/

#academy h2{
   background: url("img/h3_academy.jpg") no-repeat;
}

#plaza h2{
   background:  url("img/h3_plaza.jpg") no-repeat;
}


.dis{
   text-align:center;
}


.clear {
   clear:both;
}
   




#forum{
   margin: 0px 0px 30px 0px;
   padding: 0px;
   background: #e9e9e9;
height:1%;
}

#forum_entry{
   margin: 0px 0px 10px 0px;
   padding: 5px 10px 10px 10px;
   background: #e9e9e9 url("img/icon_forum.jpg") no-repeat 20px 45px;
height:1%;
}

#comment {
   margin: 0px 0px 0px 0px;
   padding: 5px 10px 10px 10px;
height:1%;
}

#forum_entry h3{
   background: #e9e9e9 url("img/h3_forum.jpg") no-repeat;
   padding: 0px 0px 5px 85px;
   /*text-indent: -5000px;*/
   font-size:12px;
   font-weight:bold;
   color:#396732;
}

#comment h3{
   margin: 0px 0px 5px 85px;
   /*background: #e9e9e9 url("img/h3_forum.jpg") no-repeat;
   text-indent: -5000px;*/
   font-size:12px;
   font-weight:bold;
   color:#396732;
}

#forum ul,
#comment ul {
   margin: 0px 0px 0px 85px;
}

#forum li,
#comment li { 
   padding: 0px 0px 0px 15px;
    list-style:none;
    background: url("img/arrow.jpg") no-repeat 0px 3px;
} 




a {
    color:#109CBC;
}

a:hover {
   color:#ffffff;
   background: #109CBC;
   text-decoration:none;
}


.line {
   clear:both;
   background: url("img/line_h.jpg") no-repeat;
   height: 2px;
}

.line_forum {
   margin: 0px 10px 0px 95px;
   background: url("img/line_h.jpg") no-repeat;
   height: 2px;
}

select{
   font-size:10px;
}

