/* CSS Document */

.coment{
	line-height: 150%;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	width: 630px;
	clear: both;
}

.subtitel{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}

.coment p{
	text-align: left;
	text-indent: -1px;
	padding-left: 100px;
	background-color: #FFFFFF;
}

.coment .aizawa{
	float: left;
	color: #FFFFFF;	
	background-color: #4BA81C;
	width: 80px;
	clear: both;	
	padding: 3px;
	margin-right: 7px;
}


.coment .guest{
	float: left;
	background-color: #0099FF;
	width: 80px;
	padding: 3px;
	color: #FFFFFF;
	margin-right: 7px;	
}

.coment .guest2{
	float: left;
	background-color: #FFCC00;
	width: 80px;
	padding: 3px;
	color: #666666;
	margin-right: 7px;
}


.job{
	margin-top: 5px;	
	margin-bottom: 5px;
	line-height: 150%;
}

.pleft{
	float: left;
}

.pright{
	float: left;
	width: 300px;
}

