@charset "UTF-8";
@import url("../share/css/base.css");
@import url("../share/css/news.css");
@import url("../share/css/main.css");
@import url("../share/css/sidebar.css");
@import url("../share/css/footer.css");

/*top course styles　 
-------------------------------------*/
#course_top{
	clear: both;
	height: 330px;
	width: 800px;
}


#course_top ul{
width:800px;
height:110px;
list-style: none;
}

#course_top li,#course_top li a{
	float:left;
	display:block;
	width:160px;
	height:110px;
	text-indent:-9999px;
	background-image: url(images/c_navi_top.jpg);
	overflow: hidden;
}

#course_t01 a{background-position:-0px 0px}
#course_t02 a{background-position:-160px 0px}
#course_t03 a{background-position:-320px 0px}
#course_t04 a{background-position:-480px 0px}
#course_t05 a{background-position:-640px 0px}

#course_t01 a:hover{background-position:-0px -110px}
#course_t02 a:hover{background-position:-160px -110px}
#course_t03 a:hover{background-position:-320px -110px}
#course_t04 a:hover{background-position:-480px -110px}
#course_t05 a:hover{background-position:-640px -110px}



/*main top page style
-------------------*/
#event{
	float: left;
	width: 400px;
}
#sidebar2 {
	float: right;
	width: 199px;
}
/*--------------*/


/*event styles 
-------------------------------------*/
.e_title {
	background-image: url(images/event_title_top.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 400px;
	background-position: center;
	}
	

.e_title a{
	margin-left: 330px;
	display: block;
	height: 25px;
	position: relative;
	top: 5px;
}


.e_index02{
	display: block;
	width: 398px;
	border: 1px solid #333333;
	padding-bottom: 10px;
	overflow: auto;
	margin-bottom:10px;
	/*--
	height: 310px;
	--*/
}
.e_index{
	display: block;
	width: 398px;
	border: 1px solid #333333;
	padding-bottom: 10px;
	overflow: auto;
	height: 440px;
	/*--
	height: 310px;
	--*/
}

.e_index table{
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px dotted #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.e_index td.e_date {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}

.e_index td.e_subject{
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 280px;
}

.e_index td.e_subject a:link {
	color: #006AA1;
	text-decoration: underline;
}
.e_index td.e_subject a:visited {
	color: #006AA1;
	text-decoration: underline;
}
.e_index td.e_subject a:hover {
	color: #006AA1;
	text-decoration: none;
}
.e_index td.e_subject a:active {
	color: #006AA1;
	text-decoration: none;
}

