@charset "utf-8";

/*index css */


/* formatting style
--------------------------*/
#topics a:link {
	text-decoration: underline;
	color: #BF8E3C;
}
#topics a:visited {
	text-decoration: underline;
	color: #BF8C3A;
}
#topics a:hover {
	text-decoration: none;
}

/* 新着情報 */

#topics table {
	display: block;
	width: 685px;
	border-collapse:collapse;
	height: 100px;
	margin-left: 5px;
}
#topics table th.date {
	width: 70px;
	text-align: left;
	font-weight: normal;
	padding-top: 10px;
}
#topics table th.titleName {
	width: 610px;
	text-align: left;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top: 10px;
}

#topics table td {
	border-bottom: 1px dotted #444444;
	width: 685px;
	color: #ADADAD;
	vertical-align: middle;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
#topics p {
	width: 670px;
}
#main #topics { overflow: auto; overflow-x: hidden; }
