@charset "utf-8";


/*基本設定
------------------------------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
}


body {
	font: 100% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	background:#F1F2F2;
	
}


h1,h2,h3,h4,h5,h6,p,address,ul,li,th,td,form,dl {
	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:13px;
	font-style: normal;
}

h1,h2,h3,h4,ul{
	display: block;
}


/*フロート解除用*/
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	visibility: hidden;
	line-height:0;
}


img,object {
  border: 0;
  vertical-align: text-bottom;
}

li{
	list-style:none;
}


em {
}

em.em-text {
	text-indent: -9999px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
}

table{
	border-collapse:collapse;
}


/*----------------------------------------------------------------*/



br {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}





/*リンク
------------------------------------------------------------------*/
a {
	text-decoration:none;
	color:#333;	
}

a:link {
	
}

a:visited {
}

a:hover {
	color:#FF9900;

}

a:active {
}
/*----------------------------------------------------------------*/





/*フォント指定
------------------------------------------------------------------*/
/*CI部分*/
h1 {
}


/*ページの大見出し*/
h2 {
}


/*ページの小見出し・ブロックタイトル*/
h3 {
}


/*小見出し・帯+テキスト属性*/
h4 {
}


/*本文*/
p {
	color: #333333;
	font: 13px/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}


/*キャプション*/
.p-small {
	color: #333333;
	font: 10px/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}


/*----------------------------------------------------------------*/




/*ヘッダー
------------------------------------------------------------------*/
div.header {
	margin: 0px;
	padding: 0px;
	height: 135px;
	width:800px;
	border-left:1px solid #9B9B9B;
	border-right:1px solid #9B9B9B;
	border-top:1px solid #9B9B9B;
}


div.header h1 {
	height:105px;
	width:800px;
	background: url(../img/header.gif) no-repeat;
}

/*トップリンク*/
div.header h1 a{
	display:block;
	height:105px;
	width:400px;
	margin: 0px;
	padding: 0px;
}

/*グローバルナビ--------------------*/

div.header ul{
	width:800px;
	height:28px;
	background: url(../img/gnavi_back.gif) no-repeat;
	border-bottom:2px solid #E1E0DF;
}

div.header ul li{
	float:left;
}

div.header ul li a{
	display:block;
	height:28px;
}

div.header ul li.blog a{
	width:127px;
}

div.header ul li.calendar a{
	width:161px;
}

div.header ul li.introduction a{
	width:127px;
}

div.header ul li.history a{
	width:126px;
}

div.header ul li.nursery a{
	width:112px;
}

div.header ul li.other a{
	width:146px;
}

li.blog a:hover,li.calendar a:hover,li.introduction a:hover,li.history a:hover,li.nursery a:hover,li.other a:hover{
	background:#66FFCC;
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	opacity:0.1;
}




/*----------------------------------------------------------------*/



/*フッター
------------------------------------------------------------------*/
/*フッターボックス*/
div.footer {
	margin: 0px;
	padding: 0px;
	height:89px;
	width:800px;
	border-left:1px solid #9B9B9B;
	border-right:1px solid #9B9B9B;
	border-bottom:1px solid #9B9B9B;
}

/*フッターナビ*/
div.footer ul{
	height:19px;
	padding:7px 4px 0 0;
	background:  #DFDFDF;
	text-align:right;
	line-height:1em;
}

div.footer ul li{
	display:inline;
	padding:0 3px 0 6px;
	font-size:10px;
	letter-spacing:0.1em;
}

div.footer ul li.fnavi{
	border-left:1px solid #333;
}


/*コピーライト部分*/
div.footer address {
	margin: 0px;
	padding:11px 10px 0 0;
	font-style: normal;
	background:#8AC757;
	height:52px;
	color:#fff;
	text-align:right;
}
/*----------------------------------------------------------------*/



/*基本ボックス
------------------------------------------------------------------*/


/*ページ領域*/
div.container {
	margin:0 auto;
	padding:0 10px;
	width:802px;
	height: auto;
	background: url(../img/wrapper.gif) repeat-y right;
}

/*ヘッダーから下のボックス（1st2ndをまとめる）*/
div.contents {
	*margin-top:-5px;/*IEで空きができてしまうので詰める*/
	padding: 0px;
	height: auto;
	width: 800px;
	background:#fff url(../img/border.gif) repeat-y;
	border-left:1px solid #9B9B9B;
	border-right:1px solid #9B9B9B;
}

/*パンくずリスト--------------------*/

div.contents ul.pankuzu{
	width:790px;
	;
	padding:10px 0 10px 10px;
	background: #FFFFFF;
}

