@charset "utf-8";
@import  "./import/format.css";
@import  "./import/in_style.css";
@import  "./import/link_style.css";
@import  "./import/main.css";

/*****************************************
コンテンツ
*****************************************/
#Left_container h2 {
	width: 630px;
	height: auto;
	margin: 0 auto 25px;
	clear: both;
}

#Left_container p.nx {
		width: 600px;
		height: auto;
		margin: 10px auto;
		text-align: left;
		font-size: 0.9em;
		font-weight: normal;
		line-height: 1.3;
		clear: both;
}
	
#Left_container div.topics {
	width: 610px;
	height: auto;
	margin: 25px auto;
	padding-bottom: 20px;
	border-bottom: 1px dashed #666666;
	clear: both;
}

	div.topics h3 {
		width: 610px;
		height: auto;
		margin: 25px auto 15px;
		text-align: left;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.3;
		clear: both;
	}

	div.topics p.date {
		width: 600px;
		height: auto;
		margin: 15px auto 25px;
		text-align: right;
		font-size: 0.9em;
		font-weight: normal;
		line-height: 1.3;
		clear: both;
	}
	
	div.topics p {
		width: 600px;
		height: auto;
		margin: 25px auto;
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 0.9em;
		font-weight: normal;
		line-height: 1.5;
		clear: both;
	}

	div.topics ul {
		width: 600px;
		height: auto;
		margin: 15px auto 25px;
		list-style: none;
		text-align: left;
		font-size: 0.9em;
		font-weight: normal;
		line-height: 1.3;
		clear: both;
	}
	
	div.commentmetadata {
		font-size: 0.8em;
		font-weight: normal;
		line-height: 1.3;
		clear: both;
	}

/**************************************
記事ページ(トラックバック)
***************************************/
div.contents {
	width: 630px;
	height: auto;
	margin: 50px auto;
}

	div.contents h4 {
		width: 630px;
		height: auto;
		margin: 20px auto 15px;
		padding-bottom: 3px;
		text-align: left;
		font-size: 0.9em;
		font-weight: bold;
		line-height: 1.5;
		border-bottom: 1px dashed #666666;
		clear: both;
	}
	
	div.contents p {
		width: 600px;
		height: auto;
		margin: 20px auto 15px;
		padding-bottom: 3px;
		text-align: left;
		font-size: 0.9em;
		font-weight: normal;
		line-height: 1.5;
		clear: both;
	}

/**************************************
アーカイブページ
***************************************/
div.a_contents {
	width: 610px;
	height: auto;
	margin: 20px auto;
}

	div.a_contents h3 {
		width: 610px;
		height: auto;
		margin: 20px auto;
		text-align: left;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.3;
		padding-bottom: 3px;
		border-bottom: 1px dashed #666666;
		clear: both;
	}

	div.a_contents h4 {
		width: 610px;
		height: auto;
		margin: 20px auto 15px;
		text-align: left;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.3;
		clear: both;
	}
	
	div.a_contents p {
		width: 600px;
		height: auto;
		margin: 20px auto 15px;
		padding-bottom: 3px;
		text-align: left;
		font-size: 0.9em;
		font-weight: normal;
		line-height: 1.5;
		clear: both;
	}

	div.a_contents p.date {
		width: 600px;
		height: auto;
		margin: 15px auto;
		text-align: right;
		font-size: 0.9em;
		font-weight: normal;
		line-height: 1.5;
		clear: both;
	}
	
	div.a_contents p.date_under {
		width: 610px;
		height: auto;
		margin: 20px auto;
		padding-bottom: 8px;
		text-align: right;
		font-size: 0.9em;
		font-weight: normal;
		line-height: 1.5;
		border-bottom: 1px dashed #666666;
		clear: both;
	}
