@charset "UTF-8";

/* ------------------------------

clearfix Hack

------------------------------ */
.clearfix:after {
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}

.clearfix { display: inline-block; }

/* Hide Mac IE \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* ------------------------------

Common Style

------------------------------ */

a { text-decoration: none; }

img { border-style: none; }

h1, h2, h3, h4 {
 line-height:1.2;
 margin: 0px;
 padding: 0px;
}

ul.menu {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
}

a.btn-pagetop {
 width: 90px;
 height: 21px;
 line-height: 21px;
 text-indent: -999em;
 display: block;
 float: right;
 overflow: hidden;
 background: url(/img/common/btn-pagetop.jpg) no-repeat left bottom;
}

a.btn-pagetop:hover { background-position: left top; }

a.icon-link {
 display: block;
 padding-left: 17px;
 background: url(/img/common/icon-link.jpg) no-repeat left center;
}

a.icon-link:hover { background-image: url(/img/common/icon-link-over.jpg); }

/* ------------------------------

Text Style

------------------------------ */
.txt-red { color: #F23232; }

.txt-orange { color: #F9B640; }

.txt-small { font-size: 90%; }

.txt-large { font-size: 120%; }

/* ------------------------------

Basic Elements

------------------------------ */
body {
 font-size: small;
 line-height: 1.5;
 color: #333333;
 text-align: center;
 background: #FFFFFF url(/img/common/bg-body.gif) repeat-x;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
 margin: 0px;
 padding: 0px;
}

.section {
 clear: both;
 padding-bottom: 3.6em;
}

.left-box { float: left; }

.right-box { float: right; }

#wrap {
 margin-right: auto;
 margin-left: auto;
 width: 880px;
 text-align: left;
}

/* ------------------------------

Header Style

------------------------------ */
#header {
 position: relative;
 height: 311px;
}

#logo {
 width: 205px;
 position: absolute;
 left: 0px;
 top: 25px;
 height: 60px;
}

/* Category IMG */
#category-img {
 position: absolute;
 top: 136px;
 width: 880px;
}

/* ------------------------------

Footer Style

------------------------------ */
#footer {
 color: #FFFFFF;
 padding-top: 20px;
 clear: both;
 background: #3A9BCA url(/img/common/bg-foot.jpg) repeat-x;
}

#section-feed {
 text-align: left;
 width: 880px;
 margin-right: auto;
 margin-left: auto;
}

#feed-information {
 width: 300px;
 float:left;
}

#section-feed .section {
 clear: none;
 width: 530px;
 float: right;
}

#feed-bunlog {
 float: left;
 width: 250px;
}

#feed-sbm {
 float: right;
 width: 250px;
}

#footer h3 {
 border-bottom-color: #88BBD8;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 padding-bottom: 3px;
}

#footer .menu li {
 padding-top: 5px;
 padding-bottom: 5px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #FFFFFF;
 clear: both;
 background-image: url(/img/common/icon-link-white.jpg);
 background-repeat: no-repeat;
 background-position: left 7px;
 padding-left: 17px;
}

#footer a {
 color: #FFFFFF;
 line-height: 1.4;
}

#footer a:hover {
 color: #CCE4FC;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #CCE4FC;
 padding-bottom: 1px;
}

#footer .menu li .post-date {
 font-size: 90%;
 color: #FFFF99;
 display: block;
 padding-top: 1px;
}

#footer .btn-rssfeed { margin-top: 0.4em; }

#footer .btn-rssfeed a {
 display: block;
 background-image: url(/img/common/icon-rss-blue.jpg);
 background-repeat: no-repeat;
 background-position: left center;
 padding-left: 20px;
 font-size: 90%;
}

#footer .btn-rssfeed a:hover {
 border-bottom: none;
 padding-bottom: 0px;
}

#copyright {
 text-align: left;
 width: 880px;
 clear: both;
 font-size: 90%;
 margin: 3.6em auto 0;
 padding-bottom: 0.4em;
}

/* ------------------------------

Navigation Style

------------------------------ */
/* Nav Global */
#nav-global {
 width: 382px;
 position: absolute;
 top: 68px;
 right: 0px;
}

#nav-global li {
 position: absolute;
 height: 26px;
}

#nav-global li.btn01 { left: 0px; }

#nav-global li.btn02 { left: 104px; }

#nav-global li.btn03 { left: 213px; }

/* Nav Sub */
#nav-sub {
 position: absolute;
 right: 0px;
 top: 0px;
 width: 382px;
 border-top-width: 3px;
 border-top-style: solid;
 border-top-color: #3188BF;
}

#nav-sub li {
 position: absolute;
 top: 8px;
 height: 16px;
}

#nav-sub li.btn01 { left: 0px; }

#nav-sub li.btn02 { left: 125px; }

#nav-sub li.btn03 { left: 208px; }

#nav-sub li.btn04 { right: 0px; }

/* Nav Bread */
#bread-navi {
 margin-bottom: 35px;
 width: 880px;
 margin-right: auto;
 margin-left: auto;
 text-align: left;
 font-size: 85%;
}

/* ------------------------------

Contents Style

------------------------------ */
#contents {
 position: relative;
 padding-bottom: 3.6em;
}

/* Article */
#article {
 width: 600px;
 float: left;
}

#article h2 { margin-bottom: 0.8em; }

#article p { margin-bottom: 1em; }

/* Aside */
#aside {
 width: 250px;
 float: right;
}

#btn-special a {
 height: 81px;
 width: 245px;
 display: block;
 padding-top: 5px;
 padding-left: 5px;
 background-image: url(/img/common/bg-btn-special.jpg);
}

#btn-special a:hover { background-image: url(/img/common/bg-btn-special-over.jpg); }

/* ------------------------------

2P Style

------------------------------ */
#category-title {
 color: #3A9BCA;
 font-size: 140%;
}

#category-description { padding-bottom: 15px; }

#article .entry-title {
 color: #666666;
 font-size: 110%;
 border-bottom: 1px dotted #CCCCCC;
 margin-bottom: 10px;
 padding-bottom: 10px;
}

.entry-list .menu li {
 padding-top: 5px;
 padding-bottom: 5px;
 border-bottom: 1px dotted #CCCCCC;
}

.entry-list .menu li a {
 display: block;
 background: url(/img/common/icon-link.jpg) no-repeat left center;
 padding-left: 17px;
}

.entry-list .menu li a:hover { background-image: url(/img/common/icon-link-over.jpg); }

#aside .section {
 padding-bottom: 15px;
 background: #F4F4F4 url(/img/common/bg-sidemenu-foot.jpg) no-repeat left bottom;
}

#aside .section .menu li {
 padding-top: 5px;
 padding-bottom: 5px;
 border-bottom: 1px dotted #CCCCCC;
 margin-left: 10px;
 margin-right: 10px;
}

#aside .section .menu li a {
 display: block;
 background: url(/img/common/icon-link-side.jpg) no-repeat left center;
 padding-left: 17px;
}

#aside .section .menu li a:hover { background-image: url(/img/common/icon-link-side-over.jpg); }

#aside .section .menu li .description { font-size: 90%; }

#entry-detail .post-date {
 border-top: 1px dotted #CCCCCC;
 padding-top: 5px;
 font-size: 90%;
 color: #666666;
 padding-bottom: 25px;
}

.entry-data ul {
 margin-left: 26px;
 padding-bottom: 15px;
}

.entry-data .entry-img {
 float: left;
 width: 125px;
}
