@charset"utf-8";

.oshirase{margin-left: 400px; font-size: 12px;}
.oshirase .ttl{ float: left; width: 120px; }
.oshirase .rss{ float: left; width: 280px;}
.oshirase .rss iframe{ height: 14px;}


.flashArea{ height: 300px; margin-bottom: 20px; }




body{
	margin:0px;
	padding:0px;
	background: #200C00;
}

h1{ position: absolute; bottom: 10px; right: 10px; z-index: 10; font-size: 12px; font-weight: normal; color: #200C00; margin:0; padding: 0;}

div#main{
	overflow:auto;
	height:600px;
	width:900px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-450px;
}

div.rss{ 
z-index: 5;
position:absolute;
bottom:0;
left:0;
width: 100%;
background: #ffffff url(../../images/index_ttl_headlines.gif) no-repeat 10px center;
padding: 10px 0;

}

div.rss iframe{ 
height: 14px;
margin-left: 100px;
width: 700px;
}


