/*=====================================
common
=====================================*/
* {
    box-sizing : content-box;
    -moz-box-sizing : content-box;
    margin: 0;
    /*padding: 0;*/
}
body{
    margin:0;
    padding:0;
    background:#FEFEEE;
    font-family:"メイリオ", Meiryo, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
    color:#222222;
    font-size:12px;
    line-height:1.8;
}
#all{
    width:950px;
    margin:0 auto;
    padding:0 auto;
}
h2{
    font-size:15px;
    padding:0 0 5px 0;
    display:inline;
    line-height:30px;
    background:url(img/e_title_line.gif) left 4px;
}
.clear{
    clear:both;
}
.entry_txt .non_line{
    border:0;
}
a:link { text-decoration: none; color: #ff536f;}
a:visited { text-decoration: none; color: #ff536f;}
a:active { text-decoration: none; color: #ff8196;}
a:hover { text-decoration: none; color: #ff8196;}
.pankuzu{
    padding:0 0 15px 0;
}
/*=====================================
header
=====================================*/
#header{
    width:950px;
    margin:0 auto;
    padding:0;
}
#header img{
    border:0;
}
h1{
    width:950px;
    height:32px;
    background:url(img/header2.gif) no-repeat;
    text-indent:-9999px;
}
/*=====================================
frame
=====================================*/
#frame{
    width:950px;
    margin:0;
    padding:0;
}
/*=====================================
side menu
=====================================*/
#side_menu{
    width:217px;
    margin:0;
    padding:30px 0;
    float:right;
}
#side_menu img{
border:0;
}
#side_menu ul{
    list-style:none;
    margin:0;
    padding:0 0 0 5px;
}
#side_menu li{
    list-style:none;
    margin:0;
    padding:2px 0;
}
.menu_bottom{
    width:200px;
    height:55px;
    margin:0;
    padding:0;
    background:url(img/m_bottom.gif) no-repeat;
}
#side_menu a:link { text-decoration: none; color: #222222;}
#side_menu a:visited { text-decoration: none; color: #222222;}
#side_menu a:active { text-decoration: none; color: #222222;}
#side_menu a:hover { text-decoration: none; color: #888888;}
/*---------search---------*/
#search_box{
    width:200px;
    margin:0;
    padding:0;
    background:url(img/m_middle.gif) repeat-y;
}
#search_box h3{
    width:200px;
    height:45px;
    background:url(img/m_search.gif) no-repeat left top;
    text-indent:-9999px;
    margin:0;
    padding:0;
}
#search{
    width:146px;
    height:13px;
    margin:15px 0 0 25px;
    border:inset 2px  #EEEEEE;
    font-size:11px;
}
.search_btn{
    margin:8px 0 0 143px;
}
#cate_searchBox{
    margin:5px 0 0 25px;
    font-size:11px;
}
/*---------recententry---------*/
#recententry{
    width:200px;
    margin:0;
    padding:0;
    background:url(img/m_middle.gif) repeat-y;
    line-height:1.4;
}
#recententry h3{
    width:200px;
    height:45px;
    background:url(img/m_new.gif) no-repeat left top;
    text-indent:-9999px;
    margin:0;
    padding:0;
}
#recententry ul{
    padding:0 25px 0 25px;
}
#recententry li{
    padding:10px 0 0 0;
}
/*---------category---------*/
#category{
    width:200px;
    margin:0;
    padding:0;
    background:url(img/m_middle.gif) repeat-y;
}
#category h3{
    width:200px;
    height:45px;
    background:url(img/m_category.gif) no-repeat left top;
    text-indent:-9999px;
    margin:0;
    padding:0;
}
#category ul{
    padding:0 25px 0 25px;
}
#category .subList{
    line-height:1.5;
    padding:0 0 0 15px;
}
/*---------archive---------*/
#archive{
    width:200px;
    margin:0;
    padding:0;
    background:url(img/m_middle.gif) repeat-y;
}
#archive h3{
    width:200px;
    height:45px;
    background:url(img/m_archive.gif) no-repeat left top;
    text-indent:-9999px;
    margin:0;
    padding:0;
}
#archive ul{
    padding:0 25px 0 25px;
}
/*---------tagcloud---------*/
#tagcloud{
    width:200px;
    margin:0;
    padding:0;
    background:url(img/m_middle.gif) repeat-y;
}
#tagcloud h3{
    width:200px;
    height:45px;
    background:url(img/m_tagcloud.gif) no-repeat left top;
    text-indent:-9999px;
    margin:0;
    padding:0;
}
#side_menu #tagcloud ul{
    padding:0 25px 0 25px;
    list-style:none;
}
#side_menu #tagcloud li{
    display: inline;
    list-style:none;
    margin:0;
    padding:0 10px 0 0;
    line-height:18px;
}
.rank_01{
    font-size:20px;
    font-weight:bold;
}
.rank_02{
    font-size:16px;
    font-weight:bold;
}
.rank_03{
    font-size:14px;
    font-weight:bold;
}
.rank_04{
    font-size:12px;
    font-weight:bold;
}
.rank_05{
    font-size:12px;
}
.rank_06{
    font-size:10px;
}
/*=====================================
main
=====================================*/
#main{
    width:618px;
    margin:0;
    padding:15px 0 0 115px;
    background:url(img/e_top.gif) no-repeat left top;
}
#main_shadow{
    width:733px;
    margin:0;
    padding:0;
    float:left;
    background:url(img/e_middle.gif) repeat-y;
}
#main_bottom{
    width:733px;
    margin:0;
    padding:0;
    background:url(img/e_bottom.gif) no-repeat left bottom;
    clear:both;
}
/*---------entry---------*/
.entry_frame{
    width:545px;
    margin:0 0 60px 0;
    padding:0;
}
.entry_title{
    display:inline;
    margin:0;
    padding:0 5px;
    font-size:20px;
    line-height:30px;
    font-weight:bold;
    background:url(img/e_title_line.gif) left 4px;
}
.entry_day{
    width:525px;
    height:12px;
    margin:0;
    padding:10px;
    font-size:11px;
    line-height:1;
    font-weight:normal;
}
.entry_txt{
    width:535px;
    font-size:12px;
    line-height:1.8;
    font-weight:normal;
    margin:0;
    padding:5px 0 15px 10px;
}
.entry_txt img{
    border:solid 2px #AAAAAA;
}
.entry_tagSpace{
    width:540px;
    height:18px;
    margin:0;
    padding:10px 10px 0 0;
}
.entry_tag{
    height:13px;
    margin:0;
    padding:0 0 5px 55px;
    font-size:12px;
    line-height:1;
    background:url(img/tag.gif) left top no-repeat;
    float:right;
}
.midashi_tag{
    height:13px;
    margin:0;
    padding:0 0 5px 55px;
    font-size:12px;
    line-height:1;
    background:url(img/tag.gif) left top no-repeat;
}
.entry_link{
    width:535px;
    height:12px;
    margin:0;
    padding:10px 10px 0 0;
    font-size:12px;
    line-height:1;
    font-weight:normal;
    text-align:right;
    color:#888888;
    border-top:#d9d9d9 solid 1px;
}
.entry_title a:link { text-decoration: none; color: #222222;}
.entry_title a:visited { text-decoration: none; color: #222222;}
.entry_title a:active { text-decoration: none; color: #222222;}
.entry_title a:hover { text-decoration: none; color: #665560;}
.entry_link a:link { text-decoration: none; color: #888888;}
.entry_link a:visited { text-decoration: none; color: #888888;}
.entry_link a:active { text-decoration: none; color: #888888;}
.entry_link a:hover { text-decoration: none; color: #cfcfcf;}
#entry_txt{
    width:535px;
    margin:0;
    text-align:center;
}
#pageLink{
    width:535px;
    padding:0 0 20px 0;
    text-align:center;
}
/*---------trackback---------*/
.trackback{
    width:510px;
    margin:0;
    padding:0 20px;
}
.modashi_trackback{
    width:95px;
    height:17px
    margin:0;
    padding:0;
    background:url(img/midashi_trackback.gif) no-repeat left top;
    text-indent:-9999px;
}
.trackback_txt{
    width:500px;
    margin:5px 0 0 0;
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    font-weight:normal;
    background-color:#f2f2f2;
}
/*-------comment-------*/
.comments-open{
    padding:0 0 20px 0;
}
#comments-open-footer{
    padding:10px 0 0 0;
}
.inner{
    width:545px;
    margin:5px 0 30px 0;
    border-bottom:solid 1px #CCCCCC;
}
.comment-content p{
    padding:0 0 12px 0;
}
.byline{
    padding:10px 0 0 0;
}
.blog_parts{
    padding:10px 0 10px 0;
    text-align:center;
}
.menu_blog{
width:200px;
margin:2px 0 4px 0;
padding:7px 0;
font-size: 11px;
line-height:1.4;
line-break: strict;
list-style-type:none;
text-align:center;
text-decoration: none;
}
/*=====================================
footer
=====================================*/
#footer{
    width:100%;
    height:50px;
    margin:0;
    padding:0;
}
#copyright{
    width:950px;
    margin:0 auto;
    padding:0 auto;
    color:#000000;
    font-size:11px;
    line-height:50px;
    text-align:center;
}
