@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 15px;
	clear: both;
}

#Left_container h3 {
	width: 630px;
	height: auto;
	margin: 40px auto 20px;
	clear: both;
}

#Left_container p {
	width: 620px;
	height: auto;
	margin: 20px auto;
	text-align: justify;
	text-justify: inter-ideograph;
	clear: both;
}

#collum {
	width: 620px;
	height: auto;
	margin: 20px auto;
	clear: both;
}

	#collum p {
		width: 124px;
		height: auto;
		margin: 0 20px 0 0;
		text-align: left;
		float: left;
	}
	
	#collum ul {
		width: 470px;
		height: auto;
		margin: 0 auto;
		list-style: none;
		border-top: 1px solid #006600;
		float: left;
	}
	
		#collum ul li {
			width: 470px;
			height: auto;
			margin: 0 auto;
			border-bottom: 1px solid #006600;
			padding-top: 15px;
			padding-bottom: 15px;
			clear: both;
		}

#content {
	width: 620px;
	height: auto;
	margin: 20px auto;
	clear: both;
}

	#content div.sub {
		width: 300px;
		height: auto;
		margin: 20px 20px 0 0;
		float: left;
	}
	
	#content div.sub_2 {
		width: 300px;
		height: auto;
		margin: 20px 0 0 0;
		float: left;
	}

	#content h4 {
		width: 300px;
		height: auto;
		margin: 0 auto 20px;
		text-align: left;
		clear: both;
	}
	
	#content p {
		width: 300px;
		height: auto;
		margin: 0 auto 20px;
		text-align: justify;
		text-justify: inter-ideograph;
		clear: both;
	}

#Right_container div#movie {
	width: 260px;
	height: auto;
	margin: 10px auto 30px;
	padding: 5px;
	background-color: #006600;
	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.0em/1.4  Verdana, Arial, sans-serif;
		background-image: url(../image_blog/list.gif);
		background-repeat: no-repeat;
		border: none;
	}
