@charset "utf-8";
#container {
	/*
	background-image: url(/inc/images/top/bg_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	*/
}

body{
	background-image: url(/inc/images/contents/top/bg_top.gif);
}

object{
	outline:none;
}

#mv{
	height:500px;
	text-align: center;
}

/*-----------------------------------------------------------*/

#information {
	position: relative;
	top: -27px;
	background-image: url(/inc/images/common/white_alpha85.png);
	margin-right: 1px;
	margin-left: 0px;
	
}
#information h2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
	margin-right: -1px;
	margin-left: -1px;
	border-bottom-color: #E1E1E1;
}


#information ul {
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	border-left-color: #E3E3E3;
	border-bottom-width: 0px;
}

#information li {
	border-bottom-width: 1px;
	border-bottom-color: #E3E3E3;
	clear: both;
	display: block;
	border-bottom-style: solid;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

#information .date {
	float: right;
	font-size: 10px;
	font-weight: bold;
	color: #999;
}
#information ul a{
	font-size: 12px;
}

#information ul a img {
	margin:0px 3px;
}

#information ul a.new {
	background-image: url(/inc/images/contents/top/icon_new.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 35px;
}



#information li.blog,
#information li.topics,
#information li.news,
#information li.other{
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 58px;
}

#information li.blog{
	background-image: url(/inc/images/common/inf_blog.gif);
}

#information li.topics{
	background-image: url(/inc/images/common/inf_topics.gif);
}

#information li.news{
	background-image: url(/inc/images/common/inf_news.gif);
}

#information li.other{
	background-image: url(/inc/images/common/inf_other.gif);

}

#information a.floatR{
	margin-top:6px;
	margin-right:5px;
}

