@charset "UTF-8";
/* CSS Document */
/*教員ブログ*/
#apple_tree{
	width:580px;
	height:300px;
	/*background-image:url(../blog/images/apple_tree.gif);
	background-repeat:no-repeat;*/
	position:relative;
	overflow:hidden;
}
#apple_tree ol{
	margin:0;
	padding:0;
}
#apple_tree li{
	margin:0;
	padding:0;
	display:block;
	list-style-type:none;
}
#apple_tree li a{
	margin:0;
	display:block;
	position:absolute;
	font-size:12px;
	font-family:sans-serif;
	color:#333333;
}
#apple_tree li a span{
	display:none;
}
#apple_tree li a:hover span,
#apple_tree li a:active span{
	display:inline-block;
}
/*IE6*/
* html body #apple_tree li a span{
	position:absolute;
	display:block;
}
#apple01 a{
	left:403px;
	top:144px;
	z-index:500;
}
#apple01 a span{
	padding-top:15px;
}

#apple02 a{
	left:358px;
	top:98px;
}
#apple02 a span{
	padding-top:10px;
}
#apple03 a{
	left:403px;
	top:44px;
}

#apple04 a{
	left:274px;
	top:115px;
}
#apple04 a span{
	margin-left:-80px;
	margin-top:-15px;
}
/*IE7*/
*:first-child+html #apple04 a span{
	margin-top:-30px;
}

#apple05 a{
	left:213px;
	top:36px;
}

#apple06 a{
	left:30px;
	top:60px;
}
#apple06 a span{
	margin-top:-15px;
	margin-left:-40px;
}

#apple07 a{
	left:99px;
	top:107px;
}
#apple07 a span{
	margin-top:55px;
	margin-left:-80px;
}

#apple08 a{
	left:170px;
	top:130px;
}
#apple08 a span{
	margin-top:55px;
	margin-left:-80px;
}

/*再新記事一覧*/
.item_title{
	font-weight:bold;
	font-size:110%;
}
.blog_teacher{
	color:#000000;
	padding:0px 5px;
}
.item_date{
	font-size:90%;
}