/* 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: font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Geneva, Arial, Verdana, sans-serif;
    font-size: 13px;
    color:#333;
    font-weight: 400;
}
p { min-height: 1px; }
form { margin: 0; padding: 0; }
a { text-decoration: none; }
a img { border: 0;  text-decoration: none; }

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

h1 {
font-size: 24px; font-weight: bold;
}

h2 {
font-size: 18px;
font-weight: bold;
margin: 5px 0 0 0;
vertical-align : middle;
}

h3 {
font-size: 18px;
margin: 5px 0 -5px 0;
font-weight: bold;
}

.entry-body h3 {
line-height: 18px;
font-size: 18px;
margin: 40px 0 15px 0;
font-weight: bold;
border-left: 4px solid #666;
padding: 0 0 0 8px;
/* 
border-bottom: 1px dotted #666;
padding: 0 0 2px 0;
 */
}

.entry-body h4 {
font-size: 15px;
margin: 5px 0 -5px 0;
font-weight: 600;
}

hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #333; /* 線色 */
   height: 1px;
}

.m { color:#00A7E3; font-weight:bolder; margin:20px 0 -10px 0; }

blockquote {
margin-left: 25px;
margin-right: 25px;
text-indent: 25px;
background: url(http://smiley-jp.com/blog/img/quotes1.png);
background-position: 0 2px;
background-repeat: no-repeat;
}

blockquote p {
        font-size: 11px;
display: inline;
margin: 0;
padding-right: 24px;
background: url(http://smiley-jp.com/blog/img/quotes2.png);
background-position: bottom right;
background-repeat: no-repeat;
}

.category_h2 {
    margin: 0 0 20px 0;
    padding: 0;
}

.entry-body p {
    margin: 0.5em 0 1em 0;
}

.entry-body a {
    border-bottom:1px dotted #DDD;
}

.entry-body a:hover {
    border-bottom:1px dotted #DDD;
    background: rgb(245,242,234) url("img/back10324.png");
}

.font9 { font-size: 9px; }

.font10 { font-size: 10px; }

.top { vertical-align: top; }
.mid { vertical-align: middle; }
.bottom { vertical-align: bottom; }

.linkitem {
    padding-left: 15px;
    background: url(./img/link.png) no-repeat 0px 4px ;
}

.super {
    padding-left: 15px;
    background: url(./img/super.png) no-repeat 0px 4px ;
}

img { margin: 0; }

.img_left { margin: 0 10px 0 0; }

.img_right { margin: 0 0 0 10px; }

.img_waku {
border:1px solid #CCC;
margin: 0 0 0 5px;
padding: 10px;
background: #FFF;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
box-shadow: 0 0 5px #999; 
-webkit-box-shadow: 0 0 5px #999;  
-moz-box-shadow: 0 0 5px #999;  
}

.img_waku_left { margin: 0 10px 0 0; }

.img_waku_right { margin: 0 0 0 10px; }

.indent {
text-indent: 16px;
}

#margin_right_40px { margin-right: 40px; float: left; }

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

#rapper {
    position: relative;
    margin: 60px auto; /* center on everything else */
    width: 960px;
    text-align: left;
}

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

#container-inner { position: static; width: auto; }

#rapper1 {
    display: inline; /* ie win bugfix */
    position: relative;
    min-height: 1px;
    margin: 0;
    padding: 0;
    border-top: 0px solid #111;
    float: left;
}

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

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

#contents1-inner,#contents2-inner,#contents3-inner,#contents4-inner  { position: static; }

#top { position: relative; float: left;}

#banner { position: relative; float: left;}

#footer { position: relative; }
#footer-inner,#footer-inner-left,#footer-inner-right { position: static; }

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

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

#beta { float: right; }

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-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: 0 0 20px 0;
}

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

.comments-open label { display: block; }

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

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

.comments-open-header {
    clear: both;
}

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

img.image-full { width: 100%; }

.image-thumbnail {
    float: left;
    width: 117px;
    margin: 0;
}

.image-thumbnail img {
    width: 117px;
    margin: 0;
}


