@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.main_img {
	margin-bottom: 15px;
}

.banner {
	margin-bottom: 5px;
}

.left_box {
	float: left;
	eidth: 305px;
}

.right_box {
	float: right;
	width: 415px;
}

.topics_head {
	margin-bottom: 10px;
}

.topics_box {
	width: 415px;
	margin-bottom: 5px;
	table-layout: fixed;
}

.block_td {
	width: 22px;
	padding: 5px 0px 5px 0px;
	background: #E1E1E1;
}

.date_td {
	padding: 5px 0px 5px 0px;
	background: #E1E1E1;
	font-size: 10px;
}

.topics_td {
	padding: 5px 5px 5px 5px;
	font-size: 10px;
}






a.link:link {
	text-decoration: underline;
	color: #003300;
	border: 0px;
}

a.link:visited {
	text-decoration: underline;
	color: #003300;
	border: 0px;
}

a.link:active {
	text-decoration: underline;
	color: #558419;
	border: 0px;
}

a.link:hover {
	text-decoration: underline;
	color: #558419;
	border: 0px;
}


