*{
	margin : 0px;
	padding : 0px;
	
}
body{
	background-image : url("./images/back_ground.gif");
	background-repeat :	repeat-x;
	color : #ffffff;
	font-size : 15px;
	text-align : center;
}
img{
	border : 0px;
}
.right{
	text-align : right;
}
.mb_10{
	margin-bottom : 10px;
}
.center{
	text-align : center;
}
h2{
	margin-left : 20px;
	margin-bottom : 10px;
	font-size : 15px;
}
h3{
	font-size : 13px;
	text-decoration : underline;
}
p{
	line-height : 14px;
	font-size : 12px;
}
a{
	text-decoration : underline;
	color : #ffffff;
}
#site{
	width : 750px;
	margin-left : auto;
	margin-right : auto;
}
#main{
	width : 750px;
	background-color : #cd1672;
	float : left;
}
#header{
	background-image : url("./images/header_back.gif");
	height : 110px;
	text-align : left;
}
#footer{
	width : 750px;
	float : left;
	background-color : #a5125b;
	border-top : 2px solid #cc0033;
}
#menu a{
	color : #ffffff;
	font-weight : bold;
	font-size : 10px;
	text-decoration : none;
}
#menu ul{
	list-style : none;
	padding-top: 20px;
	margin: 0px;
}
#menu li{
	float : left;
	padding-left : 10px;
	padding-right : 10px;
}
#index_img{
	text-align : center;
	margin-bottom : 10px;
}
#main_menu{
	width : 520px;
	float : left;
	text-align : left;
}
#main2_menu{
	width : 750px !important;
	width : 730px; /* IE6 */
	float : left;
	text-align : left;
	margin-top : 20px;
	margin-bottom : 20px;
	padding-left : 20px;
}
#main2_menu th{
	background-color : #a2287a;
	color : #ffffff;
	padding : 8px;
	font-weight : normal;
}
/*#system td{
	margin-top : 5px;
	margin-bottom : 5px;
	border : 1px solid #ff99cc;
	border-collapse : collapse;
	background-color : #ffffff;
	color : #000000;
	width : 650px;
	font-size : 16px;
	text-align : center;
}*/

.system{
	margin-top: 5px;
	margin-bottom : 5px;
	width : 650px;
	background-color : #ffffff;
	border : 1px solid #ff99cc;
	border-collapse : collapse;
	color : #000000;
	width : 650px;
	font-size : 16px;
	text-align : center;
}
.system th{
	border : 1px solid #ff99cc;
	border-collapse : collapse;
	font-size : 16px;
	text-align : center;
}
.system td{
	border : 1px solid #ff99cc;
	border-collapse : collapse;
	color : #000000;
	font-size : 16px;
	text-align : center;
}
.system_time{
	background-color : #ffcccc;
	color : #000000;
	text-align : center;
}
#sub_menu{
	width : 200px;
	float : right;
	background-image : url("./images/sub_menu_back.gif");
	background-repeat :	repeat-y;
	margin : 0px;
	padding-left : 10px;
	text-align : left;
	height : 100%;
}
#sub_menu ul{
	margin-left : 20px;
	margin-bottom : 20px;
}
#sub_menu p{
	margin-bottom : 10px;
}
#live{
	width : 490px;
	height : 140px;
	font-size : 11px;
	margin : 5px;
	margin-bottom : 15px;
	padding : 10px;
	overflow : auto;
}
.time{
	font-size : 12px;
	margin-top : 5px;
	margin-bottom : 5px;
}
.past{
	font-weight : bold;
	margin-left : 10px;
	margin-top : 10px;
	margin-bottom : 10px;
}
.all{
	font-size : 11px;
	text-align : right;
	margin : 5px;
}
#today_list{
	width : 730px;
	border : 1px solid #ffffff;
	margin-left : auto;
	margin-right : auto;
	margin-top : 5px;
	margin-bottom : 5px;
}
#copy{
	font-size : 12px;
}
.link_name{
	font-weight : bold;
	margin-top : 20px;
	margin-bottom : 10px;
	margin-left : 15px;
}
.link_banner{
	margin-bottom : 10px;
}
.link_banner img{
	border : 2px solid #ffffff;
}