h1{
    font-size:200%;
    text-align:center;
    color:#fffffff;
    position:absolute;
    padding:0px 0px 5px 20px;
}
h1 > a{
    color:#fffffff;
    text-decoration:none;
    text-shadow: 0 0 40px #000;/***** 見づらい場合は色変更 *****/
}
h1 > a:link {
    color:#ffffff;
}
h1 > a:visited {
    color:#ffffff;
}
h1 > a:hover {
    color:#f00;
    font-weight:bold;
}
h1 > a:active{
    color:#f00;
}

header > #header_img_box{
	width:auto;
	height:auto;
	border-top:solid 1px #aaa;
	border-bottom:solid 1px #aaa;
	background-color:skyblue;
        position:relative;
        overflow:hidden;
}
header > #header_img_box > img{
    width:100%;
    height:auto;
    display:block;
}
*{
    font-size:100%;
    font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    padding:0;
    margin:0;
}
.reset_left{
    width:auto;
    height:0px;
    display:block;
    clear:left;
}
.reset_right{
    width:auto;
    height:0px;
    display:block;
    clear:right;
}
.reset_both{
    width:auto;
    height:0px;
    display:block;
    clear:both;
}
input,textarea,input[type="checkbox"]{
    border:solid 1px #333;
}
body{
background-image: url(//blog-imgs-91.fc2.com/r/a/m/ramensoku2ch/3RsT5i1.jpg);
background-repeat: repeat;
background-attachment: fixed;
margin: 0;
padding: 0;
}
#wrapper{
    width:90%;
    height:auto;
    padding:0px 0px;
    margin:5px auto;
    background-color:#ffffff;
    max-width:1200px;
    min-width:768px;
    /*box-shadow: 0px 0px 1px rgba(0,0,0,0.2);*/
}

header{
    width:atuo;
    height:auto;
    border-top:solid 3px #333;
    border-bottom:solid 1px #333;
    padding:0px 0px 0px;
    margin:0px 0px 0px;
    background-color:#fff;
}

#introduction{
    color:#333;
    font-size:75%;
    text-align:right;
    padding:10px 0px 7px;
    margin:0px 5px;
    width:auto;
    height:auto;
}
#introduction span{
    color:#333;
}
.nav_style{
    float:right;
    margin:5px 0px 0px;
}
.nav_default_style{
}
#nav a:link{
    color:#333;
    text-decoration:underline;
}
#nav a:visited{
    color:#333;
    text-decoration:underline;
}
#nav a:hover{
    color:#f00;
    font-weight:bold;
    text-decoration:underline;
}
#nav a:active{
    color:#f00;
    text-decoration:underline;
}
header > ul > li{
    font-size:80%;
    font-weight:bold;
    float:right;
    list-style-type:none;
    margin-right:15px;
}

#left_pack{
    width:80%;
    height:auto;
    float:left;
    clear:both;
    background-color:white;
}

a {
text-decoration: none;
}


#main_content{
    width:75%;
    height:auto;
    margin:auto;
    float:right;
    00border-top:solid 1px #333;
    00border-bottom:solid 1px #333;
    background-color:white;
}

#main_content > article{
    color:#333;

    padding:5px 5px 5px;
    margin:0px auto 0px;
    background-color:#fff;    
    /*box-shadow: 0px 0px 1px rgba(0,0,0,0.2) inset;*/
}

#main_content > article > h2{
    color:#999;
    font-size:110%;
    font-weight:normal;
    background-color:#f00;
    /*padding:5px 5px 0px;*/
    padding:13px 10px 10px;
    margin:0px;
    border-top:solid 1px #333;
    border-bottom:solid 1px #333;
    background-color:#fff;
    background: -ms-linear-gradient(top,#fff 0%,#ffb200);
    background: -moz-linear-gradient(top,#fff 0%,#ffb200);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffb200));
}

#main_content > article > h2 + div{
    width:auto;
    height:auto;
    color:#333;
    font-size:80%;
    padding:20px;
    overflow:auto;
    background-color:#ffffff;
    line-height:200%;
}
#main_content > article > h2 > a{
    text-decoration:none;
    color:#333;
}

