@charset "UTF-8";
/* CSS Document */
/***********************************
  トップページjavascript連動用スタイル 
 ***********************************/

/* clear fix */
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* アコーディオン */
#accordion {
	width:960px;
	height:290px;
    margin:0px auto;
    padding:0px;
    overflow:hidden;
    /*border:1px solid #bbbbbb;*/
}

#accordion ul {
	margin:0px;
    padding:0px;
    list-style: none;
}

#accordion ul li.jyukensei {
	margin:0px;
    padding:0px;
    background: #000 url("../images/mnfor_jyukensei.jpg") no-repeat 0 0;
    display:block;
	width:760px;
	height:290px;
}

#accordion ul li.ippan {
	margin:0px;
    padding:0px;
    background: #000 url("../images/mnfor_ippan.jpg") no-repeat 0 0;
    display:block;
	width:760px;
	height:290px;
}

#accordion ul li.kigyou {
	margin:0px;
    padding:0px;
    background: #000 url("../images/mnfor_kigyou.jpg") no-repeat 0 0;
    display:block;
	width:760px;
	height:290px;
}

#accordion ul li.sotugyousei {
	margin:0px;
    padding:0px;
    background: #000 url("../images/mnfor_sotsugyou.jpg") no-repeat 0 0;
    display:block;
	width:760px;
	height:290px;
}

#accordion ul li.zaigakusei {
	margin:0px;
    padding:0px;
    background: #000 url("../images/mnfor_zaigakusei.jpg") no-repeat 0 0;
    display:block;
	width:760px;
	height:290px;
}

#accordion ul li.main {
	margin:0px;
    padding:0px;
    display:block;
	width:760px;
	height:290px;
    background:#FFF;
}

#accordion ul li dl {
	margin: 165px 20px 20px 70px;
}

#accordion ul li dl dt {
	margin:0 0 0 15px;
	font-size:18px;
}
#accordion ul li dl dd {
	margin-left:0px;
	font-size:14px;
}
#accordion ul li dl dd ul {
	margin:0px;
	padding:0px;
	/*background: #FFF;
	border:solid 2px #999;*/
	list-style: none;
	width:680px;
	height:140px;
	position: relative;
	
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
}


#accordion ul li dl dd ul li {
	float:left;
	display:block;
	width:220px;
}

/* スライドショー用 */
#slideshow .stage IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	opacity:0.0;
}

#slideshow .stage IMG.current {
	z-index:110;
	opacity:1.0;
}

#slideshow .stage IMG.next {
	z-index:120;
}
