
/* =========================================================
■サイトマップページＣＳＳ予約語指定
========================================================= */

/* さゆり幼稚園について */
.menu1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
	border-bottom: #FF0000 solid 2px;
	width: 180px;
}

/* さゆり幼稚園の生活 */
.menu2 {
	color: #0066CC;
	font-weight: bold;
	font-size: 14px;
	border-bottom: #0066CC solid 2px;
	width: 180px;
}

/* 食育への取り組み */
.menu3 {
	color: #33CC00;
	font-weight: bold;
	font-size: 14px;
	border-bottom: #33CC00 solid 2px;
	width: 180px;
}

/* 入園のご案内 */
.menu4 {
	color: #993399;
	font-weight: bold;
	font-size: 14px;
	border-bottom: #993399 solid 2px;
	width: 180px;
}

/* 未就園児教室 */
.menu5 {
	color: #FAEA01;
	font-weight: bold;
	font-size: 14px;
	border-bottom: #FAEA01 solid 2px;
	width: 180px;
}

/* さゆりサポーター */
.menu6 {
	color: #FF9400;
	font-weight: bold;
	font-size: 14px;
	border-bottom: #FF9400 solid 2px;
	width: 180px;
}

/* 連絡先・トップ */
.menu10 {
	color: #993333;
	font-weight: bold;
	font-size: 14px;
	border-bottom: #993333 solid 2px;
	width: 200px;
}


a.stmp:link { color: #993333;  text-decoration: none;}   /* リンク文字色 */
a.stmp:visited { color: #993333; text-decoration: none; } /* 既に見たリンク文字色 */
a.stmp:active { color: #00ff00; } /* クリック時のリンク文字色 */
a.stmp:hover { color: #faa21c; cursor: pointer; text-decoration: underline; } /* カーソルが上にある時、下線 */

/* 小項目メニュー */
.sidemenu {
	font-size: 14px;
	margin-top: 1px;
}


/* メニュータイトル */
.bigtitle{
  font-weight:bold;
  font-size:14pt;  
  color:#4869B2;
  border-bottom: #4869B2 solid 2px;
  width: 750px;
}

