@charset "UTF-8";
/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {
	margin:0;
	padding:0;
}
html, body, #wrap {
	height: 100%;
}
body {
	background-color: #FFF;
	text-align: center;
	background-image: url(images/bg.gif);
}
body, th, td, caption {
	font-size: 14px;
	line-height: 130%;
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
body > #wrap {
	height: auto; /* body直下のwrapにautoを指定 */
	min-height: 100%;
}
#wrap {
	margin:0 auto; /* bodyのtext-alignに対応し中央揃えになる */
	width:800px;
	background-color: #FFF;
}
#main {
	width:800px;
	height: 100%;
	padding-bottom: 30px;/* footerのheightと同じ高さを指定する*/
}
#header {
	height:120px;
}
#menu {
	width:150px;
	float:left;/* contentsと並列 */
}
#menu table td {
	padding:5px 0;
}
#contents {
	width:620px;
	padding:0 15px;
	background-color: #FFF;
	float:right;/* menuと並列 */
}
#footer {
	position: relative;
	margin: -30px auto 0; /* margin-topはfooter高さの負の値 　左右はautoにすることで中央揃えに*/
	height: 30px;/* mainのpadding-bottomと同じ高さを指定する*/
	width:800px;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
/*-------------------------------- CLEAR FIX設定ここから--------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*下のmacのあとは本来英字では逆スラッシュ箇所 */
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*-------------------------------- CLEAR FIX設定ここまで--------------------------------*/

/*--------------------------------共通の設定--------------------------------*/
p {
	text-align:left;
	margin:15px;
}
h1 {
}
h2 {
	margin:10px auto;
}
table {
	margin: 0 auto;
	border-style:none;
}
th {
	white-space: nowrap;
	vertical-align: top;
	padding: 2px;
}
td {
	text-align: left;
	vertical-align: top;
	border-style:none;
	padding:1px;
}
img {
	border: 0;
	line-height: 0;
	vertical-align: bottom;
}
.clear {
	clear:both;
	height:0;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align: right;
}
.text_s {
	font-size: 12px;
}
.pink {
	color: #F69;
}
.orange {
	color: #F93;
}
.pinkbold {
	color: #F69;
	font-weight:bold;
}
.blue {
	color: #69F;
}
.green {
	color: #9C6;
}
ol {
	padding-left:25px;
	margin-left:15px;
}
ol li {
	text-align: left;
	list-style-position:outside;
}
ul {
	margin-left:70px;
}
ul li {
	font-size: 13px;
	text-align: left;
	list-style-position:outside;
	list-style-type:disc;
}
/*--------------------------------横並びメニュー--------------------------------*/
.submenu {
	width:550px;
	border: 1px dotted #F00;
	margin: 10px auto;
}
.submenu ul {
	padding-top:10px;
}
.submenu li {
	font-size: 10px;
	float: left;
	list-style-type: none;
}
/*-------------------------------保育目標--------------------------------*/
#mokuhyo {
	width:573px;
	margin-bottom:15px;
}
#mokuhyo p {
	margin-left:40px;
	font-size:13px;
	margin-top:2px;
	margin-bottom: 2px;
}
#mokuhyo p.big {
	margin-left:20px;
	font-size:16px;
	margin-top:5px;
	margin-bottom: 5px;
}
#mokuhyo h3 {
	font-size:16px;
	font-weight:bold;
	padding:10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F60;
	border-bottom-color: #F60;
	margin:20px;
}
#mokuhyo h4 {
	font-size:15px;
	font-weight:bold;
	padding:5px 10px;
	color: #F30;
	text-align: left;
}
#mokuhyo h5 {
	font-size:14px;
	font-weight:bold;
	margin-left:20px;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#cooking_bg {
	background-image: url(images/cooking_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#mokuhyo img.photo {
	float:left;
}
/*-------------------------------ＴＯＰページ・概要--------------------------------*/
#gaiyo {
}
#gaiyo p {
	width:560px;
}
/*-------------------------------地図--------------------------------*/
#map {
	width:600px;
	padding:10px;
	background-color: #FFF;
	margin:10px auto;
}
#map p {
	width:600px;
	font-size:12px;
	margin:10px auto;
}
/*-------------------------------休日保育--------------------------------*/
#kyujitsu {
	width:560px;
	padding:10px;
	background-color: #FFF;
	margin:10px;
}
#kyujitsu h3 {
	width:500px;
}
#kyujitsu p {
	width:500px;
	font-size:12px;
}
#kyujitsu table {
	border: 1px solid #CCC;
	border-collapse: collapse;/*隣り合うボーダーを重ねて表示*/
	margin:10px auto;
	text-align:left;
}
#kyujitsu td {
	border: 1px solid #CCC;
	vertical-align: top;
	padding:3px;
	font-size:12px;
}
/*-------------------------------子育て支援--------------------------------*/
#shien {
	margin-bottom:15px;
}
#shien table td {
	vertical-align:middle;
}
/*-------------------------------行事--------------------------------*/
#gyouji {
}
#gyouji td {
	font-size:13px;
	vertical-align:middle;
}
/*-------------------------------デイリープログラム--------------------------------*/
#day {
	margin-bottom:15px;
}
/*-------------------------------園歌--------------------------------*/
#enka {
	margin-bottom:15px;
}
#enka td {
	font-size:12px;
	line-height:200%;
}

