@charset "utf-8";
/*
Theme Name: B-corporation
Theme URI: http://www.b-corporation.com/
Description: B-corporation
Version: 1.0
Author: B-corporation
Author URI: http://www.b-corporation.com/
Tags: black, custom header, fixed width, two columns

*/



/* Begin Typography & Colors */

/* --------------------------------------------------------------------------- */

body {
	font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	background-image: url(/blog/img/bg_top.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	line-height: 180%;
	font-size: 11px;
	color:#9F9F9F;
	text-align: center;
	vertical-align: middle;
	background-position: left top;
	background-color: #000000;
}
/* --------------------------------------------------------------------------- */
#gnavi-area {
	height: 23px;
	margin: 0px;
	padding: 0px;
}
#gnavi {
	width:809px;
	margin-right: auto;
	margin-left: auto;
	color:#FFFFFF;
	line-height: 23px;
	vertical-align: baseline;
}
#gnavi a, 
#gnavi a:link, 
#gnavi a:visited {
	color:#FFFFFF;
	font-size: 11px;
	text-decoration:none;
	vertical-align: middle;
}

#gnavi a:hover, 
#gnavi a:active {
	color:#1D2088;
	font-size: 11px;
	text-decoration:none;
	vertical-align: middle;
}
/* -----ヘッダー部分ここから-------------------------------------------------------------- */
#header {
	font-size: 10px;
	height: 91px;
	width:809px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/blog/img/bg_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1 {
	height: 20px;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
	color: #8b8b8b;
	margin-right: 10px;
}
#logo-area {
	height: 71px;
}
#logo1 {
	height: 71px;
	width:120px;
	float: left;
}
#logo1 a,
#logo1 a:hover, 
#logo1 a:active {
	color:#00B0FF;
}
#logo1 img {
	height: 71px;
	width:120px;
	display: block;
}
#logo2 {
	height: 71px;
	width:80px;
	float: right;
}
#logo2 a,
#logo2 a:hover, 
#logo2 a:active {
	color:#00B0FF;
}
#logo2 img {
	height: 71px;
	width:80px;
	display: block;
}
/* ------------------
ここから左エリアの中身
--------------------- */
#left-area h2.pagetitle {margin-bottom:1em;}

#left-area div.post h2,
#left-area div.post h3 {
	height: 36px;
	width: 559px;
	background-image: url(/blog/img/title_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #BF47FF;/*明るい紫色*/
	font-size: 14px;
	font-weight: normal;
	line-height: 36px;
	text-indent: 20px;
}
#left-area div.post h2 a,
#left-area div.post h3 a {
	height: 36px;
	width: 559px;
	color: #BF47FF;/*明るい紫色*/
	font-size: 14px;
	font-weight: normal;
	line-height: 36px;
	text-indent: 20px;
	margin-top: 5px;
}

.cate1 {
	color: #BF47FF;/*明るい紫色*/
	margin-right: 3px;
}
.cate2 {
	color: #7F47FF;/*暗い紫色*/
	margin-right: 10px;
}
.date1 {
	color: #BF47FF;/*明るい紫色*/
	margin-right: 3px;
}
.date2 {
	color: #7F47FF;/*暗い紫色*/
}
/*------------------------------
テキストボックス
--------------------------------*/
.entry {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 180%;
	margin:0 0 49px 0;
}
#left-area .commentlink {
	color: #7F47FF;/*暗い紫色*/
        margin-top:25px;
}
#left-area .commentlink a {
	color: #7F47FF;/*暗い紫色*/
        margin-top:25px
}
.caption {
	font-size: 11px;
	color: #333333;
	text-align: center;
}
/*------------------------------
画像ボックス
--------------------------------*/
.img-box {
	height: 358px;
	width: 512px;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 6px;
	background-image: url(/blog/img/img_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:10px 0 10px 0;
}
/*------------------------------
タイトル下の投稿者名と日付
--------------------------------*/
#left-area .cate-date {
	color: #BF47FF;/*明るい紫色*/
	text-align: right;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#left-area .cate-date a {
	color: #BF47FF;/*明るい紫色*/
}
#left-area .cate-date li {
	display: inline;
}
#left-area .postmetadata1 {
	margin-top: 25px;
	margin-left: 15px;
}
#left-area .postmetadata {
	margin-top: 25px;
	margin-left: 0px;
	color:#666666;/*濃いむらさき*/
}


/* ------------------
ここから右エリアの中身
--------------------- */


/*------------------------------------
common
--------------------------------------*/
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}
.clear {/* ----float-clear------ */
	clear:both;
}
.clear *{
	display: none;
}
* html .iepngfix {/* ------toumei-PINGIE6-haikei-touka---- 
	behavior: expression(IEPNGFIX.fix(this)); */
}

/* --------------------------------------------------------------------------- */

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}


#wrapper {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#main {
	padding-bottom: 132px;
	width:809px;
	margin-right: auto;
	margin-left: auto;
}  /* must be same height as the footer */
#contents-area {
	width:779px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}


#left-area {
	width:559px;
	float:left;
}
#left-area a {
text-decoration:none;
color: #7f47ff;
}
#left-area a:hover {
text-decoration:underline;
color: #7f47ff;
}


#sidebar {
	width:200px;
	float:right;
}
#sidebar  a {
text-decoration:none;
}
#sidebar  a:hover {
text-decoration:underline;
}


/* メイン画像エリア　*/
#main-img {
	width:809px;
	height:323px;
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#main-img img {
	width:809px;
	height:323px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#main-img p {
	text-indent: -9999px;
}

/* point--------------------------------------------------------------------- */

