/*初期設定解除*/
@import "clear.css";

/*全体-------------------------------------*/
body{
font-size:75%;
line-height:150%;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
color:#464646;
}

a:link{
text-decoration:none;
color:#0066FF;}

a:hover{
text-decoration:none;
color:#0066FF;}

a:visited{
text-decoration:none;
color:#0066FF;}

a:active{
text-decoration:none;
color:#0066FF;}

/*-------------------------------------*/

/*コンテナ*/
#container{
	position:absolute;
	top:50%;
	left:50%;
	width:768px;
	height:576px;
	margin:-288px 0 0 -384px;

}

.news{
width:768px;
height:576px;
background-image:url(../img/top_news.png);
}

.news p{
text-align:center;
padding-top:430px;
font-size:24px;
}