/* modules */

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content {
    position: relative;
    margin: 0;
}

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

.module-list-item {
    margin: 0;
}

.archive-list-item {
    margin: 0;
    font-size: 13px;
    line-height: 2.3;
}

.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 table {
    border-collapse: collapse;
}

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

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item {
    display: block;
    clear: both;
    margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
    float: left;
    min-width: 60px;
    width: 60px;
    /* no ie mac \*/width: auto;/* */
    margin: 0 5px 0 0;
    text-align: center;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
    margin: 0;
    padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content {
    margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
    display: block;
    height: 1%;
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
    display: block;
    float: left;
    /* ie win fix \*/ height: 1%; /**/
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item a {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item img {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}














/* Vicksburg II (theme-vicksburg.css) */

/* basic page elements */


a { color: #00A7E3; text-decoration: none; }
a:hover { color: #00A7E3; }

.module-content a { color: #111; }
.module-content a:hover { color: #00A7E3; }

.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: 0 0 10px 0;
    border-bottom: 3px solid #111;
    padding: 0 0 5px 0;
    color: #333;
    font-size: 18px;
    font-weight: 100;
    line-height: 1;
vertical-align : middle ;

}

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

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

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











/* page layout */

body {
min-width: 1020px;
color: #333;
background: rgb(245,242,234) url("img/back10324.png");
}

#rapper { background: url("img/container-back.png") }

#container {
width: 1020px;
padding: 0;
background: rgb(245,242,234) url("img/back10324.png");
}

#container-inner {
margin: 0;
padding: 0;
}


#banner {
width: 980px; /* necessary for ie win */
margin: 20px 0 15px 0;
padding: 0;
float: left;
}

#banner-inner-left {
width: 380px; /* necessary for ie win */
margin: 0;
padding: 0 10px 0 0;
float: left;
}

#banner-inner-right {
width: 600px; /* necessary for ie win */
margin: 0;
padding: 0;
color: #333;
text-align: right;
border-top: 0px solid #111;
border-left: 0px solid #111;
float: left;
}

#banner-inner-right h1 { font-size: 12px; color: #666; font-weight: 100; }

.module-list-item-category {
width: 149px ;
height: 30px ;
margin:  0px ;
padding: 10px 0 0 0;
color: #FFF;
background: #000;
text-align: center;
font-size: 11px;
font-weight: 400 ;
font-family: font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Geneva, Arial, Verdana, sans-serif;
letter-spacing: 0px;
border-right: 1px solid #999;
border-top: 1px solid #999;
float: right;
}

.module-list-item-category a { color: #FFF; }
.module-list-item-category a:hover { color: #FFF; }

.module-list-item-link {
display: block;
width: 100%;
margin: 0;
padding: 0;
color: #FFF;
font-size: 10px;
border-right: 0px solid #DDD;
border-bottom: 0px solid #DDD;
float: left;
}

#banner-header {
font-family: 'Helvetica','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
margin: 0;
color: #888;
font-size: 21px;
font-weight: bold;
 line-height: 1;
 text-shadow: #E5E5E5 0 1px 2px;
}

#banner-description {
font-family: font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Geneva, Arial, Verdana, sans-serif;
margin: 10px 0 0 0;
color: #888;
background: none;
font-size: 11px;
 font-weight: bold;
line-height: 1.25;
text-shadow: #E5E5E5 0 1px 2px;
}

#alpha { 
width: 640px;
margin: 0 40px 0 0 ;
padding: 0;
float: left;
}

#alpha h2.date-header { font-size: 11px; font-weight: normal; margin: 20px 0 5px 0; }

#beta {
width: 300px;
margin: 0;
padding: 0;
float: left;
}

#rapper1 { margin: 0; padding: 0; }
#rapper1-inner { width: 300px; padding: 0; }

#contents1 {margin: 0 0 20px 0; padding: 0; }
#contents1-inner { width: 300px; padding: 0; }

#contents2 { margin: 0; padding: 0; }
#contents2-inner { width: 150px; padding: 0; }

#contents3 {margin: 0; padding: 0; }
#contents3-inner { width: 150px; padding: 0; }

