/* CSS Document */


p.side_midahshi{
	background:url(../img/new_side_bg.jpg) repeat-x;
	height:20px;
	padding:10px 0 0 0;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	color:#FFFFFF;

}

p.side01{
	background:url(../img/new_01.jpg) no-repeat;
	width:153px;
	height:42px;
	display:block;
	padding:9px 0 0 47px;
	font-weight:bold;
	color:#006599;
	font-size:14px;
	line-height:1.3;

}

p.side02{
	background:url(../img/new_02.jpg) no-repeat;
	width:153px;
	height:42px;
	display:block;
	padding:9px 0 0 47px;
	font-weight:bold;
	color:#006599;
	font-size:14px;
	line-height:1.3;

}

p.side03{
	background:url(../img/new_03.jpg) no-repeat;
	width:153px;
	height:42px;
	display:block;
	padding:9px 0 0 47px;
	font-weight:bold;
	color:#006599;
	font-size:14px;
	line-height:1.3;

}

.side_waku{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:8px;
	margin-bottom:10px;
	background:#fff;
	
}

.side_waku p.n_side_i{
	text-align:center;
	margin-bottom:10px;
	display:block;

}

.side_waku p.n_txt{
	line-height:1.4;
	color:#666666;
	font-size:12px;

}

p.new_midashi{
	background:url(../img/new_midashi_bg.jpg) no-repeat;
	width:625px;
	height:25px;
	display:block;
	padding:10px 0 0 25px;
	font-size:16px;
	color:#003D5E;
	font-weight:bold;
	margin-bottom:20px;
	}
	
.new_word{
	display:block;
	margin-bottom:30px;

} 
	
.new_word p{
	font-size:12px;
	color:#333333;
	line-height:1.4;

}

/*--------------------------------------------------------------------
画像の回り込み設定
--------------------------------------------------------------------*/
/* センター　淵あり */
.illust{
	text-align:center;
	padding:3px;
	margin:10px 0;
	border:1px #ccc solid;

}

.illust20{
	text-align:center;
	padding:3px;
	margin:20px 0;
	border:1px #ccc solid;

}

.illust0{
	text-align:center;
	margin:10px 0;

}

.illust_top{
	text-align:center;
	margin:0 0 10px 0;

}

/* 右よせ　淵あり */
.illust_r{
	float:right;
	padding:3px;
	border:1px #ccc solid;
	margin:0 0 10px 10px;

}

/* 左よせ　淵あり */
.illust_l{
	float:left;
	padding:3px;
	border:1px #ccc solid;
	margin:0 10px 10px 0;

}

/* 右よせ　淵なし */
.illust_r0{
	float:right;
	padding:3px;
	margin:0 0 10px 10px;
}

/* 左よせ　淵なし */
.illust_l0{
	float:left;
	padding:3px;
	margin:0 10px 10px 0;
}


