#topmain {
	margin: 0px;

	padding: 0px; 
}

#topmain .moviebox{
	margin: 0px;

	padding: 0px;
 	background-color: #000000;
}

#topmain .spacebox{
	height: 65px;
	background-color: #efefef;
}

#topmain .spacebox_2 {
	height: 23px; 
       	background-image: url(../img/space_bottom_bg.gif); 
}

#topmain .spacebox_bunner{
	height: 60px;
	background-color: #efefef;
}

#topmain .infobox{
	vertical-align: top;

	margin: 0px;

	padding-left:40px;

	background-color: #efefef;
}

topmain .menu_name{
	height: 25px; 
}

topmain .info_contents{
	padding-left:21px; 
}


.text {

	text-align: left;

	font-size: 13px;

	line-height: 15px;

	margin-bottom: 20px;

	color: #676464;
}


.text_header {

	font-weight: bold;

	color: #666666;
}

.Table_UnderLine{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
}


a:link {
                text-decoration: none;
                color: #7F7FFF;
}


