@charset "Shift_JIS";
/*トップページ用css*/
/*contents*/
#contents {
	margin:5px 15px;
}

#left {
	float:left;
	width:420px;
}

#right {
	float:right;
}

#left h2,
#right h2 {
	margin-bottom:10px;
}

table.topics {
	margin-left:5px;
	margin-bottom:10px;
}

table.topics th,
table.topics td {
	font-size:0.9em;
	line-height:1.4;
	vertical-align:top;
	padding-bottom:5px;
}

table.topics th {
	background-image:url(../images_top/icon1.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:15px;
	padding-right:10px;
	font-weight:normal;
	white-space:nowrap;
}

table.topics a {
	color:#003399;
	text-decoration:underline;
}

table.topics a:hover {
	color:#0099CC;
	text-decoration:underline;
}



.material .block {
	text-align:center;
	margin-bottom:3px;
}