#main_content > article > div > img{
border:double 3px #333;
}




.more_box{
  font-size:14px;
  padding:10px;
  margin:0px 0px 5px;
}
.more_box > hr{
  margin:10px 0px;
  color:#333;
}
.community_box{
  text-align:right;
}
#main_content > article > div > .date{
    border-top:solid 1px #333;
    margin-top:20px;
    

}
#main_content > article > div > .date > ul{
    font-size:85%;
    float:right;
    padding:10px 0px 10px;
}

#main_content > article > div > .date > ul > li{
    float:left;
    margin-left:5px;
    list-style-type:none;
}
.date > ul > li:before{
    content:"| ";
    color:#333;
}
#main_content > article > div > .prevnext{
    color:#333;
    clear:both;
    font-size:90%;
    text-align:center;
    border-top:solid 1px #333;
    border-bottom:solid 1px #333;
    padding:5px 0px;
    margin:0px 0px;
}
.comment_area{
    font-size:18px;
    padding:5px 0px 0px;
    margin:5px 0px 0px;
    background-color:#fffacd;
}

.comment_area > form{
    width:auto;
    height:auto;
    padding:10px 20px;
}
.comment_area h3{
    width:80%;
    height:auto;
    font-weight:normal;
    border-left:solid 5px #333;
    border-bottom:solid 1px #333;
    position:relative;
    padding:0px 0px 0px 5px;
    margin:5px 0px 0px 10px;
    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;
    width:100px;
}
.comment_area > form{
    padding-bottom:10px;
}
.comment_area > h4{
  text-indent:5px;
  font-weight:normal;
  border-left:solid 5px #333;
  padding:0px 0px 0px 5px;
  margin:10px 0px 0px 10px;
}

.comment_area > .body{
  width:80%;
  height:auto;
  overflow:auto;
  border:solid 1px #333;
  padding:5px;
  margin:5px 0px 20px 10px;
  background-color:#fff;
  color:#333;
}
.comment_area > .body > ol{
  float:right;
  padding:0px;
  margin:0px;

}
.comment_area > .body > ol > li{
  font-size:12px;
  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;
}
input:link,textarea:link {
    border:solid 1px #333;
}
input:visited,textarea:visited {
    border:solid 1px #333;
}
input:hover,textarea:hover {
    border:solid 1px #666;
}
input:active,textarea:active{
    border:solid 1px #333;
}


#left_content{
    width:25%;
    height:auto;
    float:left;
    overflow:visible;
    position:relative;
    background-color:#ffffff;
}
#left_content > #left_plugin{
    width:auto;;
    height:auto;
    margin:auto;
    overflow:hidden;
    padding-bottom:5px;
    00background-color:#ffffff;
}

#right_content{
    width:20%;
    height:auto;
    float:right;
    overflow:visible;
    position:relative;
    background-color:#ffffff;
}
#right_content > #right_plugin{
    width:auto;;
    height:auto;
    margin:auto;
    overflow:hidden;
    padding-bottom:5px;
    00background-color:#ffffff;
}




#right_content > .plugin > div{
    color:#333;
    padding:0px 0px 0px;
    margin:0px 0px 30px;
    00background-color:#ffffff;
}
#right_content > .plugin > div > h3{
    font-size:100%;
    font-weight:normal;
    background-color:#fff;
    /*padding:3px 5px 0px;*/
    padding:13px 10px 8px;
    margin:5px 5px 10px;
    color:#333;
    width:auto;
    height:auto;
    border-top:solid 1px #333;
    border-bottom:solid 1px #333;
    background: -ms-linear-gradient(top,#fff 0%,#ffb200);
    background: -moz-linear-gradient(top,#fff 0%,#ffb200);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffb200));
}
#right_content > .plugin > div > h3 br{
display:none;
}
#right_content > .plugin > div > *{
    width:90%;
    height:auto;
    padding:0px;
    margin:0px auto 10px;
}
#right_content > .plugin > .archive_plugin > ul{

}
#right_content > .plugin ul{
  max-height:5000px;
  overflow:auto;
}
#right_content > .plugin > div > .plugin-myimage{
  color:#333;
  padding:0px 0px 0px;
}
#right_content > .plugin > div > p + *{
/**/
}
#right_content > .plugin iframe{
min-width:50px !important;
}
#right_content > .plugin .FC2BLOGPlugInPhotograph{/*--------アルバム---------------*/
}

