@charset "EUC-JP";


/*基本設定
--------------------------------*/
.spBox *{
	padding: 0;
	margin: 0;
}
/*
--------------------------------*/
.spBox h2{
	background:url(../img/header01.jpg) no-repeat;
	_display:inline-block;/*WinIE6のみ適用 IEのときに背景が消えるのを回避*/
	height:241px;
	text-indent:-9999px;
}
.spBox div.wrap01{
	background:url(../img/bg01.jpg) no-repeat;
	width:575px;
	height:214px;
}
.spBox div.wrap02{
	background:url(../img/bg02.jpg) no-repeat;
	width:575px;
	height:214px;
}
.spBox div.contents{
	width:230px;
	margin:0  20px 0 325px;
}
.spBox div.contents p.txtBox{
	height:64px;
	font-size:12px;
	line-height:140%;
}
.spBox div.contents p{
	margin-bottom:10px;
}
.spBox div.contents .none{
	margin-bottom:0;
}