
div.cont {
	text-align: left;
	margin-left: 25px;
	width: 700px;
	font-size: 0.9em;
}

div#comment {
	width: 750px;
}

div#comment div.inner {
	margin: 10px;
}

div#comment div.left
{
	width: 360px;
	height: 250px;
	float: left;
	text-align: left;
	border: 1px solid #999999;
	background-image: url(../img/tekotan_Cback.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#comment div.right {
	width: 360px;
	height: 250px;
	float: right;
	text-align: left;
	border: 1px solid #999999;
	background-image: url(../img/tekotan_Cback.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}


div#comment div.left div.inner,
div#comment div.right div.inner
{
	padding: 5px;
}

