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

.link {
	margin-left:20px;
	}

.link h3 {
	width:780px;
	height:34px;
	font-size:18px;
	font-weight:normal;
	color:#FFF;
	padding:5px 0 0 10px;
	background-image:url(../img/link_title.png);
	background-repeat:no-repeat;
	line-height:1.4;
	}
	
.link_area {
	weight:780px;
	height:500px;
	margin-top:10px;
	padding:10px;
	background-color:#fff;
	}
	
.link_area table {
	width:760px;
	}

.link_area table th {
	width:500px;
	height:50px;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	border-bottom:1px dotted #AAA;
	background-image:url(../img/linkmark.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:18px;
	}

.link_area table th a {
	text-decoration:underline;
	color:#500;
	}

.link_area table th a:hover{
	color:#AAA;
	}
	
.link_area table td {
	width:280px;
	height:30px;
	text-align:right;
	font-size:12px;
	color:#AAA;
	border-bottom:1px dotted #AAA;
	}