@charset "utf-8";

/* CONTAINER ****************************************************************/
div#contents div.topback {
	margin: 30px 50px 30px 0;
}


/* HEADER ****************************************************************/
div#header {
	width: 800px;
	height: 80px;
}

div#h-top p {
	float: left;
	width: 400px;
	height: 49px;
	text-indent: -9999px;
	background : url(../images/logo.gif) no-repeat;
}
div#h-top p a {
	float: left;
	width: 400px;
	height: 49px;
	text-indent: -9999px;
	background : url(../images/logo.gif) no-repeat;
}


/* MAIN ****************************************************************/
div#main {
	padding-top: 17px;
}
div#main h1 {
	width: 580px;
	height: 35px;
	margin-bottom: 32px;
	text-indent: -9999px;
	background: url(../opencampus/images/main_title.gif) no-repeat;
}
div#main ul {
	width: 530px;
	list-style-type: disc;
	margin-bottom: 50px;
	padding-left: 35px;
}
div#main li {
	line-height: 1;
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: #A5A5A6 dotted 1px;
	font-size: 175%;
}
div#main strong {
	color: #008CD6;
	font-weight: bold;
}
div#main img {
	margin-bottom: 3px;
	margin-left: 1em;
}

div.box {
	width: 580px;
}

p#main-sent {
	margin-bottom: 33px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 175%;
}
p.normal {
	margin-top: 8px;
	font-size: 57%;
}
p#form-btn {
	width: 271px;
	height: 57px;
	margin-bottom: 13px;
	margin-left: 35px;
	text-indent: -9999px;
}
p#form-btn a {
	display: block;
	height: 57px;
	background: url(../opencampus/images/form_btn.gif) no-repeat 0 0px;
}
p#form-btn a:hover {
	background-position: 0 -57px;
}


div#sche{
	margin:0 0 30px 30px;
	color: #008CD6;
}

div.left {
	float:left;
	font-size:15px;
	margin-bottom:20px;
	
}

div.right {
	float:right;
	font-size:15px;
	width:360px;
	margin-bottom:20px;
}

div.right2 {
	float:right;
	font-size:15px;
	width:330px;
	margin-bottom:20px;
}

.clear { clear:both;}

.hr {
	width:500px;
	margin:0 0 20px 0;
	border-style:dashed;
	height:1px;
	border-width: 1px 0px 0px 0px;
	border-color:#727171;
}

.year { font-size:11px; margin-right:5px; color:#727171;}
.event { font-size:12px; color:red;}



/* FOOTER ****************************************************************/
div#footer {
	height: 3em;
	font-size: 10px;
}
div#footer address {
	padding-top: 0.2em;
	font-size: 10px;
}


