@charset "UTF-8";
/* CSS Document */

#container {
	width: 100%;
	text-align: center;
	display:block;
}

/* #fullbg_stretch
--------------------------- */
#fullbg_stretch  img {
	visibility: hidden;
}

/* #contents
--------------------------- */
#contents {
	margin: 10px auto;
	width: 940px;
	color: #000;
	text-align: left;
	position: relative;
	z-index: 99;
}

#contents #overlaybg {
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	position: absolute;
}

#contents #wrapper {
	width: 100%;
	text-align: left;
	position: relative;
}

h1{
	margin:0 5px 0 0;
	padding:0;
	float:left;
}

#contents  ul.nav li{
	float:left;
	margin:40px 15px 0 15px;
}

#contents .top_foot{
	clear:both;
	float:right;
	text-align:right;
	position:fixed;
	bottom:10px;
	right:60px
}

#contents .top_foot .fb{
	margin:10px 20px 10px 0;
}

#contents .top_foot .feed{
	background:url(../images/top/bg_topics.png) no-repeat top;
	width:468px;
	height:113px;
	}


#contents .top_foot .copy {
	margin:0 20px 0 0;
	}
#feed01{
	padding-top:26px;
	}
#feed02{
	padding-top:0px;
	}

#contents .top_foot dl.topics{
	width:452px;
	margin:0px 0 4px 0;
	font-size:12px;
	height:35px;
	text-align:left
}

#contents .top_foot dl.topics dt{
	padding:0px 0 0 100px;
	float:left;
	width:80px;
	line-height:18px;
	text-align:right;
}

#contents .top_foot dl.topics dd{
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	float:left;
	width:250px;
	padding:0px 0 0 10px;
	line-height:18px;
}

h1.index{
	float:none;
	margin:0 auto ;
	text-align:center
}

h2.index{
	margin:0 auto;
	text-align:center
}

#contents .index_box{
	width:340px;
	height:230px;
	position:fixed;
	top: 50%;
	left: 50%;
	margin: -115px 0 0 -170px;
}
	



