@charset "utf-8";
@import url("reset-min.css");

/* clearfix */
.clearfix, .FloatWrap {
	display: block;
	min-height: 1%;
}
.clearfix:after, .FloatWrap:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix, * html .FloatWrap {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* ------------------------------------
	Common
------------------------------------ */
html {
	background-color: #FFF;
	overflow-y: scroll;
	height:100%;
}
body,th,td {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
}
html,body {
	background: url(/common/images/background.gif) repeat top left;
}

a:link { color: #666; text-decoration: underline; }
a:visited { color: #666; text-decoration: underline; }
a:hover { color: #666; text-decoration: none; }
a:active { color: #666; text-decoration: none; }

a.LinkArrow {
	background: url(../images/icon_arrow_blue.gif) no-repeat left center;
	padding-left: 15px;
	font-size: 12px;
	line-height: 12px;
}
img { vertical-align: top; }

.PageTop {
	clear: both;
	height: 12px;
	overflow: hidden;
	text-align: right;
	font-size: 0px;
}
.MainBottom {
	background: #FFF url(../images/main_bottom.gif) no-repeat left top;
	width: 710px;
	margin-left: 197px;
	padding-top: 47px;
}
* html .MainBottom {
	height: 59px;
}


/* ------------------------------------
	Layout
------------------------------------ */
#Wrap  {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#Header {
	background: #FFF url(../images/navi_bg.gif) repeat-x left 90px;
	background-color: #FFF;
	height: 132px;
	padding: 8px 0px 0px;
}
* html #Header {
	height: 140px;
}
#Visual {
	background-color: #FFF;
	text-align: center;
}
#Contents {
	background-color: #FFF;
	width: 907px;
	margin: 0px auto;
	padding: 4px 26px 13px 27px;
	text-align: left;
}
* html #Contents {
	width: 960px;
}
#ContentsWrap {
	background: url(../images/main_bg.gif) repeat-y right top;
	clear: both;
	width: 907px;
}
#LocalNavi {
	float: left;
	width: 197px;
}
#Main {
	background: url(../images/main_top.gif) no-repeat left top;
	float: right;
	width: 650px;
	padding: 24px 30px 0px;
}
* html #Main {
	width: 710px;
}
#Footer {
	background: url(../images/f_bg.gif) no-repeat left top;
	width: 960px;
	margin: 0px auto;
	padding-bottom: 10px;
}


/* ------------------------------------
	Header
------------------------------------ */
#Header .FloatWrap {
	position: relative;
	width: 960px;
	height: 67px;
	margin: 0px auto;
}
#Header h1 {
	float: left;
	width: 238px;
	height: 67px;
}
#Header .preschool {
	position: absolute;
	top: 13px;
	left: 275px;
}
#Header .Tel {
position: absolute;
top: -8px;
right: 0px;
height: 96px;
}
#Header .Copy {
	position: absolute;
	top: -6px;
	width: 700px;
	font-size: 11px;
	color: #000;
	text-align: right;
	z-index: 10;
	font-size: 15px;
	color: black;
	right: 70px;
}
/* Navi */
#Header  ul {
	position: absolute;
	left: 0px; top: 65px;
	width: 960px;
	height: 73px;
}
* html #Header ul {
	margin: 0px;
}
#Header ul li {
	float: left;
	width: 160px;
}

.summer2012 {
	position: absolute;
	left: 250px;
	top: 0;
}


/* ------------------------------------
	Footer
------------------------------------ */
#Footer ul {
	width: 746px;
	height: 17px;
	margin: 0px auto;
	padding: 14px 0px 18px;
}
#Footer ul li {
	float: left;
}
#Footer address {
	color: #FFF;
	font-size: 11px;
}


/* ------------------------------------
	TopicsPath
------------------------------------ */
#TopicsPath,
#TopicsPath a,
#TopicsPath ul,
#TopicsPath li {
	float: left;
	height: 26px;
	line-height: 26px;
	white-space: nowrap;
}
#TopicsPath {
	background: url(../images/path_right.gif) no-repeat right top;
	padding-right: 5px;
	font-size: 13px;
	color: #333;
	margin-bottom: 4px;
}
#TopicsPath li a {
	background: url(../images/path_left.gif) no-repeat left top;
	padding: 0px 4px 0px 10px;
}
#TopicsPath li li a {
	background: url(../images/path_center_link.gif) no-repeat left top;
	padding: 0px 8px 0px 15px;
}
#TopicsPath ul.Last li {
	background: url(../images/path_center.gif) no-repeat left top;
	padding: 0px 8px 0px 15px;
}
#TopicsPath a:link, #TopicsPath a:visited { color: #FFF; text-decoration: underline; }
#TopicsPath a:hover, #TopicsPath a:active { color: #FFF; text-decoration: none; }


/* ------------------------------------
	LocalNavigation
------------------------------------ */
#LocalNavi li {
	background: url(../images/lm_line.gif) no-repeat left bottom;
	padding-bottom: 1px;
}
#LocalNavi li.Last {
	background: url(none);
	padding-bottom: 0px;
}
#LocalNavi .Banner {
	padding-top: 8px;
}


/* ------------------------------------
	TextSetting
------------------------------------ */
.TextArea {
	padding-left: 10px;
	padding-right: 10px;
}
.Text {
	font-size: 14px;
	line-height: 148%;
}
.TextArea h4 {
	padding-top: 16px;
}
.TextArea p.Text {
	padding-top: 16px;
}


/* ------------------------------------
	Table
------------------------------------ */
.ListTable,
.ListTable th,
.ListTable td {
	border: solid 1px #cdcdcd;
}
.ListTable th,
.ListTable td {
	color: #333;
	font-size: 14px;
	line-height: 128%;
	padding: 5px 12px;
	text-align: left;
}
.ListTable th {
	background-color: #f8f8f8;
	padding-left: 53px;
	width: 83px;
	white-space: nowrap;
}
.ListTable td {
	background-color: #FFF;
}
.ListTable a:link, .ListTable a:visited { color: #2f82ff; text-decoration: underline; }
.ListTable a:hover, .ListTable a:active { color: #2f82ff; text-decoration: none; }
.ListTable td.RBorderNo { border-right: none; }
.ListTable td.LBorderNo { border-left: none; }
.ListTable th.TLeft, .ListTable td.TLeft { text-align: left; }
.ListTable th.TCenter, .ListTable td.TCenter { text-align: center; }
.ListTable th.TRight, .ListTable td.TRight { text-align: right; }



/* ------------------------------------
	Blog Entry
------------------------------------ */
#Entry strong { font-weight: bold; }
#Entry em { font-style: italic; }
#Entry u { text-decoration: underline; }
#Entry strike { text-decoration:line-through; }

