@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 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: normal bold 1.2em/1.2  Verdana, Arial, sans-serif;
		clear: both;
	}

	div.topics p.date {
		width: 600px;
		height: auto;
		margin: 15px auto 25px;
		text-align: right;
		font: normal normal 1em/1.2  Verdana, Arial, sans-serif;
		clear: both;
	}
	
	div.topics p {
		width: 600px;
		height: auto;
		margin: 25px auto;
		text-align: justify;
		text-justify: inter-ideograph;
		font: normal normal 1.1em/1.4  Verdana, Arial, sans-serif;
		clear: both;
	}

/**************************************
記事ページ(トラックバック)
***************************************/
div.contents {
	width: 580px;
	height: auto;
	margin: 50px auto;
}

	div.contents h4 {
		width: 580px;
		height: auto;
		margin: 20px auto 15px;
		padding-bottom: 3px;
		text-align: left;
		font: normal bold 1em/1.2  Verdana, Arial, sans-serif;
		border-bottom: 1px dashed #666666;
		clear: both;
	}
	
	div.contents p {
		width: 570px;
		height: auto;
		margin: 20px auto 15px;
		padding-bottom: 3px;
		text-align: left;
		font: normal normal 1em/1.4  Verdana, Arial, sans-serif;
		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: normal bold 1.2em/1.2  Verdana, Arial, sans-serif;
		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: normal bold 1.2em/1.2  Verdana, Arial, sans-serif;
		clear: both;
	}
	
	div.a_contents p {
		width: 600px;
		height: auto;
		margin: 20px auto 15px;
		padding-bottom: 3px;
		text-align: left;
		font: normal normal 1.1em/1.4  Verdana, Arial, sans-serif;
		clear: both;
	}

	div.a_contents p.date {
		width: 600px;
		height: auto;
		margin: 15px auto;
		text-align: right;
		font: normal normal 1em/1.2  Verdana, Arial, sans-serif;
		clear: both;
	}
	
	div.a_contents p.date_under {
		width: 610px;
		height: auto;
		margin: 20px auto;
		padding-bottom: 8px;
		text-align: right;
		font: normal normal 1em/1.2  Verdana, Arial, sans-serif;
		border-bottom: 1px dashed #666666;
		clear: both;
	}

/**************************************
右カラム
***************************************/
	#Right_container h2 {
		width: 270px;
		height: auto;
		margin: 0 auto 20px;
		text-align: center;
		clear: both;
	}
	
	#Right_container h3 {
		width: 270px;
		height: auto;
		margin: 30px auto;
		text-align: center;
		clear: both;
	}
	
	#Right_container p {
		width: 270px;
		height: auto;
		margin: 20px auto;
		text-align: center;
		clear: both;
	}

	#Right_container ul#topics {
		width: 250px;
		height: auto;
		margin: 10px auto 30px;
		list-style: none;
		font: normal normal 1.1em/1.2  Verdana, Arial, sans-serif;
		text-align: left;
		color: #000000;
		clear: both;
	}
	
		#Right_container ul#topics li {
			width: 250px;
			height: auto;
			margin: 15px auto;
			clear: both;
		}

	#Right_container ul.categories {
		width: 240px;
		height: auto;
		margin: 20px auto;
		list-style: none;
		clear: both;
	}
	
			#Right_container ul.categories li {
				width: 220px;
				height: auto;
				margin: 0 auto 2px;
				padding-left: 20px;
				padding-bottom: 3px;
				font: normal normal 1.1em/1.5  Verdana, Arial, sans-serif;
				background-image: url(../image_blog/list.gif);
				background-repeat: no-repeat;
				border: none;
			}
	
	#Right_container ul.group {
		width: 235px;
		height: auto;
		margin: 20px auto 15px;
		list-style: none;
		clear: both;
	}
	
			#Right_container ul.group li {
				width: 235px;
				height: auto;
				margin: 5px auto;
				clear: both;
			}
