@charset "UTF-8";

/*--------------------------------------------------------------
	about css
--------------------------------------------------------------*/



#contentHD {
	background-image: url(../images/tt_hellost.png);
	background-repeat: no-repeat;
	text-align: left;
	height: 126px;
	width: 800px;
}
#hello_conRight p {
	font-size: 85%;
}
#hello_contWrap {
	width: 760px;
	margin-top: 20px;
	margin-left: 20px;
}
#hello_conRight {
	float: right;
	width: 570px;
	text-align: left;
}
#hello_conRight table {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #CCCCCC;
}
#hello_conRight td {
	font-size: 85%;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
}
#hello_conRight th {
	font-size: 100%;
	color: #FFFFFF;
	font-weight: 600;
	background-color: #6DB741;
	line-height: 130%;
}
#hello_conRight ul {
	font-size: 85%;
	margin-left: 30px;
}
#hello_conRight li {
	list-style-image: url(../images/s_circle.png);
	list-style-type: none;
	line-height: 20px;
}

#hello_conRight dl {
	font-size: 90%;
}
#hello_conRight dt {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 600;
	text-indent: 12px;
	color: #993300;
	text-decoration: underline;
}
#hello_conRight dd {
	margin-left: 30px;
}
