@charset "UTF-8";

.main {
	background-color: #ffffff;
	text-align: center;
	margin: 0 auto;
}

h1 {
	font-size: 20px;
	margin-bottom: 0px;
	float: none;
	background-image : url("../image/h1-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	height : 35px;
	margin-top : 10px;
	padding-top: 2px;
	color : black;
	text-align: center;
	line-height: 26px;
}

table {
	margin-left: auto;
	margin-right: auto;
}

div.title1 h2 {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 200%;
}

div.font-download {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
}

div.font-download table, td, th {
	border-collapse: collapse;/*separate;*/
	padding: 5px 5px;
/*	background-color: #3f3f3f;*/
}

div.font-download table {
	border: 1px #808080 solid; 
	margin-bottom: 5px;
}

div.font-download th {
	text-align: left;
	background-color: #ffc8ff;
	height: 20px;
}

div.font-download td.banner {
	width: 180px;
	height: 75px;
}

div.font-download td.comment {
	width: 350px;
	height: 75px;
	text-align: left;
}

div.font-download td.type {
	text-align: left;
	height: 20px;
	background-color: #efefef;
}

/*
table.font-download a {
	display:block;
}
*/
/*
div.font-download tbody tr:hover {
	background-color: #afefbf;

}
*/