#gamma, #delta {
width: 300px;
margin: 0;
float: left;
}

#beta-inner,
#gamma-inner,
#delta-inner {
margin: 0;
padding: 0;
}


#footer {
width: 1020px; /* necessary for ie win */
border-top: 0px solid #333;
float: left;
}

#footer-inner {
margin: 0;
padding: 0;
}

#footer-inner1,#footer-inner2 {
width: 300px;
margin: 0 40px 0 0;
padding: 0;
text-align: left;
float: left;
}

#footer-inner3 {
width: 300px;
margin: 0 40px 0 0;
padding: 0;
text-align: left;
float: left;
}

#footer-inner1 p {
font-size: 10px;
}

#footer-inner2 p {
font-size: 10px;
}

#footer-inner3 p {
font-size: 10px;
}

#beta img {
margin: 0;
padding: 0;
}

.date-header {
margin: 0;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
}

.entry-header {
margin: 0;
padding: 0;
color: #000;
font-size: 21px;
line-height: 1.2 ;
text-shadow: 1px 1px 3px #999;  
}

.entry-header a { color: #000; }
.entry-header a;hover { color: #FFF; background: #00A7E3; }

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

.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 10px 3px;
border-left: 0px solid #E5E5E5;
padding: 6px 0;
color: #666;
font-size: 10px;
text-align: left;
}

.entry-footer a,
.comment-footer a,
.trackback-footer a
{ color: #666; }

.entry-footer a:hover,
.comment-footer a:hover,
.trackback-footer a:hover
{ color: #FFF; background: #00A7E3; }


#entry-footer2 { width: 640px ; margin: 15px 0 20px 0 ; padding: 4px 0 0 0; border-top: 1px solid #CCC; font-size: 10px; text-align: left; float: left; }
#entry-footer2-left { width: 500px ;  margin: 0 ; padding: 0; text-align: left ; float: left; }
#entry-footer2-right { width: 140px ;  margin: 0 ; padding: 0; text-align: right ; float: right; }

#entry-footer2 a { color: #666; }
#entry-footer2 a:hover { color: #FFF; background: #00A7E3; }


.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{ margin-left: 10px; }

.content-nav { margin-top: 0; }

#trackbacks-info {
    margin: 10px 0;
    border: 1px dashed #E5E5E5;
    padding: 0 10px;
    color: #333;
    font-size: 11px;
    text-align: center;
    vertical-align : middle ;
}

.comments-open-footer {
    margin: 10px 0;
}



















/* modules */

.module {
    margin: 0 0 15px 0;
    padding: 0;
    border-bottom: 0px solid #E5E5E5;
}

.module a:hover {
color: #00A7E3;
}

.module-content {
    margin: 0;
    padding: 5px 0;
    border-top: 0px solid #111;

    line-height: 1.5;
}

.module-content-apple {
    margin: 0;
    padding: 15px 33px;
    border-top: 0px solid #111;
    font-size: 11px;
    line-height: 1.5;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content {
    margin: 0;
    border: 0px dashed #E5E5E5;
    padding: 0;
    color: #333;
}

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

.module-list-item {
    margin: 0;
    color: #333;
    line-height: 1.7;
}

.typelist-thumbnailed .module-list {
    margin: 0 0 10px 0;
    list-style: none;
}

.typelist-thumbnailed .module-list-item {
    margin: 1px 0;
    padding: 0;
    background: #333;
}

.typelist-thumbnail {
    background: #333;
}

.module-photo img { border: 0px solid #333; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content {
    margin: 0;
    border-width: 0;
    padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 0; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item {
    width: 64px; /* mac ie fix */
    margin: 0;
    padding: 0;
    background: none;
}

.module-recent-photos .module-list-item a {
    border: #cfd4d9 1px solid;
    padding: 0px;
    background: #333;
}

.module-recent-photos .module-list-item a:hover {
    border-color: #36414d;
    background: #333;
}

.module-tagcloud .module-list {text-align: center; }
.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline; }
.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }








/*
 *  Preliminary styles added by Jay for Vicksburg II
 *     for review by Luke/Walt and rest of team
 */

/* All or multiple templates
    Suppress underlines on linked entry titles */
.entry-header a { text-decoration: none; }
    /* Suppress the prev/next nav */
.content-nav { margin: 0px; display: none; }

/* Search results templates */
.mt-search-results .search-results-header {
    border: 2px solid #669;
    background-color: #333;
    color: #333;
    padding: 5px;
}
.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 20px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }

/* Entry tag display */
div.entry-tags { margin:0 0 10px 10px; }
ul.entry-tags-list {
    list-style:none;
    padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline; }

/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: none; }

