@charset "utf-8";


#link_table1{
	width:100%;
}

#link_table1 th{
	padding:10px;
	text-align:center;
	width:20%;
	border:#aaa solid 1px;
}

#link_table1 td{
	padding:10px;
	text-align:left;
	border:#aaa solid 1px;
}

.link_list{
	float:left;
	width:100%;
	padding:5px 0;
	border-bottom:#CCCCCC dotted 1px;
}

.link_name{
	float:left;
	width:100%;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}

.link_name a:link 		{color:#33A02C; text-decoration:none;}
.link_name a:visited 	{color:#33A02C; text-decoration:none;}
.link_name a:hover 		{color:#33A02C; text-decoration:underline;}

.link_comment{
	float:left;
	width:95%;
	position:relative;
	left:20px;
	text-align:left;
	line-height:1.5em;
}