@charset "utf-8";
h1 {
	width: 490px;
	height: 15px;
	padding-left: 8px;
	padding-bottom: 5px;
	margin-top: 20px;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #FFA800;
	font-size: 14px;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.contents {
	width: 470px;
	margin-left: 10px;
	margin-top: 20px;
	height: 110px;
	padding-top: 10px;
	padding-left: 10px;
	border: 1px dashed #666;
}
.contents img {
	vertical-align: middle;
	float: left;
	margin: 0px;
}
.contents_title {
	width: 490px;
	height: 15px;
	padding-left: 8px;
	padding-bottom: 5px;
	margin-top: 30px;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #FFA800;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
.contents .subtitle {
	width: 300px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 115px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFA800;
	padding-left: 5px;
}
.contents .link {
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 128px;
}

.contents p {
	margin: 0px;
	padding: 0px;
}

.contents a{
	color: #FF3300;
	text-decoration: none;
}

.contents a:hover {
	color: #333;
	text-decoration: underline;
}
