@charset "UTF-8";
/*nodagakuen CSS */
@import "../css/basic.css";
@import "../css/navi.css";
@import "../css/box.css";
@import "../css/other.css";


/*新規CSS｜20070524001 */

/*コンテナ｜各項目必須 */
.idboth{
	margin-bottom:20px;
}

.idboth img{
 	border:0;
}

/*背景入りボックス*/
#backImg001{
	background-image:url("img/backimg001.gif");
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:50px;
	margin-bottom:10px;
}

#backImg002{
	background-image:url("img/backimg002.gif");
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:50px;
	margin-bottom:10px;
}

#backImg003{
	background-image:url("img/backimg003.gif");
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:50px;
	margin-bottom:10px;
}

#backImg004{
	background-image:url("img/backimg004.gif");
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:50px;
	margin-bottom:10px;
}

#backImg005{
	background-image:url("img/backimg005.gif");
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:50px;
}

/*フロートボックス｜左に画像（小サイズ） */
.newLeft01{
	float:left;
	width:250px;
}

.newRight01{
	float:right;
	width:330px;
}

/*フロートボックス｜右に画像（小サイズ） */
.newLeft02{
	float:left;
	width:330px;
}

.newRight02{
	float:right;
	width:250px;
	margin-top:45px;
}

/*フロートボックス｜右に画像（小サイズ-マージンなし） */
.newLeft02b{
	float:left;
	width:330px;
}

.newRight02b{
	float:right;
	width:250px;
}

/*フロートボックス｜左に画像（大サイズ） */
.newLeft03{
	float:left;
	width:330px;
	margin-top:25px;
}

.newRight03{
	float:right;
	width:250px;
}

/*フロートボックス｜右に画像（大サイズ） */
.newLeft04{
	float:left;
	width:250px;
}

.newRight04{
	float:right;
	width:330px;
	margin-top:25px;
}

/*WIN IE対策（ハック） */

.newLeft02 ul{
	margin:5px 0 15px 15px;
}

.newLeft02b ol{
	margin:5px 0 15px 25px;
}

.idboth br{
	letter-spacing:normal;
}
