#mainblock{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#mainblock .eigyosyo {
	clear: both;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#mainblock .eigyosyo .eigyoblock {
	float: left;
	width: 270px;
	border: 1px solid #2366B7;
	padding-bottom: 10px;
	margin-left: 10px;
}

#mainblock .eigyosyo h3 {
	font-weight: normal;
	color: #2366B7;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2366B7;
	margin: 0px;
}
#mainblock .eigyosyo h4 {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #000000;
}

#main dl.new {
	width: 94%;			/*What's Newボックスの幅*/
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
}

#main dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dd {
	font-size: 12px;
border-bottom: 1px dotted #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}

#main h2 {
	font-size: 100%;
	background: url(images/h2_bg.gif) no-repeat;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
}

#tenpo_img {

	padding-top: 10px;
	padding-right: 10px;
}