@import "main.css";

	/*日常コラムテーブル*/
	.colam {
		width: 570px;
		height: auto;
		margin: 0px 0px 10px 20px;
		font-size: 80%;
		font-weight: normal;
		line-height: 130%;
		color: #333333; 
	}
	
/*プロダクト*/
.product {
	width: 570px;
	height: auto;
	margin: 10px 0px 10px 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5em;
	background-color: #ffffcc;
	color: #000000;
	border: 1px solid #000000;
}
	.product th {
		font-size: 130%;
		font-weight: bold;
		line-height: 130%;
		padding: 5px;
	}

	.product td {
		vertical-align: top;
		text-align: left;
		padding: 5px;
	}
	
	.product p {
		margin: 0px auto 10px;
	}

/*段落*/
.c_text {
	width: 570px;
	height: auto;
	margin: 10px 0px 20px 20px;
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	line-height: 130%;
	background-color: transparent;
	color: #000000;
	clear: both;
}