@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: 640px;
	height: auto;
	margin: 20px auto 10px;
	clear: both;
}

#Left_container h3 {
	width: 630px;
	height: auto;
	margin: 40px auto 20px;
	clear: both;
}

#Left_container p {
	width: 600px;
	height: auto;
	margin: 20px auto;
	font-size: 0.9em;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	clear: both;
}
	
div.textmanu {
	width: 580px;
	height: auto;
	margin: 5px auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 20px;
	border: 1px solid #cccccc;
	clear: both;
}
	
		div.textmanu ul {
			width: 570px;
			height: auto;
			margin: 10px auto;
			list-style: none;
			clear: both;
		}
		
			div.textmanu ul li {
				width: 552px;
				height: auto;
				margin: 5px auto;
				font-size: 0.9em;
				background: url(../image/common/list.gif) no-repeat;
				padding-top: 5px;
				padding-left: 18px;
				clear: both;
			}

