@charset "UTF-8";
/* CSS Document */
/*短大INDEX*/


/*h2*/
#block_title{
	background-image:url(../jc/images/h2_bg.jpg);
	background-repeat:no-repeat;
	/*width:800px;*/
	width:100%;
	height:80px;
}

/*h2 span*/
#block_title h2
{
/*	float:right;*/
float:left;
	font-family:sans-serif;
	margin-top:15px;
	text-align:right;
	padding:10px;
	width:400px;
	background-image:url(../images/b.png);
	background-repeat:repeat;
	color:#FFFFFF;
}
/*IE6*/
* html body #block_title h2{
	background-color:#000000;
	filter:alpha(opacity=80);

}

@media print{
/*印刷時*/
	#block_title{
		display:none;
	}

}