@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 30px;
	clear: both;
}

	#Left_container h3 {
		width: 610px;
		height: auto;
		margin: 30px auto;
		text-align: left;
		font-style: normal;
		font-weight: bold;
		font-size: 1em;
		line-height: 1.5;
		clear: both;
	}
	
	#Left_container h4 {
			width: 600px;
			height: auto;
			margin: 40px auto 10px;
			font-style: normal;
			font-weight: bold;
			font-size: 0.9em;
			line-height: 1.5;
			clear: both;
	}
	
	#Left_container p {
		width: 600px;
		height: auto;
		margin: 30px auto;
		text-align: justify;
		text-justify: inter-ideograph;
		font-style: normal;
		font-weight: normal;
		font-size: 0.9em;
		line-height: 1.5;
		clear: both;
	}

	#Left_container p.categorybox {
		width: 600px;
		height: auto;
		margin: 10px auto 40px;
		text-align: justify;
		text-justify: inter-ideograph;
		font-style: normal;
		font-weight: normal;
		font-size: 0.9em;
		line-height: 1.5;
		clear: both;
	}

	#Left_container ul.blogroll {
		width: 580px;
		height: auto;
		margin: 20px auto;
		list-style: none;
		font-style: normal;
		font-weight: normal;
		font-size: 0.9em;
		line-height: 1.3;
		clear: both;
	}
	
			#Left_container ul.blogroll li {
				width: 580px;
				height: auto;
				margin: 0 auto 2px;
				padding-left: 20px;
				padding-bottom: 3px;
				background-image: url(../image/common/list.gif);
				background-repeat: no-repeat;
				border: none;
			}
