#page #page_main #left_content {
	width				: 600px;
	margin-right		: 10px;
	border-right		: 1px solid #eee;
	padding-right		: 9px;
}

#left_content .magazine {
}
	#left_content .magazine .cover {
		float				: left;
	}
	#left_content .magazine .contents {
		float				: left;
		margin-left			: 10px;
		width				: 240px;
	}
		#left_content .magazine .contents .text {
			font-size			: 1.0em;
			color				: #333;
		}
			#left_content .magazine .contents .text .theme {
				font-weight			: bold;
				margin-top			: 5px;
				color				: #333;
			}
	#left_content .editorial {
		color				: #333;
	}
		#page #page_main #left_content .editorial h2 {
			margin-top			: 10px;
		}
#right_content {
}
	#right_content .block {
		margin-bottom		: 10px;
		padding-bottom		: 10px;
		border-bottom		: 1px solid #eee;
	}