@charset "utf-8";

/* basic elements */
*{
	margin:0;
	padding:0;
}

body{
	color:#333333;
	background:url(./media/bg.jpg);
	font-size:11.5px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:left;
}

form, input { margin: 0; padding: 0; }
code { font: 1.1em 'Courier New', Courier, Fixed; }

img{ behavior: url("iepngfix.htc"); }

a img {
	border:none;
}
a:link {
	color: #006699;
	text-decoration:none;
}
a:visited{
	color: #666699;
	text-decoration:none;
}
a:hover, a:visited:hover{
	color: #006699;
	text-decoration:underline;
}
a:active{
	color: #006699;
	text-decoration:underline;
}

p.catalogmore{
	text-align: right;
}
p.catalogmore a, p.catalogmore a:hover{
	border: 0;
}
p.archives{
	font-size: 11.5px;
	padding: 20px 0;
	text-align: right;
}

/* Layout */
#wapper{
	margin: 0 auto;
	padding-top:40px;
	width:820px;
	background:#fff;
}
#container{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 760px;
}
#footer{
	clear:both;
	padding-bottom:10px;
}
#footer p{
	text-align:left;
	font:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#header{
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	width: 820px;
}
#logo{
	text-align: center;
	margin: 0 auto 20px auto;
	padding: 0;
	width: 760px;
}
#logo p{
	font-size: 1.1em;
	line-height: 1.5;
	padding: 0 50px;
}
#content{
	float: left;
	width: 520px;
}
#section{
	float: right;
	width: 220px;
}
#section .segment{
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
/* **********************************************-********************************************** */


/* Content */
#content h2#categorytitle{
	margin: 0 0 20px 0;
	margin-left: -10px;
}
#content .entry{
	clear:both;
	background: transparent url(./media/line.gif) no-repeat 0 100%;
	margin: 0 0 10px 0;
	padding: 0 0 30px 0;
}
#content h3.entry-header{
	color: #2B1B07;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 18px;
	margin-bottom:10px;
}
#content h3.entry-header a{
	border: none;
	color: #000;
	font-weight: bold;
}
#content .entry-content, .entry-more{
	font-size: 12px;
	line-height: 1.7em;
}
#content .entry-date{
	text-align:right;
	color: #666666;
	font-size: 10px;
	margin: 0 0 2px 0;
}
#content .entry-content p, 
#content .entry-more p{
	margin: 0 0 1.8em 0;
}
#content .entry-content p.more{
	margin: 0 0 0 0;
	text-align: right;
}
#content .entry-content p.entry-more-link{
	text-align: right;
	margin: 10px 0 0 0;
}
#content .entry-content ul, 
#content .entry-more ul{
	margin: 0 0 1.8em 0;
	padding: 0 20px;
}
#content .entry-content li, 
#content .entry-more li{
	background: transparent url("/books/media/icon_li.gif") no-repeat 0 2px;
	padding: 0 0 0 16px;
}
#content .row{
	padding: 10px 0;
}
#content .cell{
	float: left;
	line-height: 1em;
	padding: 0px 10px;
	text-align: center;
	width: 100px;
}
#content .cell img{
	margin: 0 0 5px 0;
}
/* **********************************************-********************************************** */



.navi_Paginate{
	font-size: 1.2em;
	text-align: center;
}

h2 {
	margin:0px auto;
}


/* Trackback / Comments */
.trackbacks-header,
.comments-header, 
#content h2.comments-open-header{
	background: transparent no-repeat 0 0;
	font-size: 1em;
	height: 26px;
	margin:0px auto;
	text-indent: -9999px;
	width: 360px;
}
.trackbacks-header{ background-image: url("/books/media/h_trackbacks.gif"); }
.comments-header{ background-image: url("/books/media/h_comments.gif"); }
#content h2.comments-open-header{ background-image: url("/books/media/h_open-header.gif"); }

.trackbacks, 
#comments{
	margin: 0 0 20px 0;
}
#trackbacks-info, 
.trackback, 
.comment{
	padding: 0 5px;
}
#trackbacks-info{
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

#comments-open-data p{
	padding: 3px 0 3px 10px;
	width: 440px;
}
#comments-open-data p label{
	display: block;
	float: left;
	font-size: 1.1em;
	padding: 2px 0;
	text-align: right;
	width: 120px;
}
#comment-author, 
#comment-email, 
#comment-url, 
#comment-text{
	float: left;
	border: 1px solid #ccc;
	font-size: 1.2em;
	margin: 0 0 0 10px;
	padding: 2px 3px;
	width: 194px;
}
#comment-text{
	height: 150px;
	line-height: 1.6em;
}
#comment-author:hover, 
#comment-email:hover, 
#comment-url:hover, 
#comment-text:hover{
	border: 1px solid #F29D23;
}
.comment-cookie{
	display: block;
	font-size: 1.2em;
	padding: 10px 0 10px 130px;
	text-align: left;
	width: 210px;
}
#comments-open-footer{
	padding: 20px 0 20px 130px;
	text-align: center;
	width: 210px;
}
#comment-preview, 
#comment-post{
	border-top: 1px solid #ccc;
	border-left: 1px solid #cccc;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	font-size: 1.2em;
	margin: 0 0 0 10px;
	padding: 2px 5px;
}
/* **********************************************-********************************************** */


/* Section */
.book{
	margin: 0 0 20px 0;
	text-align: left;
}
.book img{
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}
.book .description{
	text-align: left;
	width: 220px;
}
.book .description h4{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
.book .description h4 span{
	font-size: 14px;
}
.book .description h4 a{
	font-weight: bold;
}
.book .description ul{
	font-size: 10.5px;
	line-height: 1.5;
	list-style-type:none;
}
.book .description li{
	margin-bottom:2px;
}
.segment h3, 
.segmentcard h3{
	margin: 0 0 10px 0;
}
.segment h4{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
/* **********************************************-********************************************** */

/* #bottomlet */
#bottomlet{
	background: #F5F2EB;
	border-top: 0px solid #C7BEAC;
	clear: both;
	margin: 20px auto 0 auto;
	padding: 0 0 20px 0;
	width: 760px;
}
#bottomlet a{
	color: 2B4D68;
}
#bottomlet a:hover{
	color: 728CA8;
}
#bottomlet .makonews{
	float: left;
	padding: 0 10px;
	width: 230px;
}
#bottomlet .links{
	float: left;
	padding: 0 10px;
	width: 240px;
}
#bottomlet .makonews h3{
//	margin-top: -10px;
//	margin-left: -20px;
	margin-top: 0px;
	margin-left: 0px;

	margin-bottom: 5px;
}
#bottomlet .links h3, 
#bottomlet .segmentcard h3{
//	margin-top: -10px;
//	margin-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 5px;

}
#bottomlet .segmentcard{
	float: left;
	padding: 0 10px;
	width: 230px;
}
#bottomlet .makonews ul, 
#bottomlet .links ul{
	font-size: 1.1em;
	line-height: 1.4;
	padding: 0 10px;
}
#bottomlet .makonews ul li, 
#bottomlet .links ul li{
	margin-bottom: 0.25em;
}
/* **********************************************-********************************************** */

/* Microformats */
.segmentcard h3{
	margin: 0 0 10px 0;
}
.vcard{
	padding: 0 10px;
	margin: 0 0 0 0;
}
.vcard .org{
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.2em 0;
}
.vcard .address, 
.vcard .tel, 
.vcard .fax, 
.vcard .email{
	color: #333;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.1em 0;
}
/* **********************************************-********************************************** */

.entry pkg ul li{
	list-style-type:none;
}