#right_content > .plugin > div > p{
    font-size:80%;
    color:#333;
}
#right_content > .plugin > div > ul > li{
    font-size:80%;
    list-style-position:inside;
    color:#333;
    margin-top:5px;
}
#right_content > div > div > p + div div{
    font-size:80%;
    margin:0px 0px 0px;

}
#right_content > div > div > p + div{
  max-height:8000px;
  overflow:auto;
}
#right_content > .plugin > div > form > p{
    text-align:center;
    padding:0px 0px 0px;
}
#right_content > .plugin > div > form br{
    display:none;
}
#right_content > .plugin  form > .plugin-mail br{
display:block;
}
#right_content > .plugin > div > form input,#right_content > .plugin > div > form select{
    font-size:95%;
}
#right_content > .plugin > div > form input[type="text"],#right_content > .plugin > div > form select{
    width:50%;
    font-size:80%;
    color:#333;
}
#right_content > .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 #333;
    border-bottom:1px solid #333;
    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 #333;
    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;
}



#left_content > .plugin > div{
    color:#333;
    padding:0px 0px 0px;
    margin:0px 0px 30px;
    00background-color:#ffffff;
}
#left_content > .plugin > div > h3{
    font-size:100%;
    font-weight:normal;
    background-color:#fff;
    /*padding:3px 5px 0px;*/
    padding:13px 10px 8px;
    margin:5px 5px 10px;
    color:#333;
    width:auto;
    height:auto;
    border-top:solid 1px #333;
    border-bottom:solid 1px #333;
    background: -ms-linear-gradient(top,#fff 0%,#ffb200);
    background: -moz-linear-gradient(top,#fff 0%,#ffb200);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffb200));
}
#left_content > .plugin > div > h3 br{
display:none;
}
#left_content > .plugin > div > *{
    width:90%;
    height:auto;
    padding:0px;
    margin:0px auto 10px;
}
#left_content > .plugin > .archive_plugin > ul{

}
#left_content > .plugin ul{
  max-height:800px;
  overflow:auto;
}
#left_content > .plugin > div > .plugin-myimage{
  color:#333;
  padding:0px 0px 0px;
}
#left_content > .plugin > div > p + *{
/**/
}
#left_content > .plugin iframe{
min-width:50px !important;
}
#left_content > .plugin .FC2BLOGPlugInPhotograph{/*--------アルバム---------------*/
}

#left_content > .plugin > div > p{
    font-size:80%;
    color:#333;
}
#left_content > .plugin > div > ul > li{
    font-size:80%;
    list-style-position:inside;
    color:#333;
    margin-top:5px;
}
#left_content > div > div > p + div div{
    font-size:80%;
    margin:0px 0px 0px;
}

#left_content > div > div > p + div{
  max-height:8000px;
  overflow:auto;
}
#left_content > .plugin > div > form > p{
    text-align:center;
    padding:0px 0px 0px;
}
#left_content > .plugin > div > form br{
    display:none;
}
#left_content > .plugin  form > .plugin-mail br{
display:block;
}
#left_content > .plugin > div > form input,#left_content > .plugin > div > form select{
    font-size:95%;
}
#left_content > .plugin > div > form input[type="text"],#left_content > .plugin > div > form select{
    width:50%;
    font-size:80%;
    color:#333;
}
#left_content > .plugin > div > form input[type="submit"]{
    color:#333;
    font-size:80%;
}






