@charset "utf-8";
/* CSS Document */


/*----------------------------------------------------------
	Layout Parts
----------------------------------------------------------*/

.contents .Lbox{ width:640px; float:left; border-right: dotted 1px #CCC; padding-right:10px;}


/*----------------------------------------------------------
	Pre parts
----------------------------------------------------------*/
.PreRightBox {
	width:300px;
	float:right;
	}

.newBooks {
	background:#DDDDD0;
	overflow:hidden;
	border: solid 1px #C0C0AA;
	}
	
	.newBookList {
		border-bottom: dotted 1px #C0C0AA;
		display:block;
		float:left;
		}
		
		.newBookText {
			float:left;
			width:140px;
			padding-top:10px;
			padding-left:8px;
			}
		
		.newBookText h4 {
			font-size:81.25%;
			font-weight:bold;
			padding:6px 0px;
			}
			
			.newBookText h4 a:hover {
				background:#000;
				color:#FFF;
				text-decoration:none;
				}
			
			.newBookText p {
				font-size:62.5%;
				line-height:160%;
				padding:6px 0px;
				}
		
	.newBookImage {
		background:url(/images/kenchi/parts/newbooks_head.jpg) no-repeat;
		float:right;
		width:149px;
		}
		
		.newBookImage img.cover {
			padding:10px 0px 0px 15px;
			width:118px;
			}
		
		.bookImageFoot {
			background:url(/images/kenchi/parts/newbooks_foot.jpg) no-repeat;
			height:10px;
			clear:both;
			}
			
			.bookImageFoot img {
				width:149px;
				height:10px;
				}

.campaignBnr {
	margin:10px 0px;
	text-align:center;
	}

.entryBtn {
	margin:0px 0px 10px 0px;
	}



.kanren {
	margin:10px 0px;
	}

	.kanren li {
		padding:0!important;
		border:solid 1px #CCC;
		font-size:75%;
		margin:4px 0px;
		list-style-type:none;
		
		}
	
	.kanren li a {
		text-decoration:none;
		display:block;
		}
		
		.kanren li a:hover {
			background:#000;
			color:#FFF;
			}
		.index .kanren li a:hover {
			background:#FFF;
			color:#333;
			}
	
	.kanren img {
		margin:6px;
		vertical-align:middle;
		}


.contents .Rbox .contact {
	margin:10px 0px;
	border: solid 1px #CCC;
	}
		
	.contents .Rbox .contact p { padding:10px;
	line-height:1.6;
		font-size:62.5%;
		}
		
		.contents .Rbox .contact a{
			text-decoration:none;
			}
			
			.contents .Rbox .contact a:hover {
				background:#000;
				color:#FFF;
				}
		
	
/*----------------------------------------------------------
	MT common parts
----------------------------------------------------------*/

.Lbox h2 {
	margin-top:10px;
	}

.widget h5 {
	margin-bottom:5px;
	}

.h5BG {
	background:#999;
	padding:5px;
	}

.contents .moreBtn { 
	float:right;
	}
	
	.contents .moreBtn a {
		text-align:left;
		vertical-align:middle;
		background:#CCC url(/images/common/icon_basic.gif) no-repeat 2px 4px ;
		font-size:12px;
		line-height:1;
		padding:5px 2px 2px 18px;
		text-decoration:none;
		display:block;
		width:65px;
		height:16px;
		}
		
		.contents .moreBtn a:hover {
			background:#000 url(/images/common/icon_basic_w.gif) no-repeat 2px 4px ;
			color:#FFF;
			}


.ArchiveTitle {
	background:#000;
	color:#FFF;
	padding:3px 6px;
	margin-bottom:10px;
	}

.search-results-header {
	background:#000;
	color:#FFF;
	padding:3px 6px;
	margin-bottom:10px;
	font-size:81.25%;
	}
	
	.search-results-header strong{
		font-size:125%;
		}


.mainArchiveContents {
	}
	
	.mainArchiveContents h3 {
		margin-top:30px;
		}

.archive-content {
	}


.archive-list li.archive-list-item {
	margin:10px 0px 10px 20px;
	}
	
	.archive-list .archive-list-item .archiveDate {
		font-size:75%;
		color:#999;
		padding-bottom:10px;
		}
	
	.archive-list .archive-list-item a {
		text-decoration:none;
		font-size:81.25%;
		display:block;
		border-bottom: dotted 1px #CCC;
		}
		
		.archive-list .archive-list-item a:hover {
			background:#000;
			color:#FFF;
			}






.content-nav a {
	font-size:81.25%;
	text-decoration:none;
	}
	
	.content-nav a:hover {
		background:#000;
		color:#FFF;
		}


.entryTitle {
	}

.entryTitle a:link, .entryTitle a:visited {
	text-decoration:none;
	color:#000;
	}
.entryTitle a:hover, .entryTitle a:active {
	background:#000;
	color:#FFF;
	text-decoration:none;
	}

.entryTag a:link, .entryTag a:visited {
	text-decoration:none;
	}
.entryTag a:hover, .entryTag a:active {
	background:#000;
	color:#FFF;
	text-decoration:none;
	}

.entryMore , .entrySummary {
	font-size:75%;
	clear:both;
	color:#555;
	padding:10px;
	}

.entryMore, .comment {
	padding-left:10px;
	}


.comment-header {
	font-size:81.25%;
	margin-top:20px;
	}
	
	
.comment-content {
	font-size:81.25%;
	padding:4px;
	}

.comment-footer {
	font-size:75%;
	text-align:right;
	color:#999;
	border-bottom:dotted 1px #CCC;
	padding:4px 0px;
	}



/*-----------------
  widget共通
-----------------*/
.widget {
	overflow: hidden;
	width: 100%;
	}

.widget-content {
	margin: 5px 0px 20px 2px;
	}

li.widget-list-item {
	background:url(/images/kenchi/icon_list.gif) no-repeat 0px 4px;
	line-height:1.2;
	padding-left:15px;
	margin:4px 0px;
	min-height:16px;
	color:#999;
	}
	
	li.widget-list-item a {
		font-size:75%;
		text-decoration:none;
		color:#555;
		border-bottom: dotted 1px #999;
		padding:4px;
		display:block;
		}
		
		li.widget-list-item a:link, li.widget-list-item a:visited {
			}
			
			li.widget-list-item a:hover, li.widget-list-item a:active {
				background:#000;
				color:#FFF;
				}
				
/*---MT search---*/
.widget-search td.searchBox {
	overflow:hidden;
	height:16px;
	border: solid 1px #999;
	background:#FFF;
	overflow:hidden;
	}

.widget-search td.searchBtn {
	background:#666;
	vertical-align:middle;
	}

.widget-search input#search {
	border:none;
	min-height:16px;
	font-size:11px;
	line-height:1.6;
	color:#666;
	padding-left:16px;
	background: #FFF url(/images/common/bg_search_field.gif) no-repeat 4px 4px;
	overflow:hidden;
	}

		.Rbox .widget-search td.searchBox {
			width:258px;
			}
		.Rbox .widget-search input#search {
			width:240px;
			}
		
		.Lbox .widget-search td.searchBox {
			width:128px;
			}
		.Lbox .widget-search input#search {
			width:110px;
			}



