@charset "utf-8";

section#school h3{
	background: url(../images/school_Title.png) no-repeat;
}


article#artspace,article#cultureschool{
	width:280px ;
}

article#artspace hgroup,article#cultureschool hgroup{
	height: 230px;
	margin-bottom: 1em;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	font-size: xx-small;
	font-weight: normal;
	color: #fef8ec;
}
a:hover hgroup{
	 filter: alpha(opacity=60);	/* IE6、IE7対応 */
	 -moz-opacity: 0.6;		/* Firefox1.5以前対応 */
	 opacity: 0.6;
}

article#artspace{
	float: left;
}
article#cultureschool{
	float:right;
}
article#artspace hgroup{
	background: url(../images/toArtspace.png) no-repeat;
}

article#cultureschool hgroup{
	background: url(../images/toCultureSchool.png) no-repeat;
}

article#artspace ul li,article#cultureschool ul li{
	list-style: none;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: thin solid #ccc;
	border-left: 0.5em solid #ff724e ;}

p.about{
	margin-top: 1em;
	font-size: 90%;
}