@charset "utf-8";

#wrap {
    text-align: left;
    font-family: "メイリオ",Meiryo,Verdana, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
}

h1 a {
    padding: 10px 0 8px;
    display: block;
}

h1 a:visited,h1 a:hover {
    color: #444;
}

.sh_heading_main_b {
    font-size: 15px;
    font-weight: normal;
    color: #4a4a4a;
    width: 100%;
    margin: 0 0 10px;
    padding: 6px 0 3px 3px;
    border-top: 3px solid #e80011;
    border-bottom: 1px solid #BFBFBF;
    text-align: left;
    background: -moz-linear-gradient(top, #FFFFFF, #F0F0F0);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F0F0));
    background: gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F0F0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#F0F0F0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#F0F0F0)";
}

#fc2_logo,
.entry_title_icon,
.entry_time_icon,
.entry_category_icon,
.all_title_icon,
.archives_search_btn {
    background: url(//static.fc2.com/image/admin/archives/archives_bg.png) 0 0 no-repeat;
    display: inline-block;
}

#fc2_logo {
    width: 35px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
}

.blog_name {
    width: 895px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

.sh_heading_main_inner {
    font-weight: bold;
}

#header,
.sh_heading_main_inner,
.contents_box {
    width: 960px;
    margin: 0 auto;
    display: block;
}

.contents_box {
    overflow: hidden;
}

#contents_left {
    float: left;
    width: 610px;
}

#contents_right {
    float: right;
    width: 340px;
    position: relative;
    padding-bottom: 7000px;
    margin-bottom: -7000px;
}

.contents_right_inner {
    margin-top: 10px;
	width:340px;
}

.ad_contents {
    text-align: center;
}

.entry_title {
    color: #666;
    margin-left: 11px;
}

.entry_time,.entry_category {
    color: #737373;
    float: left;
}

.entry_title:hover,.entry_category:hover {
    color: #888;
    text-decoration: underline;
}

.entry_title:active,.entry_category:active,
.entry_title:visited,.entry_category:visited {
    color: #959595;
}

.entry_title {
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.entry_content {
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 15px 13px 11px;
    margin: 0 0 12px;
    overflow: hidden;
}

.entry_time {
    font-size: 12px;
}

.entry_category {
    font-size: 12px;
    float: right;
}

#footer {
    clear: both;
    border-top: 1px solid #e3e3e3;
    text-align: center;
    padding: 30px 0;
}

.entry_title_icon,
.entry_time_icon,
.entry_category_icon {
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
}

.all_title_icon {
    width: 18px;
    height: 18px;
    background-position: right -21px;
    vertical-align: middle;
    margin: -4px 5px 0;
}

.entry_title_icon {
    background-position: -43px -23px;
}

.entry_time_icon {
    background-position: -43px 0;
    vertical-align: middle;
}

.entry_category_icon {
    background-position: -62px 0;
    vertical-align: middle;
}

.search {
    margin: 20px auto 0;
}

.placeholder {
    margin: 0 0 0 15px;
    display: none;
}

.archives_search_form {
    border: 1px solid #bfbfbf;
    width: 95%;
    margin: 0 auto;
    height: 28px;
    position: relative;
}

.archives_search_text {
    border: none;
    width: 88%;
    height: 23px;
    outline-style: none;
    border-width: 0px;
    border-style: none;
    line-height: 1.6em;
    padding-left: 10px;
}

.archives_search_btn {
    background-position: -2px -49px;
    width: 21px;
    height: 20px;
    border: none;
    position: absolute;
    top: 4px;
    right: 10px;
    cursor: pointer;
}

.page {
    text-align: center;
    padding: 10px 0px 30px;
}

.page a {
    background: #2cc76c;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%,#27ae60), color-stop(100%,#2cc76c));
    background-image: -webkit-linear-gradient(bottom, #27ae60, #2cc76c);
    background-image: -moz-linear-gradient(bottom, #27ae60, #2cc76c);
    background-image: -o-linear-gradient(bottom, #27ae60, #2cc76c);
    background-image: linear-gradient(to top, #27ae60, #2cc76c);
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 12px 26px;
    width: 120px;
    -webkit-box-shadow: 0 4px #1e8a4d;
    -moz-box-shadow: 0 4px #1e8a4d;
    box-shadow: 0 4px #1e8a4d;
    letter-spacing: 1px;
    margin: 0 20px;
}

.page a:hover {
    background: #3fd87f;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%,#3ec276), color-stop(100%,#3fd87f));
    background-image: -webkit-linear-gradient(bottom, #3ec276, #3fd87f);
    background-image: -moz-linear-gradient(bottom, #3ec276, #3fd87f);
    background-image: -o-linear-gradient(bottom, #3ec276, #3fd87f);
    background-image: linear-gradient(to top, #3ec276, #3fd87f);
    -webkit-box-shadow: 0 4px #2ea762;
    -moz-box-shadow: 0 4px #2ea762;
    box-shadow: 0 4px #2ea762;
}