/*---tag Cloud---*/
.widget-cloud li a {
	text-decoration:none;
	}
	
	.widget-cloud li a:hover {
		background:#000;
		color:#FFF;
		}


.widget-list,
.archive-list {
margin: 0;
padding: 0;
list-style: none;
}

.widget-list .widget-list {
margin-left: 15px;
}

.widget-list-item {
margin-top: 5px;
margin-bottom: 5px;
}


.widget-cloud .widget-list-item {
display: inline;
margin: 0 5px 0 0;
padding: 0;
line-height: 1.2;
background: none;
}

.widget-cloud .rank-1 { font-size:62.5%;line-height: 1.6; }
.widget-cloud .rank-2 { font-size:62.5%;line-height: 1.6; }
.widget-cloud .rank-3 { font-size:75%;line-height: 1.4; }
.widget-cloud .rank-4 { font-size:75%;line-height: 1.4; }
.widget-cloud .rank-5 { font-size:81.25%;line-height: 1.4; }
.widget-cloud .rank-6 { font-size:81.25%;line-height: 1.4; }
.widget-cloud .rank-7 { font-size:100%;line-height: 1.3; }
.widget-cloud .rank-8 { font-size:112.5%;line-height: 1.3;}
.widget-cloud .rank-9 { font-size:131.25%;line-height: 1.3; }
.widget-cloud .rank-10 { font-size:150%;line-height: 1.3; }


/*---blog feed---*/
.blog-feeds .feed a , .search-results-feed a{
	font-size:75%;
	text-decoration:none;
	}
	
	.blog-feeds .feed a:hover, .search-results-feed a:hover {
		background:#000;
		color:#FFF;
		}

.widget-archives li.widget-list-item {
	background:url(/images/kenchi/icon_entry.gif) no-repeat 0px 4px !important;
	}


/*----------------------------------------------------------
	右カラム　共通
----------------------------------------------------------*/

.contents .Rbox{ width:300px; float:right; padding-top:20px;}


 .Rbox .widgetRight, .Rbox .widgetLeft {
 	width:145px;
	float:left;
	margin-right:5px;
	}

.Rbox h5 {
	margin-bottom:5px;
	}



/*----------------------------------------------------------
	Help
----------------------------------------------------------*/
.help h2 {
	padding-bottom:20px;
	border-bottom:dotted 1px #CCC;
	}

.help .detail .entryTitle {
	margin:20px 0px;
	}


.help .entry {
	border-bottom: dotted 1px #CCC;
	padding:10px 0px;
	}

.help .entryMore {
	padding:10px 0px 10px 20px;
	}


.help li.entry-category {
	display:block;
	float:left;
	margin-right:6px;
	padding-left:16px;
	background: url(/images/kenchi/icon_list.gif) no-repeat 0px 0px;
	font-size:75%;
	line-height:1.4;
	min-height:16px;
	}
	
	.help li.entry-category a {
		text-decoration:none;
		color:#999;
		}
		
		.help li.entry-category a:hover{
			background:#000;
			color:#FFF;
			}

