@charset "utf-8";
/* CSS Document */
@import url("../index.css");


	
/* list */
	
.initial{
	font-size:150%;
	background-image:url(/images/pageTitleText.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#666666;
	font-weight:bold;
	padding: 2px 0px 2px 17px;
	margin: 0px 0px 0px 7px;
	width:620px;
/*	height:22px; */
	clear:both;
}

.index{
	list-style-type:none;
	margin:0px 0px 10px 5px;

	/*width:310px;
	float:left;*/
	
	}
	.index li{
		margin:5px 0px 5px 10px;
		white-space: nowrap;
		width:200px;
		float:left;		
	}
		
		.index li rt {
			font-size:80%;
			padding:0px 0px 0px 12px;
		}
		
		.index li ruby{
			background-image:url(/images/go2Next.gif);
			background-repeat:no-repeat;
			background-position:0px 1.1em;
			padding:0px 0px 0px 14px;
			text-indent:0;
		}




/* detail */

.detailBlock{
/*	border:#CCCCCC 1px solid; */
	width: 635px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 7px;
}
	
	.detailBlock .keyword{
		background-image:url(/images/pageTitleText.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		color:#222222;
		font-size:150%;
		padding:0px 0px 4px 17px;
		margin:0px 0px 0px 0px;
	}

		
	.detailBlock .textBlock{
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 17px;
	}
	
		.detailBlock .textBlock .textKana{
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 4px;
			font-size:0.8em
		}
		
		.detailBlock .retunePage{
			margin: 0px 17px 0px 0px;
			text-align:right;
		}

		.detailBlock .textBody{
			padding:0px 0px 0px 0px;
			margin:10px 0px 0px 20px;
		}

		.detailBlock .other .related {
			padding:6px 17px 6px 0px;
			margin:20px 0px 0px 20px;
			border-top:#CCCCCC 1px solid;
		/*	background-color:#FDF7EE; */
		}
	
			.detailBlock .other .related .relatedTitle{
				margin:10px 0px 0px 0px;
			}

			.detailBlock .other .related .relatedWords{
				margin:0px 0px 0px 0px;
			}
			.detailBlock .other .related .relatedWords a{
				background-image:url(/images/go2any.gif);
				background-repeat:no-repeat;
				background-position:0px 0.25em;
				padding:0px 0px 0px 14px;
				margin:0px 20px 0px 0px;
			}

		.detailBlock .retunePage a{
			background-image:url(/images/go2Prev.gif);
			background-repeat:no-repeat;
			background-position:0px 0.2em;
			padding:0px 0px 0px 14px;
		}



		.detailBlock .date{
			color:#999999;
			text-align:right;
			font-size:8px;
		}
		
		


