@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: 620px;
	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.3;
		clear: both;
	}
	
	#Left_container h4 {
			width: 600px;
			height: auto;
			margin: 40px auto 10px;
			font-style: normal;
			font-weight: bold;
			font-size: 1em;
			line-height: 1.3;
			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 table.profile {
	width: 600px;
	height: auto;
	text-align: left;
	margin: 15px auto;
	border: 1px solid #cccccc;
	color: #000000;
}

	table.profile th {
		padding: 5px;
		font-style: normal;
		font-weight: bold;
		font-size: 0.9em;
		line-height: 1.5;
		border: 1px solid #cccccc;
		background-color: #99ccff;
	}

	table.profile td {
		padding: 5px;
		border: 1px solid #cccccc;
		font-style: normal;
		font-weight: normal;
		font-size: 0.9em;
		line-height: 1.5;
	}