.help li.entryTag {
	display:block;
	float:left;
	margin-right:6px;
	padding-left:16px;
	background: url(/images/kenchi/icon_list.gif) no-repeat 0px 0px;
	font-size:75%;
	line-height:1.4;
	min-height:16px;
	}
	
	.help li.entryTag a {
		text-decoration:none;
		color:#999;
		}
		
		.help li.entryTag a:hover{
			background:#000;
			color:#FFF;
			}
		
	.help .entryDate {
		font-size:62.5%;
		padding:4px 4px 8px 0px;
		color:#999;
		text-align:right;
		}

	.help .entryTitle {
		margin:16px 0px;
		}

	.help .entryBody {
		font-size:75% !important;
		padding-left:10px;
		color:#555 !important;
		line-height:1.8 !important;
		padding-bottom:1em;
		}
		
		.help .entryBody .txt603{
			color:#660033;}

			.help .entryBody .txtAttention{	
			color:#F60;}

			.help .entryBody table.plain { 
				border-collapse:collapse;}

				.help .entryBody table.plain td { 
					padding:5px;
					border:1px solid #CCCCC0;}
		
				.help .entryBody table.plain td.left {
					background-color:#E6E7DA;}
		
			.help .entryBody ul.plain, .entryBody ul.no {
				margin-left:10px;}
	
			.help .entryBody ul.no li{
				list-style-type:decimal;}
	
			.help .entryBody a.helpLink:link, .help .entryBody a.helpLink:hover,
			.help .entryBody a.helpLink:visited, .help .entryBody a.helpLink:active{
				text-decoration:underline;}
		

/*----------------------------------------------------------
	詳細ページ共通
----------------------------------------------------------*/

.contents .Lbox .entryContact { margin-top:20px;}
.contents .Lbox .entryContact p { margin-bottom:10px;}

.contents .Lbox .entryContact table { margin-left:10px;}
.contents .Lbox .entryContact table td { padding:2px;}
.contents .Lbox .entryContact table td.leftTd { border-left: 1px solid #CCC;}

.contents .Lbox .more { margin-top:20px; margin-bottom:20px;}



.trackbacks .h5BG , .comments-open .h5BG, .comment-header .h5BG {
	background:#333;
	padding:5px;
	display:block;
	width:120px;
	margin-bottom:10px;
	}

.trackbacks, .comments-open {
	padding:20px 10px;
	border-bottom:1px dotted #CCC;
	}


.trackbacks-info {
	margin:6px 0px;
	font-size:75%;
}

.trackback {
	margin:6px 0px;
	}
	.trackback  a {
		text-decoration:none;
		}
		
		.trackback a:hover {
			background:#000;
			color:#FFF;
			}
			
	.trackbackTtl { font-weight:bold;}
	.trackbackLink { text-align:right;}
	.trackbackUrl{ border:1px solid #CCC; padding:10px; font-size:75%; color:#999;}


.comments-open-content label {
	clear:both;
	font-size:75%;
	}

#comments-open-data input {
	border: solid 1px #CCC;
	width:300px;
	height:16px;
	font-size:75%;
	}

.comments-open-content textarea {
	border: solid 1px #CCC;
	width:500px;
	height:48px;
	font-size:75%;
	}

#comments-open-footer input {
	margin:10px 0px;
	background:#CCC;
	font-size:81.25%;
	border: solid 1px #999;
	}

	#comments-open-footer input:hover {
		background:#000;
		color:#FFF;
		} 
	
	
	

.contents .Lbox .subInfo{
	padding-top:10px;
	padding-bottom:10px;
	border-top: 1px solid #CCC; }





	.detailContact { 
		width:500px;
		margin:10px 0px;
		} 
	
	.detailContact h5{ margin-bottom:5px;}
	
	.detailContact table{
		width:500px;
		margin:0 auto 20px auto;
		font-size:81.25%;
		line-height:160%;
		text-align:left;
		border-collapse:collapse; }
	 
	.detailContact table td ,.detailContact table th{
		padding:2px 5px 2px 5px;
		border:1px solid #FFFFFF; }
	
	.detailContact table th { background-color: #CCC;}
	
	.detailContact table td.rightTd { background-color: #F6F6F6;}



.help h5.tagTitle {
	font-size:75%;
	padding:8px 0px;
	}

/*----------------------------------------------------------
	利用規約
----------------------------------------------------------*/

.help .termsBody ul, .help .termsBody ol {
	margin-left:24px;
	}

.help .termsBody li {
	margin:6px auto 2px auto;
	}

.help .termsBody h3 {
	margin:10px 0px 10px 0px;
	font-weight:bold;
	}

.help .termsBody h4 {
	margin:20px 0px 6px 0px;
	}





/*----------------------------------------------------------
	HELP INDEX
----------------------------------------------------------*/
.indexItem {
	 width:200px; 
	 background:#EED; 
	 float:left; 
	 display:block;
	 padding-right:20px;
	 padding-bottom:20px;
	 }

.indexItem > a:first-child {
	background:#CCB;
	color:#000;
	}

