/* === トップページのスタイル === */
.main table	{border:none;
			width:450px;
			height:100px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 20px;
			border-collapse: collapse;
			font-size: 14px;}

.main th	{text-align: center;
			vertical-align: middle;
			padding: 3px;
			border: solid 2px #af5f22;}

.main td	{padding: 3px;
			border: solid 2px #af5f22;
			text-align: center;
			vertical-align: middle}

.main img	{border: ridge 10px #b56522;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
			margin-right: 15px;
			float:left;}

.main p		{font-size: 14px;
			color: #002e72;
			line-height: 1.5;
			margin-top: 10px;
			margin-bottom: 0px;
			clear: both;}

table#topi	{width: 550px;
			height: auto;
			margin-top: 10px;
			border: none;
			clear: both;}

td#topi		{color: #ff0000;
			width: 275px;
			border: none;
			vertical-align: top;}


