body {
	background-color: #000000;
	background-image: url(../images/back_haguruma.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
}
.contents {
	margin-top: 75px;
	background-repeat: repeat-x;
	background-position: 0px 75px;
	background-image: url(../images/back_center.jpg);
}
.main {
	background-repeat: no-repeat;
	height: 500px;
	margin-bottom: 0px;
	background-image: url(../images/mainimg.jpg);
}

.main img {
	margin-top: 10px;
}
.copyright {
	font-size: 10pt;
	color: #FFFFFF;
	margin-top: 20px;
	text-align: right;
}
.mainback {
	background-image: url(../images/back_center.jpg);
	background-repeat: repeat-x;
}
.contents .main #date {
	vertical-align: bottom;
}

/* begin styles for RSS Feed */
#whatsnew {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 350px;
	float: left;
}
.contents .main #poster {
	margin-top: 30px;
	float: left;
}
.contents .main #qr {
	margin-left: 510px;
	margin-top: 30px;
}


.rss_box {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #EEEEEE;
	padding: 5px;
	 
}
.rss_items {
	margin-top:0px;
	padding:5px;
	margin-left:0px;
	color:#000000;
}
p.rss_title {
	padding:2px;
}
.rss_title {
	text-decoration: none;
	font-size: 100%;
	background-color:#ef9036;
	color:#ffffff;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}
#clear {
	clear: both;
}


.rss_item  {
	font-weight : normal;
	list-style:none;
	margin-bottom: 5px;
	float: left;
	width: 300px;
}

.rss_item a {
	text-decoration : underline;
	color:blue;
	font-size: 105%;
	font-weight:normal;
	margin: 0px;
	float: left;
	}
	
.rss_item a:visited {
	color:purple;
	float: left;
}

.rss_date {
	font-size: 90%;
	font-weight : normal;
	color: #996666;
	margin: 0px;
	}
  
