@charset "utf-8";
@import  "./import/format.css";
@import  "./import/in_style.css";
@import  "./import/link_style.css";
@import  "./import/main.css";

/*****************************************
コンテンツ
*****************************************/
#Left_container h3 {
	width: 560px;
	height: auto;
	margin: 35px auto 20px;
	clear: both;
}

#Left_container p {
	width: 560px;
	height: auto;
	margin: 20px auto;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 0.8em;
	line-height: 1.5;
	font-weight: normal;
	color: #cccccc;
	clear: both;
}

#Left_container p.center {
	width: 560px;
	height: auto;
	margin: 20px auto;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.5;
	font-weight: normal;
	clear: both;
}

#Left_container p.right {
	width: 560px;
	height: auto;
	margin: 20px auto;
	text-align: right;
	font-size: 0.9em;
	line-height: 1.5;
	font-weight: normal;
	clear: both;
}
