@import url("default.css");

body {
	padding-top: 20px;
	color: #000;
	}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

a:link, a:visited {
     color: #333;
     text-decoration: underline;
     }

a:active, a:hover {
     color: #999;
     text-decoration: none;
	}

h1 {
	font-size: 17px;
	font-weight: bold;
	}

h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 3px;
	background: #D7EAF9;
	}

h3 {
	font-size: 15px;
	font-weight: bold;
	padding: 3px;
	border-left: 5px solid #eee;
	border-bottom: 2px solid #eee;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	
	}

#container {
	width: 700px;
	text-align: left;
	border: 1px solid #999;
	}

#top {
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #999;
	}

#re {
	padding: 2px;
	text-align: center;
	border-bottom: 1px solid #999;
	}

.schedule {
	padding: 10px;
	}

.schedule_list {
	padding: 10px;
	}

.schedule_list span {
	font-weight: bold;
	}

.schedule_list em {
	color: red;
	}

.schedule_list table {
	width: 80%;
	}

.schedule_list th {
	text-align: center;
	border: 1px solid #999;
	padding: 2px;
	}

.schedule_list td {
	text-align: center;
	border: 1px solid #ccc;
	}

.ccc {
	background: #E3E3E3;
	}

#conference {
	padding: 10px;
	border-top: 1px solid #ccc;
	}

#conference_in {
	padding: 10px;
	}

#conference span {
	color: red;
	font-weight: bold;
	}

#conference th {
	padding: 2px;
	width: 50px;
	border: 1px solid #999;
	text-align: center;
	}

#conference td {
	padding: 2px;
	padding-left: 10px;
	width: 350px;
	border: 1px solid #ccc;
	}

#info {
	padding: 10px;
	border-top: 1px solid #ccc;
	}

#info_in {
	padding: 10px;
	}