div.contents ul.pankuzu li{
	display:inline;
	font-size:11px;
}



/*メインボックス*/
div.contents-1st {
	margin: 0px;
	padding:0 20px 40px 13px;
	float: right;
	height: auto;
	width:554px;
}


/*サブボックス（主にローカルナビ用）*/
div.contents-2nd {
	margin-bottom:20px;
	float: left;
	height: auto;
	width:208px;
}


/*バナーbox*/
div.contents-2nd div.box-bana{
	padding:30px 17px 123px;
	background: url(../img/2nd_back.gif) no-repeat right bottom;
}

div.contents-2nd div.box-bana ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.contents-2nd div.box-bana ul li{
	margin-bottom:10px;
}



/*hidden-mymall
--------------------------------------------------------------------------*/
#link-hidden  {
	margin: 0px;
	padding: 0px;
	height: 50px;
	visibility: hidden;
	font-size: 2px;
}

#link-hidden a{
	margin: 0px;
	padding: 0px;
	height: 0px;
	visibility: hidden;
}














/********************************************************************************/

/*blog page*/

/********************************************************************************/



/**********************************/
/*contents-2nd*/
/**********************************/

/*box-category
----------------------------------------------------------------------*/
div.box-category {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 187px;
}

div.box-category h2 {
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 100%;
	background: #89C557;
}


div.box-category ul {
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 167px;
	list-style: none;
}


div.box-category ul li {
	margin: 0px;
	padding: 0px 0px 5px;
	height: auto;
	width: 100%;
}




/*box-calender
----------------------------------------------------------------------*/
div.box-calender {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 100%;
	clear: both;
}


/*box-month
-----------------------------------------------------------------------*/
div.box-month {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

div.box-month h2 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}


/*box-table
-----------------------------------------------------------------------*/
div.box-table {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}


/*table*/
div.box-table table {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	border-collapse:collapse;
}

div.box-table th {
}

div.box-table td {
	text-align: center;
}









/***********************************************/

/*blog-contents*/

/***********************************************/


/*blog-contents
------------------------------------------------------------------------*/
div.blog-contents {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	clear: both;
}


/*h3
------------------------------------------------------------------------*/
div.blog-contents h3 {
	margin: 0px 0px 20px;
	padding: 0px;
	height: 64px;
	width: 100%;
	background: #0A7200;
}


/*box-blog
------------------------------------------------------------------------*/
div.box-blog {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}




/*box-blog-date
------------------------------------------------------------------------*/
div.box-blog-date {
	margin: 0px 0px 10px;
	padding: 5px 0px 5px 10px;
	height: auto;
	width: 544px;
	background: #E1FFE1;
}

div.box-blog-date p {
}




/*box-blog-title
------------------------------------------------------------------------*/
div.box-blog-title {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

/*dl*/
div.box-blog-title dl {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}

/*dt*/
div.box-blog-title dt {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	display: block;
}

/*dd*/
div.box-blog-title dd {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	display: block;
	overflow:hidden;
}


div.box-blog-title dd div {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}


div.box-blog-title dd div font {
	margin: 0px;
	padding: 2px 0px;
	height: auto;
	line-height: 1.2em;
}


div.box-blog-title dd strong{
	padding-right: 5px;

}

div.box-blog-title dd p {
	margin: 0px;
	padding: 2px 0px;
	height: auto;
	line-height: 1.5em;
}


div.box-blog-title dd p span {
	margin: 0px;
	padding: 0px;
	height: auto;
	line-height: 1.2em;
}


div.box-blog-title dd p font {
	line-height: 1.2em;
}


div.box-blog-title dd b {
	padding-right: 5px;
}

/*dd img*/


{}

div.box-blog-title dd img {
	clear:both;
}

.mt-enclosure {
	clear:both;
}

.mt-enclosure-image {
	clear:both;
}





/*box-blog-author
------------------------------------------------------------------------*/
div.box-blog-author {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}




/***********************************************************************************/
/*trackback*/
/***********************************************************************************/

/*trackbacks
-----------------------------------------------------------------------------*/
div.box-trackback {
	margin: 0px 0px 25px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}

div.box-trackback h4 {
	width: 100%;
	margin: 0px 0px 10px;
	padding: 5px 0px;
	clear: both;
	height: auto;
	font-size: 12px;
	font-weight: bold;
	background: #89C557;
	color: #FFFFFF;
	text-indent: 10px;
}


div.box-trackback-url {
	margin: 0px 0px 15px;
	padding: 10px;
	height: auto;
	width: 532px;
	border: 1px dashed #CCCCCC;
}




/*box-trackback-list*/
div.box-trackback-list {
	margin: 0px 0px 10px;
	padding: 0px;
	height: auto;
	width: 100%;
}

div.box-trackback-list h5 {
	margin: 0px 0px 5px;
	padding: 0px;
	height: auto;
	width: 100%;
}


div.trackback {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	clear: both;
	height: auto;
	width: 100%;
	border-bottom: 1px dashed #CCCCCC;
}

div.trackback-title {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}

div.trackback-text {
}

div.trackback-text a {
}



/******************************************************************************/
/*comment*/
/******************************************************************************/

div.box-comments {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}

div.box-comments p {
	font-size: 12px;
}


div.box-comments h4 {
	width: 100%;
	margin: 0px 0px 10px;
	padding: 5px 0px;
	clear: both;
	height: auto;
	font-size: 12px;
	font-weight: bold;
	background: #89C557;
	color: #FFFFFF;
	text-indent: 10px;

}



div.comments-content {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}



div.comment-detail {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	clear: both;
	height: auto;
	width: 554px;
	border-bottom: 1px dashed #CCCCCC;
}


/*box-comment-author*/
div.box-comment-author {
	margin: 0px 0px 2px;
	padding: 0px 0px 2px;
	height: auto;
	width: 100%;
}


/*box-comment-text*/
div.box-comment-text {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}




/*box-comment-date*/
div.box-comment-date {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}



/*box-comment-input
------------------------------------------------------------*/
div#box-comment-input {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}

div#box-comment-input h5 {
	margin: 0px 0px 5px;
	padding: 0px;
	height: auto;
	width: 100%;
}

