/*================LINK LIST================*/
#linklist {
	width: 720px;
	height: auto;
	margin: 20px 0 30px 20px;
}
#linklist .imgbox {
	width: 150px;
	float: left;
}
#linklist .txtbox {
	width: 570px;
	margin-bottom: 15px;
	float: right;
}
#linklist .txtbox p {
	margin: 0;
	font-size: 12px;
	color: #FFF;
	line-height: 1.4;
}
#linklist .txtbox p a {
	color: #D7F141;
	text-decoration: underline;
}
#linklist .txtbox p a:hover {
	color: #D7F141;
	text-decoration: none;
}

/*================Link(‘ŠŒÝƒŠƒ“ƒN)================*/
#link {
	width: 720px;
	height: auto;
	margin: 20px 0 30px 20px;
}
#link ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
#link li {
	float: left;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	width: 90px;
	font-size: 10px;
	color: #FFF;
}
#link a, a:hover {
	color: #D7F141;
	text-decoration: none;
}

/*================MY BANNER================*/
#ban {
	width: 720px;
	height: auto;
	margin: 20px 0 30px 20px;
}
#ban h3 {
	color: #FF0;
	font-size: 14px;
	margin: 0;
}
#ban table {
	width: 720px;
}
#ban th {
	width: 240px;
	text-align: left;
}
#ban th img {
	margin: 2px;
}
#ban td {
	color: #FFF;
	font-size: 12px;
	line-height: 1.4;
}
#ban td a {
	color: #D7F141;
	text-decoration: underline;
}
#ban td a:hover {
	color: #D7F141;
	text-decoration: none;
}
#ban span {
	margin-left: 4px;
	color: #FF0;
}


