div.grid
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}



div.grid div.active h3 a:link,
div.grid div.active h3 a:visited,
div.grid div.active h3 a:hover,
div.grid div.active h3 a:active
{ 
 color: #ffffff;
 text-decoration: none;
}
/* 画像下の隙間を埋める  */
/* active = マウスがhoverした時のクラス  */
/* タイトルを囲うボックス。IEボックスバグ対応 marginとpaddingは指定しない。はみ出る文字はoverflowで隠す */ 

.taiken {
	text-align: left;
	float: left;
	width: 88px;
	padding-right: 6px;
}
.taiken2 {
	text-align: left;
	float: left;
	width: 88px;
}
