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

/*---------------------------------- index Flash setting ---*/


#top {
	text-align:center;
	/*background:url(../img/noFla.jpg) top center no-repeat;*/
	height: 1328px;
}

div#bg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}

div#wrapper {
	position: relative;
	z-index: 1;
}

.bnr_bdbox{
	width: 500px;
	height: auto;
	margin-bottom: 20px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.bnr_bdbox:hover{
	opacity: 0.8;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


/*---------------------------------- index Flash setting ---*/





#topFooter {
	float:left;
	font-size: 12px;
	/*z-index: 1;
	position: relative;*/
	width: 500px;
}


/*---------------------------------- index MainContents setting ---*/
#topContents {
	float:left;
	width: 930px;
	height:1000px;
	padding:0 30px;
	position:relative;
}



/*---------------------------------- news&twitter feed setting ---*/
#topContainer{
	width:500px;
	margin:450px 0 0 425px;
	/*top:525px;
	left:455px;
	position:absolute;*/
}

#infoSpace{
	width:500px;
	height:82px;
	margin:0;
}

div.news{
	float: left;
	width:500px;
	height:150px;
	margin:0 0 20px 0;
}

div.newsWrap{
	background: url(../img/newstwitter_bg.png) top left no-repeat;
	width:475px;
	height:130px;
	padding:0 0 0 23px;
	border:1px solid #000000;
	overflow-y: auto;
}

div.news ul{list-style-type:none;}

div.news ul li{margin:0 0 5px 0;}

div.news ul dt{
	color:#897e43;
	float:left;
	width:85px;
}

div.news ul dd{
	float:left;
	width:255px;
	line-height:1.2;
}

div.news ul dd a:link{color:#FFFFFF; text-decoration:underline;}
div.news ul dd a:visited{color:#AAAAAA; text-decoration:underline;}
div.news ul dd a:hover{color:#AAAAAA; text-decoration:none;}
div.news ul dd a:active{color:#CCCCCC; text-decoration:none;}

#tweet{
	float: left;
	width:500px;
	height: 150px;
	margin:0 0 20px 0;
}

#tweetWrap{
	background: url(../img/newstwitter_bg.png) top left no-repeat;
	width:465px;
	height:130px;
	padding:0 10px 0 23px;
	border:1px solid #000000;
	overflow-y: auto;

}

#tweet ul{
	list-style-type:none;
}

ul#twitter_update_list li{
	border-bottom:1px solid #2c0907;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	color:#CCCCCC;
}
