@charset "UTF-8";

/*--------------------------------------------------------------
	attention css
--------------------------------------------------------------*/



#contentHD {
	background-image: url(../images/tt_attention.png);
	background-repeat: no-repeat;
	text-align: left;
	height: 126px;
	width: 800px;
}

#attentionWrap {
	height: auto;
	width: 700px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#attentionWrap p {
	font-size: 85%;
	line-height: 120%;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#attentionWrap ul {
	font-size: 85%;
	margin: 5px;
	text-indent: 20px;
}
#attentionWrap li {
	list-style-type: none;
	color: #005E15;
	background-image: url(../images/s_circle.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#attentionWrap dt {
	text-indent: 10px;
	background-image: url(../images/s_circle.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
}
#attentionWrap dl {
	font-size: 93%;
	margin-left: 30px;
}
#attentionWrap a {
	text-decoration: none;
}

#attentionWrap a:hover {
	text-decoration: underline;
	color: #64B741;
}
