@charset "utf-8";

/*=======================================================================

TOPページ(top.css)
 
========================================================================*/


h3 {
	margin: 0;
	border-bottom: 1px solid #cacaca;
}


/*----------------------------------------------------------------------
 MAIN VISUAL
----------------------------------------------------------------------*/
.mainVisual {
	margin: 0 0 10px;
}


/*----------------------------------------------------------------------
 INFO
----------------------------------------------------------------------*/
.information {
	padding: 10px 0;
	border-bottom: 1px solid #cacaca;
}

.information img {
	float: left;
	margin-right: 25px;
	padding: 10px 30px;
	border-right: 1px solid #cacaca;
}

#content .information p {
	padding: 10px 30px 10px 0;
}

#content .information p.links {
	text-align: right;
}
#content .information p.links span {
	padding: 0 0 0 7px;
	background: url(../common/images/arrow.gif) left center no-repeat;
}


/*----------------------------------------------------------------------
 NEWS
----------------------------------------------------------------------*/
h3.update {
	position: relative;
}

h3.update span {
	position: absolute;
	top: 14px;
	right: 14px;
}

.scroll-pane {
	width: 97%;
	height: 200px;
	margin: 20px 0 20px;
	overflow: auto;
}

ul.update {
	min-height: 100px;
	padding: 0 25px;
	font-size: 88%;
}

ul.update li {
	margin: 0 0 12px;
	padding: 5px 0 0 12px;
	background: url(../common/images/arrow.gif) 5px 9px no-repeat;
	line-height: 1.2;
}

ul.update li span {
    display: block;
    float: left;
	overflow: hidden;
}

ul.update li span img {
	padding: 0 7px 0 20px;
	vertical-align: top;
}

ul.update a:link {
	color: #016db9;
	text-decoration: none;
}
ul.update a:visited {
	color: #016db9;
	text-decoration: none;
}
ul.update a:hover {
	color: #00a2ff;
	text-decoration: underline;
}
ul.update a:active {
	color: #016db9;
	text-decoration: none;
}


.seminar {
	padding:10px;
	border-bottom:1px solid #ccc;
	text-align:center;
}
