/*Comon Style-----------------------------------*/
@import url(./common/common.css);
@import url(./common/style.css);


/*Unique Style*/
.comments_contents #main	{
	background-image:url(../images/comments_top.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.comments_contents dl	{
	margin:0;
	padding:0;
}

.comments_contents dl dt	{
	font-size:14px;
	margin:0 0 5px;
	font-weight:bold;
	letter-spacing:1px;
	font-family: 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝',meiryo, serif;
	color:#0066AA;
	border-bottom:1px solid #DCDCDC;
}

.comments_contents dl dt span	{
	font-size:12px;
	margin-left:5px;
	letter-spacing:0;
}

.comments_contents dl dd	{
	font-size:12px;
	margin:0 0 30px;
}

.comments_contents dl dd.one_em	{
	margin:0 0 12px;
}

/*未使用
.comments_contents dl dd.first_com	{
	margin-right:330px;
}

.comments_contents dl dd.second_com	{
	margin-right:272px;
}

.comments_contents dl dd.thiard_com	{
	margin-right:224px;
}
