/* 中央部分 */
#center h2{
	color:black;
	text-indent:1em;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:3px;
	padding-bottom:3px;
	background-image:url(../images/h2-back.jpg);
	}
#center h3{
	color:black;
	text-indent:2em;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:3px;
	border-left: 5px solid #b5b5b6;
	border-bottom: 1px solid #b5b5b6;
	background-image:url(../images/sercle.jpg);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	}
#center h4{
	color:red;
	font-weight:normal;
	font-size: small;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:1em;
	}
#center ul{
	font-size:12px;
	margin-left:30px;
	margin-bottom:30px;
	padding-left:0px;
	}
.contents-image{
	margin-bottom:30px;
	}
.concept{
	color:black;
	font-size:12px;
	margin-bottom:30px;
	}
/* 登録一覧コンテンツブロック3分割(長さを570pxで計算） */
.contents-3block{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 15px;
	}
.contents-3block h3{
	color:black;
	font-weight:normal;
	text-align: center;
	background-color:#eee;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	}
.contents-3block-left{
	float: left;
	text-align: left;
	width: 188px;/* ←★左サイドの幅 */
	margin-right:0px;/* ←★右とのアキ */
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	overflow: hidden;
	}
.contents-3block-center{
	float: left;
	text-align: left;
	width:188px;/* ←★中央部分の幅 */
	margin-right:0px;/* ←★右とのアキ */
	border-right: 1px solid #000;
	overflow: hidden;
	}
.contents-3block-right{
	float: left;
	textlign: left;
	width:188px;/* ←★右部分の幅 */
	margin-left:0px; /* ←★右とのアキ */
	border-right: 1px solid #000;
	overflow: hidden;
	}
.contents-3block p{
	textlign: left;
	margin-top:3px;/* ←★文章部分の隙間 */
	margin-left:3px;/* ←★文章部分の隙間 */
	margin-left:10px;/* ←★文章部分の隙間 */
	margin-right:10px;/* ←★文章部分の隙間 */
	}
	
/*エントリーthanksの注意事項*/
.thanks-info {
	color:black;
	font-size:12px;
	text-align: left;
	padding:20px;
	background-color:yellow;
	}
/*エントリーfax用紙*/
.entry-fax a{
	display: block;/* ←★文字をブロック扱いにする */
	width:180px;
	height:180px;
	background-image: url("../entry/fax.jpg");/* ←★背景イメージ */
	text-indent: -5000px;/* ←★文字を見えないようにしている */
	margin-bottom: 10px;/* ←★下との隙間*/
	margin-top: 5px;
	}
.entry-fax a:hover {
	background-position: bottom right;/* ←★マウスオーバーの時は下から表示する */
}
/*資料請求ボタン*/
.document a{
	display: block;/* ←★文字をブロック扱いにする */
	width:180px;
	height:180px;
	background-image: url("../images/document.jpg");/* ←★背景イメージ */
	text-indent: -5000px;/* ←★文字を見えないようにしている */
	margin-bottom: 10px;/* ←★下との隙間*/
	margin-top: 5px;
	}
.document a:hover {
	background-position: bottom right;/* ←★マウスオーバーの時は下から表示する */
}

.news{
	font-size:small;
	line-height:160%;
	margin-bottom:10px;
	}
.news img{
	margin-left:10px;
	margin-bottom:10px;
	}
.contents-block{
	margin-bottom:25px;
	}
/* ミドルロールオーバー背景画像のみ */
.middle-over{
	text-align:center;
	margin-left:148px;
	margin-bottom:0px;
	}
.middle-over a{
	display: block;
	color:black;
	font-size:12px;
	width:240px;
	background-image: url(../images/middle-over.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding-top:10px;
	padding-bottom:10px;
	}
.middle-over a:hover {
	color:red;
	background-image: url(../images/middle-over-a.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	}

