#right_content > #recommend_box > #recommend > div{/*固定表示エリアのスタイル指定 sample */

}
/* sample */
/*
#right_content > #recommend_box > #recommend > div > h3{
    font-size:140%;
    font-weight:normal;
    background-color:#000000;
    padding:10px 5px;
    margin:5px 5px 10px;
    color:#fff;
    width:auto;
    height:auto;
    border-top:solid 1px #aaa;
    border-bottom:solid 1px #aaa;
    background: linear-gradient(to bottom, red, orange, red);
    background: -moz-linear-gradient(top, red, orange 50%, red);
    background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(0.5, orange), to(red));
    text-shadow: 0 0 5px #000;
}
*/
#right_content > #recommend_box > #recommend > div > #recommend_body{/* sample */
    font-size:80%;
}
#right_content > #recommend_box > #recommend > div > #recommend_body > p{/* sample */
    color:#000;
}
#right_content > #recommend_box > #recommend > div > #recommend_body > img{/* sample */
    display:block;
    margin:auto;
}

*{
    font-size:100%;
    font-family: "meiryo";
    padding:0px;
    margin:0px;
}
.reset_left{
    clear:left;
}
.reset_right{
    clear:right;
}
.reset_both{
    clear:both;
}
body{
    background-color:#ECF5F7;/*#FAFAFA;*/
}


#t_wrapper{
    background-color:#65b8ee;
    padding:0px 0px 0px;
}





.header_style{
    width:80%;
    height:auto;
    padding:10px 0px 5px;
    margin:0px auto;
    max-width:1200px;
}
.header{
    width:100%;
    height:auto;
    padding:10px 0px 20px;
}
.m_wrapper_style{
    width:80%;
    height:auto;
    margin:0px auto;
    max-width:1200px;
    padding:5px 0px 0px;
    background-color:#ECF5F7;
}
.m_wrapper{
    width:100%;
    height:auto;
    padding:0px 0px 0px;
    background-color:#ECF5F7;
}
.left_content_style{
    width:75%;
    height:auto;
    float:left;
    00background-color:blue;
}
.left_content{
    width:auto;
    height:auto;
}
.right_content_style{
    width:25%;
    height:auto;
    float:right;
    00background-color:orange;
}
.right_content{
    width:50%;
    height:auto;
    margin:0px auto;
}
.footer_style{
    width:80%;
    height:auto;
    margin:0px auto;
    max-width:1200px;
    background-color:#65b8ee;/*#65b8dd;*/
}
.footer{
    width:100%;
    height:auto;
    background-color:#65b8ee;/*#65b8dd;*/
}




#t_wrapper > header > #introduction{
    color:#fff;
    font-size:80%;
    text-align:right;
    padding:5px 0px 2px 0px;
}
#t_wrapper > header > h1{
    font-size:180%;
    text-align:center;
    padding:5px 0px;
}
#t_wrapper > header > h1 > a:link{
    color:#fff;
    text-decoration:none;
}
#t_wrapper > header > h1 > a:visited{
    color:#fff;
    text-decoration:none;
}
#t_wrapper > header > h1 > a:hover{
    color:orange;
    font-weight:bold;
    text-decoration:none;
}
#t_wrapper > header > h1 > a:active{
    color:orange;
    text-decoration:none;
}
#t_wrapper > header > ul{
    padding:0px 10px 0px 0px;
}
#t_wrapper > header > ul > li{
    font-size:90%;
    font-family:Consolas;
    list-style-type:none;
    float:right;
    margin:0px 0px 0px 15px;
}
#t_wrapper > header > ul > li > a{
    font-family:Consolas;
}

#t_wrapper > header > ul > li > a:link{
    color:#fff;
    text-decoration:underline;
}
#t_wrapper > header > ul > li > a:visited{
    color:#fff;
    text-decoration:underline;
}
#t_wrapper > header > ul > li > a:hover{
    color:orange;
    font-weight:bold;
    text-decoration:underline;
}
#t_wrapper > header > ul > li > a:active{
    color:orange;
    text-decoration:underline;
}

