/*	トップページ	*/
.flash	{
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}
#animation_container {
	width: 780px;
	height: 310px;
	margin: 0 auto;
background-color:rgba(255, 255, 255, 1.00);
}
.main {
	background-color: #333333;
	color: #CCCCCC;
	width: 780px;
}
.main	td.new {	vertical-align: top;	width: 50%;}
.main	td.new	img {	margin: 20px;}
.main	td.new	a {	color: #CCCCCC;}
.main	td.new	.list	{
	height: 105px;
	margin-left: 25px;
	width: 350px;
	overflow: auto;
	position: relative;
	z-index: 1;
}

.main	td.new	ul {
	margin: 0px;
	padding: 0px;
}
.main	td.new	li	{
	line-height: 140%;
	list-style-image: url("img/li.gif");
	margin: 0px;
	margin-left: 20px;
	margin-top: 3px;
	padding: 0px;
}

/*	フッター	*/
#footer_top {
	background-color:#4f4f4f;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	color: #999999;
	font-size: 10px;
	margin: 0px auto;
	padding: 7 0 24px;
	text-align: center;
	width: 780px;
}

