@charset "shift_jis"; 

/*	--- headline.css ---	*/

/*	本文ボックス(サブエリアが無い分広げてあります)	*/
#mainBox {
	float: left;
	width:520px;
	margin: 55px 0px 0px 25px;
	_margin: 15px 0px 0px 13px;
	padding: 0px;
}







/*	コンテンツ	*/
#main_visual
{
background-image:url(../images/Mainvisual.jpg);
background-repeat:no-repeat;
width:520px;
height:270px;
padding:0;
margin:0;
}

#main_visual a
{
display:block;
height:0;
padding-top:240px;
overflow:hidden;
width:520px;
}


#news{
background-image:url(../images/News_Banner.jpg);
background-repeat:no-repeat;
width:520px;
height:35px;
margin-top:-15px;
}


/*	ヘッドラインのボックス	*/
#headlineBox {
	padding: 0px 0px 10px 0px;
	margin: -20px 0px 10px 0px;
	background-color:#ffffff;
}

/*	ヘッドライン日付部分	*/
.newsDate {
	float: left;
	width: 510px;
	margin: 0px 0px 0px;
	padding: 1px 5px 1px 5px;
	background-color: #ffffff;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	height:10px;
}
/*	ヘッドラインタイトル部分	*/
.newsText {
	float: left;
	width: 470px;
	margin: 0px 0px 0px 20px;
	_margin: 0px 10px 0px 10px;
	padding: 5px;
	background-color: #ffffff;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	text-indent:20px;
	text-align: left;
	border-bottom:dotted 1px #cccccc;
	background-image:url(../images/icon.jpg);
	background-position:0 7px;
	background-repeat:no-repeat;

}

.newstitle
{
margin-left:15px;
}

/*	ヘッドラインページ送り	*/
#naviBox {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#naviNext {
	float: right;
	width: 80px;
	margin: 10px 0px;
	font-size: 12px;
	text-align: right;
}
#naviPrev {
	float: left;
	width: 80px;
	margin: 10px 0px;
	font-size: 12px;
}


/*	バナーcalcio	*/
#calcio {
background-image:url(../images/Banner_calcio.jpg);
background-repeat:no-repeat;
width:520px;
height:60px;
color:#FFFFFF;
margin-top:20px;
}

#calcio a {
display:block;
height:0;
padding-top:60px;
width:520px;
overflow:hidden;
_margin-bottom:20px;
}


.headline_top{
margin-top:60px;
}
