@charset "utf-8";
/* 木の葉保育園--給食だよりのスタイル--- */


/*上部のスタイル*/


#kyu-syoku_top{
	width:625px;
	height:170px;
	margin-bottom:10px;
/*	border:1px solid red;*/
	background:url(../img/kyusyoku_d/midashi.jpg);
	position:relative;
}


.kyu-syoku_txt{
	font-weight:bold;
	font-size:20px;
	color:#FF9900;
	left:320px;
	position:absolute;
	top:55px;
	width:240px;
}

/*表（テーブル）のスタイル*/

.txt_color{
	color:#3BC892;
}

.table_txt{
	font-size:90%;
	line-height:22px;
}

.kyusyoku_table{
	width:625px;
	margin:10px auto 50px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
.kyusyoku_table th,.kyusyoku_table td{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:8px 0px;
	text-align:center;
	vertical-align:middle;
}
.kyusyoku_table th{
	background:#FFE6F1;
	text-align:center;
	width:135px;
}

/*サイドナビのスタイル*/

#main_body{
	background:url(../img/kyusyoku_d/side_back.jpg) left top repeat-y;
}

#side_navi{
	background:url(../img/kyusyoku_d/side_top_rd.jpg) center top no-repeat #65d4a9;
}
