@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 #enkaku-1 p {
	background: url(./img/enkaku-sh.gif) 0 0 no-repeat;
}
#main #enkaku-2 p {
	background: url(./img/enkaku-sh.gif) 0 -20px no-repeat;
}
#main #enkaku-3 p {
	background: url(./img/enkaku-sh.gif) 0 -40px no-repeat;
}
#main #kihon-1 p {
	background: url(./img/kihon-sh.gif) 0 0 no-repeat;
}
#main #kihon-2 p {
	background: url(./img/kihon-sh.gif) 0 -20px no-repeat;
}



table {
	margin-top: 10px;
}
table th {
	width: 8em;
	background: #edf6fd;
}

.imgR {
	margin-right: 10px;
}

#main .name {
	font-size: 116%;
}

img.gakuenchou {
	margin-bottom: 0;
}
.section2 {
	padding-bottom: 10px !important;
}



/*事務室利用*/
table.jimu {
	margin-top: 0;
}
table.jimu th {
	font-weight: bold;
	background: none;
	width: 6em;
}
dl.shoumei {
	margin: 20px 0;
}
dl.shoumei dt {
	color: #217abe;
	font-weight: bold;
}
dl.shoumei dd {
	padding-left: 2em;
	margin-bottom: 10px;
}
blockquote a {
	margin-left: 2em;
}