#left_content{
    padding:0px 0px 0px;
    background-color:#ECF5F7;
}





#left_content > article{
    width:98%;
    color:#333;
    border-top:solid 1px #fff;
    border-bottom:solid 1px #fff;
    padding:5px 5px 0px;
    margin:0px 2% 5px 0px;
    background-color:#ffffff;
    
}

#left_content > article > h2{
    color:#fff;
    font-size:110%;
    font-weight:normal;
    background-color:#f00;
    padding:13px 10px 10px;
    margin:0px;
    00border-top:solid 1px #aaa;
    00border-bottom:solid 1px #aaa;
    background-color:#65b8ee;
}
#left_content > article > h2 > span{
    color:#fff;
}
#left_content > article > h2 + div{
    color:#333;
    font-size:80%;
    padding:20px;
    overflow:auto;
    background-color:#ffffff;
    line-height:200%;
}
#left_content > article > h2 > a{
    text-decoration:none;
    color:#fff;
}

#left_content > article > div > img{
    border:double 3px #aaa;
}
.more_box{
    font-size:90%;
    padding:10px;
    margin:0px 0px 5px;
}
.more_box > hr{
    margin:10px 0px;
    color:#aaa;
}
.community_box{
    text-align:right;
}
#left_content > article > div > .date{
    border-top:solid 1px #aaa;
    margin-top:20px;
    

}
#left_content > article > div > .date > ul{
    font-size:85%;
    float:right;
    padding:10px 0px 10px;
}

#left_content > article > div > .date > ul > li{
    float:left;
    margin-left:5px;
    list-style-type:none;
}
.date > ul > li:before{
    content:"| ";
    color:#333;
}
#left_content > article > div > .prevnext{
    color:#333;
    clear:both;
    font-size:90%;
    text-align:center;
    border-top:solid 1px #aaa;
    border-bottom:solid 1px #aaa;
    padding:5px 0px;
    margin:0px 0px;
}

.comment_area{
    font-size:80%;
}

.comment_area > form{
    width:auto;
    height:auto;
    padding:10px 20px;
}
.comment_area h3{
    width:80%;
    height:auto;
    font-weight:normal;
    border-left:solid 5px #aaa;
    border-bottom:solid 1px #aaa;
    position:relative;
    padding:0px 0px 0px 5px;
    margin:10px 0px 0px 10px;
    color:#333;
}
.comment_area h3 > a{
    color:#333;
}
.comment_area h3 > a:link {
    color:#333;
}
.comment_area h3 > a:visited {
    color:#333;
}
.comment_area h3 > a:hover {
    color:#f00;
    font-weight:bold;
}
.comment_area h3 > a:active{
    color:#f00;
}
.comment_area dt{
    padding-left:10px;
}
.comment_area label{
}
.comment_area input[type="text"], .comment_area input[type="password"]{
    width:40%;
    height:auto;
    color:#333;
}
.comment_area textarea{
    width:80%;
    height:150px;
    color:#333;
}
.comment_area .himitudd{
    font-size:90%;
}
.comment_area div > p{
    width:50%;
    height:auto;
    text-align:right;
}
.comment_area input[type="submit"]{
    color:#333;
}
.comment_area > form{
    padding-bottom:10px;
}
.comment_area > h4{
    text-indent:5px;
    font-weight:normal;
    border-left:solid 5px #aaa;
    padding:0px 0px 0px 5px;
    margin:10px 0px 0px 10px;
}

