﻿@charset "utf-8";
/*----------------------------------------------------------------------
 index.html 
------------------------------------------------------------------------*/
#index img {
	border: none;
}
#index table {
	font-size: 93%;
}
#index table.type1 {
	width: 26em;
}
#index table.type1 td {
	text-align: center;
}
#index table.type2 {
	width: 60em;
}
#index table.type2 td {
	width: 30%;
}
#index table.type2 td span{
	font-size: 93%;
	letter-spacing: -0.5px;
}
#index table.type3 {
	width: 30em;
}
#index table.type3 span {
	font-size: 93%;
}