footer{
    font-size:80%;
    padding:0px 0px 0px;
    clear:both;
}
footer *{
    color:#fff;
}

footer > #copyright{
    width:auto;
    height:auto;
    color:#333;
    overflow:auto;
    text-align:center;
    font-weight:bold;
    line-height:35px;
    padding:10px 0px;
    margin:0px auto 0px;
    border-top:solid 1px #333;
    border-top:solid 3px #666;
    border-bottom:solid 3px #333;
    background-color:#fff;
    padding:5px 0px 2px 0px;
    background: -ms-linear-gradient(top,#fff 0%,#ffb200);
    background: -moz-linear-gradient(top,#fff 0%,#ffb200);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffb200));

}
#copyright a:link{
    color:#333;
    text-decoration:none;
}
#copyright a:visited{
    color:#333;
    text-decoration:none;
}
#copyright a:hover{
    color:#f00;
    font-weight:bold;
    text-decoration:underline;
}
#copyright a:active{
    color:#f000;
    text-decoration:none;
}

.page_top{
    opacity:1;
    filter:alpha(opacity=100);
    00width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    display:block;
    border:solid 1px #aaa;
    margin:0px 5px 5px !important;
    background-color:#333;

    background: linear-gradient(to bottom, black, gray, black);
    background: -moz-linear-gradient(top, black, gray 50%, black);
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(0.5, gray), to(black));
/*
    background: -ms-linear-gradient(top,#49a9d4 0%,#2989d8);
    background: -moz-linear-gradient(top,#49a9d4 0%,#2989d8);
    background: -webkit-gradient(linear, left top, left bottom, from(#49a9d4), to(#2989d8));
    border-radius: 10px;
*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.page_top > a{
    width:100% !important;
    height:50px;
    font-size:80%;
    color:#ccc;
    text-decoration:underline;
    display:block;
    cursor:pointer;
}

.page_top a:link{
    color:#ccc;
    text-decoration:underline;
}
.page_top a:visited{
    color:#ccc;
    text-decoration:underline;
}
.page_top a:hover{
    color:#fff;
    text-decoration:underline;
}
.page_top a:active{
    color:#fff;
    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;
}

.fixed_top{
    position:fixed !important;
    top:0px !important;
}
.fixed_bottom{
    position:fixed !important;
    bottom:0px !important;
}
.absolute_bottom{
    position:absolute !important;
    bottom:0px !important;
}
.plugin_style{
	width:auto !important;
	height:auto !important;
	position:static !important;
	padding:0px !important;
}











@media screen and (max-width: 790px){
    #wrapper{
        width:100%;
        height:auto;
        background-color:#ffffff;
        max-width:auto;
        min-width:auto;
    }
    #left_pack{
        width:100%;
        height:auto;
        float:none;
        background-color:#ffffff;
    }
    #main_content{
        width:100%;
        height:auto;
        float:none;
        background-color:#ffffff;
    }
    #left_content{
        width:50% !important;
        height:auto;
        float:none;
        margin:10px auto 0px;
        position:static !important;
        background-color:#ffffff;
    }
    #left_content > #left_plugin{
        width:100% !important;
        height:auto;
        position:static !important;
    }
    #right_content{
        width:50% !important;
        height:auto;
        float:none;
        margin:10px auto 0px;
        position:static !important;
        background-color:#ffffff;
    }
    #right_content > #right_plugin{
        width:100% !important;
        height:auto;
        position:static !important;
        00background-color:#ffffff;
    }
    #right_content > .plugin > div > h3,#left_content > .plugin > div > h3{
        text-align:center !important;
    }
    .none{
        display:none;
    }

}

/* ----------------------------------------------- */
/*

      BlogRoll css 2

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    margin-bottom: 3px;
    padding: 5px;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1.3;
　
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 10px;
	height: 10px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}
.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 14px;
}

