#msg_area
{
	float: left;
	width: 500px;
	_zoom:1;
	overflow:hidden;
}
.comment_box
{
	_zoom:1;
	overflow:hidden;
	background-image:  url("images/comment_line.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.comment_box h3
{
	line-height: 26px;
	background-color: #FFDEE6;
	height: 26px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.comment_box p
{
	padding-top: 10px;
}
.comment_box .photo
{
	float: left;
	padding-right: 10px;
}
.comment_box .photo img
{
	border: 1px solid #A9A9A9;
}


#sub_area
{
	float: right;
	width: 150px;
	_zoom:1;
	overflow:hidden;
}

#sub_area h4
{
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	background-color: #5F5F5F;
}
#h4_01,#h4_02
{
	background-image: url(images/h4_01.gif);
	background-repeat: no-repeat;
	text-indent: -6000px;
}
#h4_02
{
	background-image: url(images/h4_02.gif);
}


#sub_area .line
{
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5f5f5f;
	border-right-color: #5f5f5f;
	border-bottom-color: #5f5f5f;
	border-left-color: #5f5f5f;
	margin-bottom: 10px;
}
#sub_area ul
{

}
#sub_area li
{
	list-style-image:  url("images/report_point.gif");
}
#page_box
{
	clear: both;
	padding-top: 50px;
	background-image:  url("images/page_back.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 1em;
}

#foot_navi
{
	background-color: #F3F3F3;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #353535;
}

#foot_navi a
{
	color: #353535;
}
#foot_navi a:hover
{
	color: #990000;
}
@media print
{
#h4_01,#h4_02
{
	background-image: none;
	text-indent: 0px;
}
}