.comment_area > .body{
    width:80%;
    height:auto;
    overflow:auto;
    border:solid 1px #aaa;
    padding:5px;
    margin:5px 0px 0px 10px;
    background-color:#fff;
    color:#333;
}
.comment_area > .body > ol{
    float:right;
    padding:0px;
    margin:0px;

}
.comment_area > .body > ol > li{
    font-size:0.85em;
    padding:5px 0px 0px;
    margin-left:5px;
    float:left;
    list-style-type:none;
    color:#333;
}
.comment_area > .body > ol > li:before{
    content:"| ";
}
.comment_area > .body > ol > li > a:link {
    color:#333;
}
.comment_area > .body > ol > li > a:visited {
    color:#333;
}
.comment_area > .body > ol > li > a:hover {
    color:#f00;
    font-weight:bold;
}
.comment_area > .body > ol > li > a:active{
    color:#f00;
}
#trap{
    padding-bottom:10px;
}
#trap > dt{
  padding:5px 0px 5px 5px;
}
#trap > dd{
    padding:5px 0px 5px 15px;
}
#trap a:link {
    color:#fff;
}
#trap a:visited {
    color:#fff;
}
#trap a:hover {
    color:#f00;
    font-weight:bold;
}
#trap a:active{
    color:#f00;
}



#right_content > .plugin_box,#right_content > #recommend_box{
    width:auto;
    height:auto;
    margin:0px 0px 0px 5px;
}

#right_content > .plugin_box > #plugin{
    font-size:90%;
}


#right_content > #recommend_box{
    overflow:visible;
    position:relative;
}

#right_content > #recommend_box > #recommend{
    font-size:90%;
}
#right_content > .plugin_box > .plugin > div{
    color:#333;
    border-top:solid 1px #fff;
    border-bottom:solid 1px #fff;
    padding:0px 0px 0px;
    margin:0px 0px 20px;
    background-color:#ffffff;
}
#right_content > .plugin_box > .plugin > div > h3{
    font-size:100%;
    font-weight:normal;
    background-color:#65b8ee;
    padding:13px 10px 10px;
    margin:5px 5px 10px;
    color:#fff;
    width:auto;
    height:auto;
}
#right_content > .plugin_box > .plugin > div > h3 br{
display:none;
}
#right_content > .plugin_box > .plugin > div > *{
    width:90%;
    height:auto;
    padding:0px;
    margin:0px auto 10px;
}
#right_content > .plugin_box > .plugin > .archive_plugin > ul{

}
#right_content > .plugin_box > .plugin ul{
    max-height:350px;
    overflow:auto;
}
#right_content > .plugin_box > .plugin > div > .plugin-myimage{
    color:#333;
    padding:0px 0px 0px;
}
#right_content > .plugin_box > .plugin > div > p + *{
/**/
}
#right_content > .plugin_box > .plugin iframe{
    min-width:50px !important;
}
#right_content > .plugin_box > .plugin .FC2BLOGPlugInPhotograph{/*--------アルバム---------------*/
}

