@charset "utf-8";
h3 {
	background-image: url(img/h3.png);
}
#mbox .img {
	background-image: url(img/mbox_img.jpg);
	height: 150px;
	width: 260px;
}
.contentsbox #link H5 {
	font-size: 16px;
	border-left: 10px solid #666666;
	border-bottom: 1px solid #666666;
	margin: 0px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contentsbox #link H4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	border-bottom: 1px dotted #666666;
	background: #F0F0F0;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	color: #666666;
}
.contentsbox #link P {
	margin: 0px 0px 20px;
	padding: 5px 5px 5px 20px;
	border-bottom: 1px solid #666666;
}
.contentsbox #link A {
	font-weight: bold;
	text-decoration: none;
	color: #003399;
}
.contentsbox #link A:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #990033;
}

