*{
    margin:0px;
    padding:0px;
}

html{
    margin: 0;
    padding: 0;
}

body{
    margin: 0;
    padding: 0;
/*    font-family:"Lucida Grande",Arial,Verdana,Geneva,Sans-serif; */
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
                 "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", 
                 "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", sans-serif;
    font-size: 10pt;
    color: #333;
    background-color: #DDE3BA; /* #*/
}

form, input {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: underline;
}

a img {
    border: 0;
}

a { color: #555555;}
a:link { color: #555555;}
a:visited { color: #666666;}
a:active { color: #999999;  }
a:hover { color: #999999;  }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote{
    margin:3px 0px 7px;
}


/* 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 */
#container{
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 90%;
    text-align: left;
}

/* banner */
#banner {
    position: relative;
    background-color: #669966;
    background-image:url('/banner_grad.jpg');
    border-bottom:#FFFFFF 6px solid;
    margin-bottom:4px;
}

#banner-inner{
    position: static;
    padding: 5px;
}

#banner-header{
    margin: 0px;
    color: #ffffff;
    font-size: 16pt;
    font-weight: normal;
    text-shadow: #36414d 0 2px 3px;
    line-height:1;
    font-family: "Century Gothic", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

#banner-header a,
#banner-header a:hover{ 
    color: #ffffff;
    text-decoration: none;
}

#banner-description{
    margin-top: 5px;
    margin-bottom: 0;
    color: #ffffff;
    background: none;
    font-size: 8pt;
    font-weight: normal;
    line-height: 1.125;
    text-shadow: #36414d 0 1px 2px;
}

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

/* page layout */
#pagebody{
    position:relative;
}

#pagebody-inner{
}

#alpha{
}

.layout-two-column-left #alpha{
    margin-right:225px;
}

#alpha-inner{
}

#beta{
}

.layout-two-column-left #beta{
    position:absolute;
    top:0px;
    right:0px;
    width:220px;
}

#beta-inner{
}

/* date header */
.date-header{
    margin: 0px;
    padding:2px;
    font-size: 10pt;
    font-weight: bold;
}

/* entry */
.entry{
    overflow: hidden;
    width: 100%;
    margin: 0px 0px 20px;
    background-color: #fff;
}
h3.entry-header{
    margin: 0px;
    padding: 2px;
    color: #333;
    font-size: 11pt;
    font-weight:bold;
    background-color: #CCCCCC;
    border-bottom:#999999 1px dashed;
    line-height:135%;
}
h3.entry-header a,
h3.entry-header a:hover{
    text-decoration:none;
    color: #333;
}

.entry-content{
}
.entry-body,
.entry-more{
    line-height:145%;
    padding:0px 0px;
}


/* body content */
.entry-body p,
.entry-more p{
    padding:0px;
    margin: 3px 10px 7px;
    line-height:150%;
}

.entry-body pre,
.entry-more pre{
    background-color: #eee;
    padding:5px;
    margin:3px 15px 7px;
    /* no ie mac \*/
    overflow:auto;
    /* */
    font-size:9pt;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

.entry-body blockquote,
.entry-more blockquote{
    color: #669966;
    padding:0px 10px;
    border-left: #669966 solid 1px;
    margin:5px 20px;
}

.entry-body .subjoinder{
    color: #666666;
    padding-left:10px;
    margin:5px 20px;
}

.entry-body ul,
.entry-more ul,
.entry-body ol,
.entry-more ol{
    margin:5px 20px;
    list-style-position:inside;
}
.entry-body li,
.entry-more li{
    list-style-position: inside;
}

/* entry footer */
.entry-footer,
.entry-body p.entry-footer{
    margin: 0px;
    border-top: 1px dashed #cccccc;
    padding: 3px 4px;
    color: #333;
    font-size: 8pt;
    text-align: right;
}

.entry-footer{
    clear: both;
}

/* trackback & comments */
.trackbacks,
.comments,
.comments-open{
    overflow: hidden;
    margin-bottom: 15px;
}

.trackbacks-header,
.comments-header,
.comments-open-header{
    margin: 0px;
    padding: 1px;
    border-bottom: #999999 dashed 1px;
    color: #333;
    background: #cccccc;
    font-weight: bold;
    font-size:10pt;
}

.trackbacks-content,
.comments-content{
}

.trackbacks-info{
    margin:0px 0px 10px;
}

.trackback,
.comment{
    line-height:145%;
    margin:5px 0px 10px;
}

.trackback-content,
.comment-content{
}

.trackback-footer,
.comment-footer{
    border-top: 1px dashed #cccccc;
    padding: 3px;
    color: #333;
    font-size: 8pt;
    text-align: right;
}

/* comments open */
.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-post{
    font-weight: bold;
}


/* module */
.module{
    width: 100%;
    overflow: hidden;
    margin: 0px 0px 5px;
}

.module-header{
    margin: 0px;
    padding: 1px;
    border-bottom: #999999 dashed 1px;
    color: #333;
    background: #cccccc;
    font-weight: bold;
    font-size:10pt;
}

.module-header a,
.module-header a:hover{
    color: #333;
    text-decoration:none;
}

.module-content{
    margin: 0px;
    background-color: #F0F0CC;
    padding: 3px;
    line-height: 130%;
}

/* cal */
.module-calendar .module-content table{
    border-collapse: collapse;
    font-size:8pt;
}

.module-calendar .module-content th,
.module-calendar .module-content td{
    width: 14%;
    text-align: center;
}

.module-calendar .module-content table caption{
    text-align:left;
    font-size:10pt;
    font-weight:bold;
}

.module-calendar .module-content,
.module-powered .module-content,
.module-syndicate .module-content{
    margin: 0px;
    padding:0px;
    border-width: 0;
    background: none;
}

/* module item */
.module-search input{
}
.module-search #search{
    width: 80px;
}

.module-list{
    margin:0px;
    padding:0px;
    list-style-position: inside;
}

.module-list .module-list{
    margin:0px;
    padding:0px 0px 0px 10px;
}

.module-list-item{
    margin:0px;
    padding:0px;
    list-style-position: inside;
}

/* google ad */
.googlead{
    text-align:center;
    margin:0px auto 10px;
}

/* amazlet */
.amazlet-box{
    margin:3px 10px 7px;
}