@charset "utf-8";
/* CSS Document */
#contents #main #msg_box {
	position: absolute;
	left: 300px;
	top: 80px;
}
#contents #main #msg_box p {
	color: #006;
	font-weight: bold;
}
#contents .page_link {
	margin-top: 10px;
	text-align: center;
}
#contents .box {
	margin-top: 10px;
	background-color: #FFE9A6;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	width: 300px;
}
.box img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.box h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 120%;
	background-color: #FC0;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 125%;
	padding-right: 5px;
	padding-left: 5px;
}
.box .sub_t {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
}
.box .cmt {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 125%;
}