#footer {
	position: relative;
	margin-top: -132px; /* negative value of footer height */
	height: 132px;
	clear:both;
	background-image: url(/blog/img/bg_footer.gif);
	background-repeat: repeat-x;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* -----------------------------------------------------*/
.orange {
	color: #FF9900;
}
.orange-9px {
	color: #FF9900;
	font-size: 9px;
}
.blue1 {
	color: #1D2088;
}
/* --------------------------------------------------------------------------- */

.page{
	padding-top: 20px;
	padding-bottom: 10px;
	height: 17px;
}

.page_current{
	width: 18px;
	height: 17px;
	color: #9F9F9F;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-right: 5px;
	border: 1px solid #9F9F9F;
	text-decoration: underline;
	line-height: 17px;
}

.page2{
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-right: 5px;
	line-height: 17px;	
}

.page2 a {
	width: 18px;
	height: 17px;
	color: #9F9F9F;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	display: block;
	text-decoration:none;
	border: 1px solid #9F9F9F;
}

.page2 a:hover, .page2 a:active {
	color: #9F9F9F;
	height: 17px;
	width: 18px;
	border: 1px solid #9F9F9F;
	font-size: 11px;
	text-decoration: underline;
}
/* ------サブナビゲーションその2--------------------- */




/* --------------------------------------------------------------------------- */
.footer_u {
	color: #9F9F9F;
	padding-top: 10px;
	padding-left: 15px;
	text-align: left;
	width:794px;
	margin-right: auto;
	margin-left: auto;
}
.footer_u a,
.footer_u a:link,
.footer_u a:visited {
	color: #9F9F9F;
	font-size: 11px;
	text-decoration:none;
}
.footer_u a:hover,
.footer_u a:active {
	color: #FF9900;
	font-size: 11px;
	text-decoration:none;
}
.footer-b-box {
	padding-top: 30px;
	width:809px;
	margin-right: auto;
	margin-left: auto;
}
.footer_b {
	width:430px;
	margin-right: 0px;
	margin-left: auto;
	text-align: left;
	line-height: 150%;
}
.copy-box {
	text-align: right;
}
/* ---ページトップへのボタン1------------------------------------------------- */
.pagetop {
	width:38px;
	height: 24px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: 28px;
}
.pagetop a {
	background-image:url(/blog/img/bt_pagetop_off.gif);
	background-position:left top;
	width:38px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
	background-repeat: no-repeat;
}
.pagetop a:hover, .pagetop a:active {
	background-image:url(/blog/img/bt_pagetop_off.gif);
	background-position:left top;
	width:38px;
	height: 24px;
	display: block;
}
/*----------------------------------*/

.purple1 {
	color:#7F47FF;/*濃いむらさき*/
}
.purple2 {
	color:#BF47FF;/*薄いむらさき*/
}


/* カレンダー */
.cal_box .cal_tb table#wp-calendar {
	width: 100%;
	font-size:12px;
	text-align: center;
	margin: 0px;
}
.cal_box .cal_tb table#wp-calendar a {
	color: #7F47FF;/*濃いむらさき*/
}
.cal_box .cal_tb table#wp-calendar caption {
	font-size: 13px;
	color: #7F47FF;/*濃いむらさき*/
	text-align: right;
	padding: 4px;
}
.cal_box .cal_tb table#wp-calendar thead th {
	color: #BF47FF;/*薄いむらさき*/
	font-weight: normal;
	padding: 4px;
}
.cal_box .cal_tb table#wp-calendar td {
	padding: 4px;
}
.cal_box .cal_tb table#wp-calendar tfoot td#prev {
	text-align: left;
	color: #BF47FF;/*薄いむらさき*/
}
.cal_box .cal_tb table#wp-calendar tfoot td#next {
	text-align: right;
	color: #BF47FF;/*薄いむらさき*/
}

/* アーカイブなど */
#sidebar div.blog_acv,
#sidebar div.blog_recent,
#sidebar div.blog_mark,
#sidebar div.blog_category {
	font-size:12px;
	margin:0 0 20px 0px;
}
#sidebar div.blog_acv div,
#sidebar div.blog_recent div,
#sidebar div.blog_mark div,
#sidebar div.blog_category div {
	height: 28px;
	color: #fff;
	background-image: url(/blog/img/side_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 28px;
	text-indent: 15px;
	margin:10px 0 10px 0;
}
#sidebar div.blog_acv ul li,
#sidebar div.blog_recent ul li,
#sidebar div.blog_mark ul li,
#sidebar div.blog_category ul li {
	color: #7F47FF;/*濃いむらさき*/
	background-image: url(/blog/img/bg_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	margin:0 0 5px 10px;
}
#sidebar div.blog_acv ul li a,
#sidebar div.blog_recent ul li a,
#sidebar div.blog_mark ul li a,
#sidebar div.blog_category ul li a {
	color: #7F47FF;/*濃いむらさき*/
}

/* 前後ページ */
#left-area div.navigation {
	font-size: 12px;
	color:#7F47FF;
}
#left-area div.navigation div.alignleft a,
#left-area div.navigation div.alignright a {
	color:#7F47FF; /*濃いむらさき*/
}
.single-post {
	margin-bottom: 10px;
}

/* コメント関連 */
h3#comment {}
ol.commentlist {margin: 5px 10px; color: #9f9f9f;}
ol.commentlist li {border-bottom: #666 dotted 1px; padding: 5px; color: #9f9f9f;}
ol.commentlist li cite {font-style: normal;}
#respond {margin-top:10px;}
#respond p {margin:5px;}
#respond input {}
#respond label {margin-left:5px;}
#respond textarea {
	width: 550px;
	height: 10em;
	margin-bottom: 5px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
