@charset "UTF-8";

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

clearfix Hack

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

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

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: 80%; }

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

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

Basic Elements

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

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

.float-left {
 display: block;
 float: left;
 margin-right: 10px;
 margin-bottom: 10px;
}

.float-right {
 display: block;
 float: right;
 margin-bottom: 10px;
 margin-left: 10px;
}

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

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

Header Style

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

#logo {
 position: absolute;
 top: 25px;
 left: 0px;
 width: 149px;
 height: 49px;
}

#description {
 position: absolute;
 top: 35px;
 left: 160px;
 color: #999999;
 font-size: 80%;
}

#header form {
 position: absolute;
 top: 32px;
 right: 0px;
}

#header form label {
 color: #999999;
 font-size: 80%;
}

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

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

Footer Style

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

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

#list-category {
 float: left;
 width: 300px;
}

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

#list-monthly {
 float: left;
 width: 250px;
}

#list-tag {
 float: right;
 width: 250px;
 text-align: left;
}

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

#footer .menu li {
 clear: both;
 padding-top: 8px;
 padding-bottom: 5px;
 border-bottom: 1px dotted #88BBD8;
}

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

#footer a:hover { color: #CCE4FC; }

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

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

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

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

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

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

Navigation Style

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

/* Nav Sub */
#nav-sub {
 position: absolute;
 top: 0px;
 right: 0px;
 width: 382px;
}

#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; }

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

Contents Style

------------------------------ */
#contents {
 position: relative;
 padding-top: 0em;
 padding-bottom: 3em;
}

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

#article h2 {
 margin-bottom: 0.3em;
 padding-bottom: 0.6em;
 border-bottom: 3px solid #EFEFEF;
 color: #3A9BCA;
 font-size: 120%;
}

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

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

#btn-special a {
 display: block;
 width: 245px;
 height: 81px;
 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); }

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

Blog Style

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

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

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

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

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

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

#article .section {
 margin-bottom: 10px;
 padding: 7px;
 background: url(/img/common/bg-list-outer.jpg);
}

#article .section .entry-data {
 position: relative;
 padding: 10px;
 background: #FFFFFF;
}

#more {
 clear: both;
 margin-top: 1.4em;
 padding-top: 0.4em;
 border-top: 1px dotted #CCCCCC;
}

.entry-body ul, .entry-body ol, #more ul, #more ol {
 margin-left: 1.6em;
 padding-top: 1em;
}

.entry-body hr { margin-top: 1em; }

.post-date {
 padding-right: 1em;
 color: #666666;
 font-weight: normal;
 font-size: 80%;
}

#article .entry-data .entry-title a { color: #3A9BCA; }

#article .entry-data .entry-title a:hover { color: #71BEE1; }

#article .entry-data .list-category-and-tag {
 margin-bottom: 2em;
 font-size: 90%;
}

#article .entry-data .entry-category {
 float: left;
 width: 49%;
}

#article .entry-data .entry-tags {
 float: right;
 width: 49%;
 text-align: right;
}

#article .entry-data .entry-option {
 position: relative;
 clear: both;
 height: 1em;
 margin-top: 1em;
 padding-top: 0.7em;
 border-top: 1px dotted #CCCCCC;
}

#article .entry-data .btn-bookmark {
 list-style: none;
 position: absolute;
 left: 0;
 margin: 0;
 padding: 0;
}

/*#article .entry-data .btn-bookmark li {
 float: left;
 margin-right: 5px;
}*/

#article .entry-data .additional-link {
 list-style: none;
 position: absolute;
 right: 0;
 margin: 0;
 padding: 0;
 font-size: 90%;
}

#article .entry-data .additional-link li {
 float: left;
 margin-left: 1.5em;
}

#nav-bread {
 width: 880px;
 margin-bottom: 2em;
 border: 1px solid #EFEFEF;
 background: #F4F4F4;
 font-size: 80%;
}

#nav-bread li {
 float: left;
 line-height: 1;
 padding: 7px 20px 7px 7px;
 background: url(/img/common/bg-nav-bread.jpg)right center no-repeat;
}

#nav-bread li.last { background-image: none; }

#nav-scroll {
 position: absolute;
 top: 385px;
 right: 5px;
}

#nav-scroll li { margin-bottom: 3px; }

#comment-form-external-auth, #comment-form-name, #comment-form-email, #comment-form-url, #comment-form-remember-me, #comments-open-text, .trackbacks-header, .trackback-content, .trackback-footer, .archive-content, .search-form-header, .search-results-header { margin-bottom: .75em; }

/* Feedback */

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text { width: 80%; }

#comment-bake-cookie {
 vertical-align: middle;
 margin-left: 0;
}

#comment-submit { font-weight: bold; }

#p-detail .comment, #p-detail .trackback, #p-comment-preview .comment {
 margin-bottom: 1em;
 padding-bottom: 1em;
 border-bottom: 1px dotted #CCCCCC;
}

.comment .asset-meta, .trackback .asset-meta { border: 0; }

.comment-content {
 clear: none;
 line-height: 1.5;
}

#captcha_code { margin-top: 5px; }

.btn-form { margin-top: 10px; }

#trackbacks-link { font-weight: bold; }

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

Tag Style

------------------------------ */
.widget-tag-cloud { text-align: left; }

.widget-tag-cloud .widget-content .widget-list {
 list-style: none;
 font-size: 100%;
}

.widget-tag-cloud .widget-content .widget-list .widget-list-item {
 display: inline;
 padding: 0 0.1em;
}

.widget-tag-cloud .widget-content .widget-list li.rank-1 { font-size: 170%; }

.widget-tag-cloud .widget-content .widget-list li.rank-2 { font-size: 155%; }

.widget-tag-cloud .widget-content .widget-list li.rank-3 { font-size: 130%; }

.widget-tag-cloud .widget-content .widget-list li.rank-4 { font-size: 115%; }

.widget-tag-cloud .widget-content .widget-list li.rank-5 { font-size: 100%; }

.widget-tag-cloud .widget-content .widget-list li.rank-6 { font-size: 85%; }

#article h1 {
 margin-bottom: 1em;
 color: #006699;
 font-size: 120%;
}

#article .btn-page-back {
 margin-top: 1em;
 padding-top: 1em;
 border-top: 1px dotted #CCCCCC;
 text-align: center;
}

