@charset "utf-8";

/* 大見出し */
h2 {
	background: url(./img/ttl.jpg) 0 0 no-repeat;
}
/* サイドバー */
#side-navi h3 a{
	background: url(../page/img/side-sh.gif) 0 0 no-repeat;
}
#side-navi h3 a:hover{
	background: url(../page/img/side-sh.gif) -200px 0 no-repeat;
}

/* メイン
----------------------------------------------------*/
/* 校長挨拶
----------------------------------------------------*/
#main .name {
	font-size: 116%;
}

.imgR {
	margin-bottom: 0 !important;
}

/* 校歌
----------------------------------------------------*/
#main p em {
	font-style: normal;
	font-weight: bold;
	color: #40aedc;
	font-size: 116%;
}
#main .kouka {
	width: 650px;
	margin: 0 auto;
}
#main .kouka ol {
	padding: 2em 2em 0em 6em;
	border: solid 1px #eee;
}
#main .kouka ol li {
	list-style-position: outside !important;
	margin-bottom: 2em;
}
#main .mp3 {
	width: 142px;
	height: 30px;
	text-indent: -9999px;
}
#main .mp3 a {
	display: block;	
	width: 142px;
	height: 30px;
	background: url(./img/mp3.jpg) 0 0 no-repeat;
}