/* CSS Document */
#top{
	width:1000px;
	height:440px;
	background:url(../images/top.jpg) no-repeat;
	text-indent:-9999px;
	margin:0 auto;
	background-color:#000000;
}

#news{
	clear:both;
	width:748px;
	min-height:300px;
	float:left;
	background:#FFFFFF;
/*	padding-bottom:10px; ★削除 */
	margin-top:15px;
	margin-bottom:15px;
}
.newstit{
	width:748px;
	height:25px;
	background:url(../images/news.gif) no-repeat;
	text-indent:-9999px;
}
#news iframe{ /* ★追加 */
	width:748px;
	height:300px;
}
#newsbody{ /* ★追加 */
	width:700px;
	background:#FFFFFF;
	padding-bottom:10px;
}
#newsbody dl{ /* ★変更 */
	width:700px;
	border-bottom:1px dashed #999999;
	color:#D0121B;
	margin:7px;
	padding:2px 7px;
	}

#link_jr a{
	float:right;
	width:120px;
	height:120px;
	margin-top:15px;
	margin-bottom:15px;
	display:block;
	background:url(../images/junior.jpg) no-repeat;
	text-indent:-9999px;
}


#privacy{
	color:#FFFFFF;
	padding:10px;
	width:500px;
	font-size:small;
}
.tit{
	font-size:large;
	font-weight:bold;
}
.big{
	font-weight:bold;
}
#privacy p{
	margin-bottom:3px;
}
