@charset "utf-8";





.contentBox .l {
	float: left;
	width: 375px;
}


.contentBox .r {
	float: right;
	width: 375px;
}

.contentBox dl {
	clear: both;
	margin-bottom: 10px;
}
.contentBox dt {
	float: left;
	width: 375px;
	text-align: left;
font-weight:bold;
}
.contentBox dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-align: right;
color:#FF0000;
}
.contentBox ul.menu_list {
	clear:both;
	margin-bottom:10px;
	padding-left:20px;
}
.contentBox p {
	clear: both;
	margin-top: -10px;
	margin-bottom: 10px;
	color: #999999;
	text-align: left;
}


.contentBox .photo {
	clear: both;
	margin-bottom: 10px;
}



ul.menu_list{
	list-style-type:none;
	padding:0 !important;

}
ul.menu_list li{
	text-align:left;
}
p.footer_comment{
	margin-top:20px;
}

* html .contentBox .l {
	padding-left:15px;
}
* html .contentBox{
	width:790px;
}