/* Comment preview and individual entry
    Widen the comment form */
form textarea#comment-text { width:400px; }

/* All archive templates
    Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }

/* Date-based and category archives
    Archive title banner at top of page, below blog banner */
.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {

    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    border-left: 3px solid #E5E5E5;
    padding: 0 0 0 7px;
    color: #333;

}

/* Experimental comment styles
    Not currently in use anywhere in default templates
    For testing only... */
#comments-experimental .comment, #comments-experimental .comment .comment-inner {
    width:36em;
}

#comments-experimental .comment {
    padding: 0px;
    margin: 10px 15px;
    background-color:#eef;
    border:2px solid #bbb;
}

#comments-experimental .comment .comment-inner {
    position:relative;
    margin:-5px 0 0 -3px;
    background:#f3f3ff;
    border:1px solid #003;
}

#comments-experimental .comment:hover .comment-inner {
    border:1px solid #000;
}

#comments-experimental .comment a {
    text-decoration: none;
    border-bottom: 1px dotted #36414d;
}

#comments-experimental .comment:hover a {
    color: #333;
    border-bottom: 1px solid #333;
}

#comments-experimental .comment .comment-content {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment-footer-experimental {
    margin-right: 15px;
    font-size: 10px;
    text-align: right;
}

#comments-experimental .comment .comment-header {
    font-size: 18px;
    margin: 5px auto 5px 10px;
    text-shadow: #99A 2px 2px 1px #66F;
    color: #333;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }

#twitter_div p a,#twitter_div p a:hover { font-size: 11px; margin: 0; padding: 0; color: #00A7E3; }
#twitter_update_list { margin: 0; padding: 0; }
#twitter_update_list a { text-decoration: none; color: #00A7E3; }
#twitter_update_list a:hover { text-decoration: underline; }
#twitter_update_list ul { list-style: none; }
#twitter_update_list li { list-style: none; font-size: 11px; margin: 0 0 4px 0; padding: 0 0 3px 0;  border-bottom: 1px solid #CCC; }

#review table {
border: 1px solid rgb(204, 204, 204);
border-collapse: collapse;
margin-bottom: 20px;
width: 100%;
}

#review table tbody {
border: 1px solid rgb(204, 204, 204);
border-color: inherit;
display: table-row-group;
vertical-align: middle;
padding: 5px 10px;
}

#review table tr {
border: 1px solid rgb(204, 204, 204);
border-color: inherit;
display: table-row;
vertical-align: inherit;
padding: 5px 10px;
}

#review table tr th {
border: 1px solid rgb(204, 204, 204);
background: rgb(229, 229, 229);
font-weight: normal;
padding: 5px 10px;
}

#review table tr td {
border: 1px solid rgb(204, 204, 204);
font-weight: normal;
padding: 5px 10px;
}

.retweet {
text-align: right;
}

.retweet a,.retweet a:hover{
border-bottom: 0px solid #DDD;
}

#yahoo_ad_top {
text-align: center;
margin: 0 auto 20px;
}

.thumlist { clear: both; }
.thum {
display: inline;
float: left;
margin-right: 10px;
overflow: hidden;
vertical-align: middle;
width: 80px;
height: 80px;
}

#contents1-inner ul {
    width: 300px;
    margin: 0;
    padding: 0 ;
    list-style: none;
}

#contents1-inner li.list {
    margin: 0 ;
    padding: 7px 0 6px 16px ;
    font-size: 10px ;
    background: url(./img/link.png) no-repeat 0px 9px ;
    list-style: none;
    border-bottom: 1px solid #CCC;
}

