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で隠す */ 


.oh {
	width: 142px;
	padding: 0 10px 30px 0;
	float: left;
}
.oh1 {
	width: 142px;
	padding: 0 0 5px 0;
	float: left;
}
.oh2 {
	width: 142px;
	padding: 0 0 0 0;
	float: left;
	color: #0F0;
	font-size: 13px;
	font-weight: 700;
	line-height: 13px;
	text-align: center;
}
.oh3 {
	width: 142px;
	padding: 0 0 10px 0;
	float: left;
}
.eve {
	width: 100px;
	padding: 0 0 13px 13px;
	float: left;
}
