@charset "utf-8";

a:hover img {
    filter: alpha(opacity=60); /* IE */
    opacity:0.6;                /* Firefox,Opera,Safari */
    -moz-opacity:0.6;          /* Firefox 0.9より前 */
}


/* -----------------------------------------------
 cover
-------------------------------------------------- */

#mainVisual{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 3em;
	z-index: 1;
	top: 0px;
	height: 320px;
	background-image: url(/eduhuman/elt/index_img/cover_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#mainVisual #flower{
	position:absolute;
	top:240px;
	width:1019px;
	height:215px;
	z-index:2;
	text-align: center;
    left:50%;
	margin-left:-509px;}


/* -----------------------------------------------
 indexList
-------------------------------------------------- */
ul.indexList{
	width: 100%;
}
ul.indexList li{
	margin-left: 2em;
	padding-right: 0.5em;
	list-style-type: disc;
}
ul.indexList li a{
	color: #333;
	text-decoration: underline;
}
ul.indexList li a:hover{
	color: #999;
	text-decoration: none;
}

/* -----------------------------------------------
 NEWS
-------------------------------------------------- */
#eventa_ttl {
	margin-bottom: 10px;
}
#eventa {
	margin-bottom: 1em;
}
#eventa li{
	border-bottom: #CCC 1px solid;
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 0.5em;
	margin-right: 10px;
}
#eventa li .photo{
	float: left;
	margin-bottom: 1em;
	margin-right: 2em;
}
#eventa li div{
	overflow:hidden;
	/zoom:1;
	margin-bottom: 0.5em;
}
#eventa li .date,
           .title,
		   .data {
	margin-bottom: 0.5em;
}
#eventa li .date {
	clear: none;
	width: 120px;
	float: left;
	background-image: url(/eduhuman/elt/common_img/arrow_green.png);
	background-repeat: no-repeat;
	background-position: 115px 0.5em;
	padding-left: 10px;
}
#eventa li .date.new {
	background-image: url(/eduhuman/elt/common_img/icon_new.png);
	background-repeat: no-repeat;
	background-position: 105px 0.2em;
	text-align: left;
}
#eventa li .title {
	width: 720px;
	clear: none;
	float: left;
	padding-left: 10px;
	display: block;
}
/* more*/
#news {
	position: relative;
}
#news #more {
	position:absolute;
	width:50px;
	height:15px;
	z-index:1;
	left: 639px;
	top: 0px;
}

/* -----------------------------------------------
  Top pickup
-------------------------------------------------- */

.pu {
	background-image: url(/eduhuman/elt/index_img/pick_bg.png);
	padding: 20px;
	height: 173px;
	background-repeat: no-repeat;
	width: 306px;
	float: left;
}
.pu img {
	margin-bottom:10px;
}
.pu.alpha {
	margin-right:8px;
}
		
.course {
	float: left;
	width: 301px;
}

.admission {
	float: left;
	width: 301px;
	margin-right: 16px;
	margin-left: 16px;
}

.outline {
	float: left;
	width: 301px;
}

.course h3,
.admission h3,
.outline h3 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

.course,
.admission,
.outline {
	background-color: #FFF;
	height: 170px;
}


.course p,
.admission p,
.outline p{
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.infomation {
	width: 880px;
	float: left;
	padding: 30px;
	background-color: #FFF;
	margin-top: 35px;
	margin-bottom: 30px;
}
.infomation h4 {
	margin-bottom: 15px;
}