/*box-comment-a*/
div.box-comment-a {
	margin: 0px 0px 10px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}

/*box-comment-b*/
div.box-comment-b {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}


/*table*/
div.box-comment-b table {
	border-collapse:collapse;
	margin: 0px 0px 5px;
	padding: 0px;
	height: auto;
	width: 100%;
}

div.box-comment-b th {
	text-align: left;
	margin: 0px;
	padding: 0px 0px 5px 5px;
	height: auto;
	width: 120px;
}

div.box-comment-b td {
	margin: 0px;
	padding: 0px 0px 5px;
	height: auto;
	width: auto;
}

div.box-comment-b input {
	width: 50%;
}

div.box-comment-b input#cookie {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}

div.box-comment-b textarea {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 120px;
	width: 340px;
}


/*box-comment-c*/
div#box-comment-c {
	margin: 0px 0px 25px;
	padding: 0px;
	height: auto;
	width: 100%;
}


dl,dt,dd,ul,li {
	display: block;
}

p.p-caption {
	font-size: 11px;
}

/***************************************************************************************/
/*top*/
/***************************************************************************************/
h3#h3-nursery {
	background: url(../../mt/mt-static/themes/minimalist-green/h3_hoikuen.jpg) no-repeat;
	height: 94px;
	margin: 0px;
	padding: 0px;
}

h3#h3-nursery-top {
	background: url(../../mt/mt-static/themes/minimalist-green/h3_hoikuen_top.jpg) no-repeat;
	height: 94px;
	margin: 0px;
	padding: 0px;
}



div.top-nursery-a {
	margin: 0px;
	padding: 0px;
	clear: both;
	/*height: 700px;*/
	height: 760px;
	width: 100%;
	position: relative;
	background: url(../../mt/mt-static/themes/minimalist-green/hoiku_rinen.jpg) no-repeat;
}


div.box-nursery-time {
	margin: 0px;
	padding: 0px;
	width: 265px;
	position: absolute;
	left: 0px;
	bottom: 212px;
	height: auto;
}

div.box-nursery-time dl {
	margin: 0px;
	padding: 0px 0px 13px;
	height: auto;
	width: 261px;
	float: left;
	background: url(../../mt/mt-static/themes/minimalist-green/hoiku_time_footer.gif) no-repeat left bottom;
}

div.box-nursery-time dt {
	background: url(../../mt/mt-static/themes/minimalist-green/hoiku_time_header.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 31px;
	text-indent: -9999px;
}

div.box-nursery-time dd {
	background: #FFFFCC url(../../mt/mt-static/themes/minimalist-green/hoiku_time_contents.gif) repeat-y;
	margin: 0px;
	padding: 8px 15px;
	height: auto;
	width: 231px;
}

div.box-nursery-time dd#dd-a {
	padding-bottom: 0px;

}


div.box-nursery-time dd span#span-dd {
	display: block;
	margin: 0px;
	padding: 0px;
}




