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

#TopMovie{
	width: 900px;
	height:410px;
	background:#000000 url(../images/top_movie_bg.gif) no-repeat center bottom;	
}


#ContentsInfo{
	float:left;
	width:700px;
}

#ContentsInfoBanner{
	margin:0px 0px 10px 0px;
}


#ContentsInfoLeft{
	float:left;
	width:345px;
}
#ContentsInfoRight{
	float:right;
	width:345px;
}

.mycustomscroll {
/* Typical fixed height and fixed width example */
height: 213px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
}

.InfoBl{
	width:340px;
	margin:0px 0px 10px 0px;
	background: url(../images/top/info_h2_bg.jpg) no-repeat 0px 0px;
}

.InfoBl .h2Bu h2{
	margin:0px;
	padding:2px 0px 0px 2px;
	height:25px;
	float:left;
}
.InfoBl .h2Bu ul{
	width:80px;
	padding:5px 0px 0px 0px;
	float:right;
}
.InfoBl .h2Bu li{
	display:inline;
}


.InfoBl dl{
	margin:0px 0px 0px 0px;
	padding:0px 10px;
}

.InfoBl dt{
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:85%;
	line-height:100%;
}

.InfoBl dd{
	margin:0px 0px 5px 0px;
	padding:0px;
}


#MainBanner{
	margin:0px;
	padding:0px;
	width:700px;
}


.txNoc{
	color:#E3A9CF;
}
.txNec{
	color:#A9D4B8;
}
.txBc{
	color:#AAC5E3;
}
.txOc{
	color:#F4B6A9;
}