@charset "utf-8";


/*トップのみ大きなロゴ*/
div#header p#logo{
	position:absolute;
	/*background-color:#0033FF;*/
	left: 310px;
	top: 28px;
	width:635px;
	height:233px;
	background-image:url(../images/sign_l.png);
	background-repeat:no-repeat;
	text-indent:-9000px;
}

/*背景設定*/
#container{
	background-image:url(../images/bg-top.jpg);
}

div.contents p{
	text-indent:-9000px;}
	
/*090116 トップニュース*/
div#topnews{
	width:356px;
	position:absolute;
	left: 60px;
	top: 211px;
}

div#topnews #wrap{
	background-image:url(../images/bg_topnews.png);
	background-repeat:repeat-y;
	width:340px;
	padding:8px 8px 0 8px;
}

div#topnews #wrap h2{
margin:0 0 6px 0;
color:#000000;
font-size:15px;
}

div#topnews #wrap div.poster{
font-size:11px;
float:left;
width:60px;
padding:0 0 0 12px;
}

div#topnews #wrap img{
}

div#topnews #wrap div.info{
float:right;
width:256px;
padding:0 0 0 12px;
}

div#topnews #wrap ul{
margin:0;
padding:0;
list-style-position:inside;
}

div#topnews #wrap p{
text-indent:0;
margin:24px 0 0 0;}
