@charset "utf-8";

@import "reset.css";
@import "base.css";
@import "sidebar.css";
@import "comment.css";

body{
	background: #fff url("../images/bg-page.gif") repeat-x 0 0;
}

/* basic layout */
#page{
	margin: 0 auto 26px auto;
	text-align: left;
	width: 933px; /* base width: 923px (added extra 10px) */
}
	#page h1{
		margin-bottom: 13px;
	}
#section{
	float: left;
	width: 205px;
}
#content{
	float: right;
	width: 728px;
}


/* h2 */
h2.page-title{
	background: transparent url("../images/bg-page-graphic.gif") no-repeat 0 0;
	padding: 23px 13px;
	margin: 0 0 13px 0;
}

/* .hentry */
#page .hentry{
	border-bottom: 1px solid #ccc;
	padding: 0 18px 13px 0;
	margin: 0 0 26px 21px;
	width: 689px;
}
.published{
	float: left;
	font-family:"Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","HeiseiMincho","平成明朝","ＭＳ Ｐ明朝","細明朝体",serif;
	font-size: 13px;
	margin: 0 0 3px 0;
	width: 182px;
}
.category{
	float: right;
	font-size: 11px;
	margin: 0 0 3px 0;
	text-align: right;
	width: 220px;
}
	.category a:link, 
	.category a:visited, 
	.category a:active{
		background-color: #25435d;
		color: #fff;
		padding: 3px 6px;
		text-decoration: none;
	}
	.category a:hover{
		color: #b5bfc9;
	}
h3.entry-title{
	clear: both;
	font-size: 19px;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 13px 0;
}
.entry-summary, 
.entry-content{
	font-size: 13px;
	line-height: 19px;	
}
.entry-summary strong, 
.entry-content strong{
	font-weight: bold;
}
.entry-summary p, 
.entry-content p,
.entry-content ul, 
.entry-content ol{
	margin: 0 0 20px 0;
}
.entry-content ul, 
.entry-content ol{
	padding: 0 0 0 26px;
}
.entry-content ul ul, 
.entry-content ol ol, 
.entry-content ul ol, 
.entry-content ol ul{
	margin: 0 0 3px 0;
}
.entry-content ul{
	list-style: circle;
}
.entry-content ol{
	list-style: decimal;
}
.entry-summary h3, 
.entry-content h3{
	color: #5b4c0e;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 7px 0;
}
.entry-summary h4, 
.entry-content h4{
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 3px 0;
}
.entry-content table{
	border-collapse: collapse;
	margin: 0 0 20px 0;
}
.entry-content th, 
.entry-content td{
	padding: 3px 6px;
}
.entry-content th{
	color: #333;
	font-weight: bold;
	vertical-align: top;
}

/* #entrynav */
#entrynav{
	border-bottom: 1px solid #ccc;
	padding: 0 18px 24px 18px;
	margin: 0 0 24px 21px;
	width: 671px;
}
#entrynav li{
	display: block;
	font-size: 13px;
	line-height: 18px;
	width: 330px;
}
#entrynav li.prevlink{
	float: left;
	text-align: left;
}
#entrynav li.nextlink{
	float: right;
	text-align: right;
}


/* special sections */
.section-ceo{
	background: #fff no-repeat 0 100%;
	border-bottom: 1px solid #ccc;
	/* cursor: pointer; */
	float: left;
	font-size: 13px;
	line-height: 17px;
	padding: 0 0 13px 0;
	margin: 0 auto 26px auto;
	position: relative;
	width: 195px; /* 195px */
}
.section-ceo img{
	margin: 0 0 7px 0;
}