@charset "utf-8";

/* CSS Document */
#CONTENTS #MAIN .box1 .title {
	float: left;
	width: 580px;
	background-color: #2F1B0B;
	height: 15px;
	margin-top: 20px;
	margin-left: 20px;
	display: inline;
}
#CONTENTS #MAIN .box1 .topics {
	float: left;
	width: 560px;
	margin-left: 20px;
	display: inline;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2F1B0B;
	padding: 0px;
}

#CONTENTS #MAIN .box1 .photo {
	width: 154px;
	background-color: #FFFFFF;
	height: auto;
	float: left;
	display: inline;
	margin: 10px;
}
#CONTENTS #MAIN .box1 .name {
	width: 360px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #669933;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#CONTENTS #MAIN .box1 .text {
	width: 360px;
	background-color: #FFFFFF;
	height: 114px;
	float: left;
	line-height: 1.3em;
	padding: 10px;
}
#CONTENTS #MAIN .box1 .date {
	width: 540px;
	background-color: #FFFFFF;
	text-align: right;
	float: left;
	padding-bottom: 5px;
}
