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


.bnr {
	float: left;
	width: 207px;
	padding: 25px 15px 0 15px;
	background-repeat: repeat-y;
	height: 313px;
}
.bnr2 {
	float: left;
	width: 193px;
	padding: 0 0 14px 10px;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	background-position: 0 2px;
	color: #ffa20a;
	font-weight: 700;
}
.bnr3 {
	float: left;
	width: 198px;
	padding: 0 0 0 5px;
	text-align: left;
	line-height: 21px;
	font-size: 13px;
	height: 128px;
}
.bnr4 {
	float: left;
	width: 81px;
	padding: 0 0 0 122px;
	text-align: left;
	line-height: 21px;
	font-size: 13px;
}


.list {
	float: left;
	width: 203px;
	padding: 0 15px 0 15px;
	background-repeat: repeat-y;
}
.list2 {
	float: left;
	width: 178px;
	padding: 0 0 10px 25px;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	background-image: url(../images/maru.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.list3 {
	float: left;
	width: 178px;
	padding: 0 0 15px 25px;
	text-align: left;
	line-height: 26px;
	font-size: 13px;
	font-weight: 700;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 15px;
}

.td_right {
	text-align:right;
}