div.box-nursery-time p {
	display: block;
	margin: 30px 0px 0px;
	padding: 0px;
	height: auto;
	width: 50%;
	float: right;
}



div.box-nursery-time ul {
	margin: 0px;
	padding: 5px 0px 0px;
	height: auto;
	width: 261px;
	clear: both;
}

div.box-nursery-time ul li {
	font-size: 11px;
	margin: 0px 0px 5px;
	padding: 0px;
	height: auto;
	width: 100%;
}



/*box-nursery-blogtitle*/
div.box-nursery-blogtitle {
	margin: 0px;
	padding: 0px;
	width: 278px;
	position: absolute;
	right: 0px;
	z-index: 100;
	height: auto;
	top: 385px;
}

div.box-nursery-blogtitle h4 {
	background: url(../../mt/mt-static/themes/minimalist-green/blog_title.gif) no-repeat;
	margin: 0px 0px 15px;
	padding: 0px;
	height: 92px;
	width: 278px;
	display: block;
}

div.box-nursery-blogtitle h4 a {
	margin: 74px 0px 0px;
	padding: 0px;
	height: 18px;
	width: 80px;
	display: block;
	float: right;
	overflow:hidden;
}



div.box-nursery-blogtitle dl {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}


div.box-nursery-blogtitle dt {
	background: url(../../mt/mt-static/themes/minimalist-green/blog_text_icon.gif) no-repeat left 1px;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 13px;
	width: 100%;
	display: block;
	text-indent: 18px;
	line-height: 1em;
}

div.box-nursery-blogtitle dd {
	margin: 0px 0px 10px;
	padding: 0px;
	height: auto;
	width: 100%;
	text-indent: 18px;
}




/*top-nursery-b
----------------------------------------------------------------------------*/
div.top-nursery-b {
	margin: 5px 0px 0px;
	padding: 0px;
	clear: both;
	height: 300px;
	width: 100%;
}


div.box-accessmap {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 260px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}



/*box-accessmap-header*/
div.box-accessmap div.box-accessmap-header {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}


/*box-accessmap-footer*/
div.box-accessmap div.box-accessmap-footer {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}


/*box-accessmap-contents*/
div.box-accessmap div.box-accessmap-contents {
	margin: 0px;
	padding: 0px 0px 7px;
	height: auto;
	width: 100%;
}


div.box-accessmap-contents h4 {
	background: url(../../mt/mt-static/themes/minimalist-green/hoiku_access_header.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 34px;
	width: 100%;
	font-size: 11px;
}


div.box-accessmap-contents ul {
	background: url(../../mt/mt-static/themes/minimalist-green/hoiku_access_footer.gif) no-repeat bottom;
	margin: 0px;
	padding: 0px 0px 7px;
	height: auto;
	width: 100%;
}

div.box-accessmap-contents ul li {
	background: url(../../mt/mt-static/themes/minimalist-green/hoiku_access_bg.gif) repeat-y;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	display: block;
	text-indent: 10px;
}

div.box-accessmap-contents dl {
	background: url(../../mt/mt-static/themes/minimalist-green/hoiku_access_bg.gif) repeat-y;
	margin: 0px;
	padding: 10px 0px;
	height: auto;
	width: 100%;
}

div.box-accessmap-contents dd {
	margin: 0px;
	padding: 0px 0px 8px 15px;
	height: auto;
	width: 240px;
	line-height: 1.3em;
}

div.box-accessmap-contents dd.dd-caption {
	font-size: 11px;
	padding-bottom: 3px;
}


div.box-accessmap div#box-map {
	margin: 0px;
	padding: 0px;
	height: 119px;
	width: 159px;
	position: absolute;
	top: 17px;
	right: 30px;
}





/*box-nursery-photo*/
div.box-nursery-photo {
	background: url(../../mt/mt-static/themes/minimalist-green/hoiku_children.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 265px;
	width: 455px;
	position: absolute;
	top: 150px;
	right: 0px;
	z-index: 10;
}




/***************************************************************************************/
/*box-side-bana*/
div.box-side-bana {
	margin: 0px auto 5px;
	padding: 0px;
	height: 78px;
	width: 188px;
}




/*box-nextyear*/
div#box-nextyear {
	padding: 10px 0px 0px;
	height: auto;
	width: 100%;
	margin: 0px 0px 10px;
	clear: both;
}

div#box-nextyear h4 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #F00;
}

div#box-nextyear p {
	margin: 0px;
	padding: 0px;
	float: none;
	height: auto;
	width: 100%;
	font-size: 11px;
	line-height: 130%;
}

div#box-nextyear ul {
	padding-top: 0px;
	margin-bottom: 0px;
}