#right_content > .plugin_box > .plugin > div > p{
    font-size:80%;
    color:#333;
}
#right_content > .plugin_box > .plugin > div > ul{
    padding:0px 0px 5px;
}
#right_content > .plugin_box > .plugin > div > ul > li{
    font-size:80%;
    list-style-position:inside;
    color:#333;
    margin-top:10px;
}
#right_content > div > div > p + div div{
    font-size:80%;
    margin:0px 0px 0px;
}
#right_content > div > div > p + div div:before{
    content: "・";
    color:#333;
}
#right_content > div > div > p + div{
    max-height:350px;
    overflow:auto;
}
#right_content > .plugin_box > .plugin > div > form > p{
    text-align:center;
    padding:0px 0px 0px;
}
#right_content > .plugin_box > .plugin > div > form br{
    display:none;
}
#right_content > .plugin_box > .plugin  form > .plugin-mail br{
    display:block;
}
#right_content > .plugin_box > .plugin > div > form input,#right_content > .plugin_box > .plugin > div > form select{
    font-size:95%;
}
#right_content > .plugin_box > .plugin > div > form input[type="text"],#right_content > .plugin_box > .plugin > div > form select{
    width:50%;
    font-size:80%;
    color:#333;
}
#right_content > .plugin_box > .plugin > div > form input[type="submit"]{
    color:#333;
    font-size:80%;
}
.link_plugin > ul{
    padding:0px;
    margin:0px;
}
.link_plugin > ul > li{
    padding:0px;
    margin:0px 0px 10px;
}
.calender{

    font-size:75%;
    border-top:1px solid #aaa;
    border-bottom:1px solid #aaa;
    width:100%;
    height:auto;
    border-collapse:separate;
    border-spacing:0;
    margin:0px 0;
    padding:0;
}
.calender caption{
    color:#333;
    font-size:100%;
    font-weight:bold;
    border-top:1px solid #aaa;
    padding:3px 0px 2px 0px;
    margin:0px 0px 0px;
}
.calender th{
    color:#000;
    font-weight:bold;
    text-align:center;
}
.calender td{
    font-weight:bold;
    text-align:center;
    padding:0.1em;
    color:#999;
}
.calender td a{
    display:block;
}
th#sun{
    color:#000;
}
th#sat{
    color:#000;
}
.calender td a:link{
    color: #000;
}
.calender td a:visited{
    color:#000;
    font-weight:normal;
    border:1px solid #f0f;
    text-decoration: none;
}
.calender td a:hover{
    color:#000;
    font-weight:bold;
}
.calender td a:active{
    color:#000;
}






#b_wrapper{
    clear:both;
    background-color:#65b8ee;
}

footer{
    font-size:80%;
    padding:0px 0px;
    clear:both;
}
footer *{
    color:#fff;
}
footer > #copyright{
    width:auto;
    height:auto;
    color:#fff;
    overflow:auto;
    text-align:center;
    font-weight:bold;
    line-height:35px;
    padding:20px 0px;
    margin:0px auto 0px;
}
#copyright a:link{
    color:orange;
    text-decoration:none;
}
#copyright a:visited{
    color:orange;
    text-decoration:none;
}
#copyright a:hover{
    color:#f00;
    font-weight:bold;
    text-decoration:underline;
}
#copyright a:active{
    color:#f000;
    text-decoration:none;
}
.page_top{
    display:block;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    display:block;
    border-top:solid 1px #aaa;
    border-bottom:solid 5px #ECF5F7 !important;
    background-color:#333;
    background: linear-gradient(to bottom, #65b8dd, #B3DAF0, #65b8dd);
    background: -moz-linear-gradient(top, #65b8dd, #B3DAF0 50%, #65b8dd);
    background: -webkit-gradient(linear, left top, left bottom, from(#65b8dd), color-stop(0.5, #B3DAF0), to(#65b8dd));
    margin-bottom:0px !important;

}
.page_top > a{
    width:100% !important;
    height:50px;
    color:#fff;
    text-decoration:underline;
    display:block;
    cursor:pointer;

}
.page_top:hover{
    color:#fff;
}


.page_top a:link{
    color:#fff;
    text-decoration:underline;
}
.page_top a:visited{
    color:#fff;
    text-decoration:underline;
}
.page_top a:hover{
    color:#f00;
    text-decoration:underline;
}
.page_top a:active{
    color:#f00;
    text-decoration:underline;
}




pre{
    overflow:auto;
    line-height: normal;
}
pre > code{
    color:#333;
    overflow:auto;
    font-family:Consolas;
    line-height: normal;
}
a:link {
    color:#333;
}
a:visited {
    color:#333;
}
a:hover {
    color:#f00;
}
a:active{
    color:#f00;
}

.static_style{
}

.fixed_top{
    position:fixed;
    top:0px;
}
.fixed_bottom{
    position:fixed;
    bottom:0px;
}
.absolute_bottom{
    position:absolute;
    bottom:0px;
}
.recommend_style{
    width:auto !important;
    height:auto;
    position:static;
    padding:0px;
}