@charset "utf-8";
/* CSS Document */

.usefull_title {
	font-size: 13px;
	color: #1d60c0;
	padding-bottom: 5px;
	padding-left: 5px;
}
.usefull_text {
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}
.usefull_link a {
	color: #666;
	text-decoration: underline;
}
.usefull_link a hover {
	color: #333;
	text-decoration: none;
}
.usefull_table_title {
	color: #006;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 15px;
	background-color: #f4f4f4;
	margin-bottom: 10px;
	padding-top: 3px;
}

.usefull_table {	
	border: 1px solid #999;	border-collapse: collapse;

}
.usefull_table td {
	padding: 4px; border: 1px solid #CCC;
}
.usefull_td_color {
	background-color: #CCC;
	white-space: nowrap;
}
.usefull_list {
	padding-left: 15px;
}
.usefull_list li {
	list-style-type: disc;
}
.pa_left_botom30 {
	padding-bottom: 30px;
	padding-left: 15px;
	padding-top: 5px;
}