#contents1-inner li.list a { color: #333; }
#contents1-inner li.list a:hover {
    width: 300px;
    margin: 0 ;
    padding: 7px 0 6px 0;
    color: #FFF;
    background: #00A7E3;
}

.archives {
    margin: 0 0 30px 0;
    padding: 12px 18px;
    font-size: 13px ;
    color: #FFF;
    background: #000;
}











#box { 
    width: 1020px;
    margin: 20px 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    float: left;
}

#box_alpha { 
    width: 300px;
    height: 90px;
    margin: 0 40px 20px 0 ;
    padding: 0;
    float: left;
}

#box_beta { 
    width: 300px;
    height: 100px;
    margin: 0 40px 30px 0 ;
    padding: 0;
    float: left;
}

#box_beta_inner { 
    margin: 0;
    padding: 0;
}

#box_beta_inner h2 { 
    margin: 0 0 2px 0;
    padding: 0;
    font-size: 12px ;
    color: #333;
}

#box_beta_inner p { 
    margin: 0;
    padding: 0;
    font-size: 9px ;
    color: #555;
}

#box_beta_inner img { 
    margin: 0 1em 0 0;
    zoom: 15% ;
    align: left;
    float: left;
}

#box_beta_inner p.entry-footer { 
    margin: 0 0 3px 0;
    padding: 0;
    font-size: 9px;
}



#ad300 .rap{
width: 300px;
margin: 0 0 20px 0;
padding: 0;
}

#ad300 img{
margin: 0;
padding: 0;
}

#ad300 .left {
width: 100px;
margin: 0 5px 0 0;
padding: 0;
float: left;
}

#ad300 .right {
width: 195px;
margin: 0;
padding: 0;
float: left;
}

#ad300 h4 {
font-size: 10px;
margin: 0 0 2px 0;
padding: 0;
text-align: left;
float: left;
}

#ad300 p {
font-size: 6px;
margin: 0;
padding: 0;
text-align: left;
color: #666;
float: left;
}


#google_adsence {
margin: 5px 0 15px 0;
padding: 0;
}

#google_adsence2 {
margin: 15px 0 40px 0;
padding: 0;
text-align: center;
}

#ad_left_160 {
margin: 0 20px 0 0;
padding: 0;
float: left;
}

#google_120x90{
width: 150px;
margin: 0;
padding: 5px 0;
text-align: center;
background: #000;
float: left;
}

#ad_left_120 {
margin: 0 20px 0 0;
padding: 0;
float: left;
}

#ad_right_160 {
margin: 0;
padding: 0;
float: left;
}

#ad_right_120 {
margin: 0;
padding: 0;
float: left;
}


.yahoo_ad {
display: inline;
margin: 0 0 20px 0;
padding: 0;
text-align: center;
}



.apple-banner {
margin: 0;
padding: 0;
font-size: 10px;
}

.apple-banner h4 {
height: 30px;
font-size: 10px;
margin: 0 0 4px 0;
padding: 10px 0 0 0;
color: #FFF;
background: #000;
text-align: center;
}

#rap{
width: 300px;
margin: 0;
padding: 0;
background: #FFF;
float: left;
}

#rap_640{
width: 608px;
margin: 0 0 20px 0;
padding: 10px 15px;
border: 1px solid #000;
background: #FFF;
float: left;
}

ul { list-style: none; margin: 10px 0; padding: 0; }
li { margin: 10px 0; padding: 0; }

#kanrenkiji {
width: 638px;
margin: 20px 0;
padding: 0 0 10px 0;
border: 1px solid #000;
background: #FFF;
float: left;
clear: both;
}

#kanrenkiji h3 {
font-size: 14px;
margin: 0;
padding: 6px 0 6px 20px;
color: #FFF;
background: #000;
}

#kanrenkiji ul { list-style: url(./img/super.png) outside; margin: 10px 0 0 40px ; padding: 0; }
#kanrenkiji ul li { margin: 10px 0 0 0; padding: 0; }

