@charset "utf-8";

div.contents{
/* IE6　背景表示されないバグ対策 */
	position:static;
}
.contents ul,
.contents ul.numKakko{
	margin-left:0;
}
.contents ul,
.contents ul.numKakko{
	margin-left:0;
}
.part .unit ol{
	font-weight:bold;
}
.part .unit ol li div{
	font-weight:normal;
}
/* 登録ページへのリンクボタン */
div#toRegister {
	margin-top:3em;
}
div#toRegister h4{
	color:#0c4e74;
	font-size:110%;
	margin-bottom:0.75em;
	text-align:center;
}
div#toRegister h4.prain{
	color:#861212;
}

div#toRegister p{
	text-align:center;
}
div#toRegister img{
	margin-left:18px;
}
div#toRegister img.first{
	margin-left:0;
}




/* 問い合わせ先 */
div#regContact{
	border:1px solid #999;
	margin-top:3em;
	margin-bottom:0.5em;
	padding:18px 24px 10px 24px;
}
#regContact h3{
	color:#333;
	border-color:#ccc;
}
#regContact h3.first{
	margin-top:0;
}
#regContact p{
	line-height:1.4em;
}
