@charset "UTF-8";
/* CSS Document */

/* 基本 */

body {
	margin: 0;
	padding: 0;
	font-family: 'メイリオ', Meiryo, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 100%;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6, p, ul, ol,li {
	margin: 0;
	padding: 0;
}


/* header */


div#header {
	background-image: url(img/siba.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#header_inner {
	width: 900px;
	margin: 0 auto;
	background-image: url(img/bg_header.png);
	background-repeat: no-repeat;
	height: 170px;
}

div#logo {
	padding-top: 50px
}

/* menu */

div#menu {
	background-image: url(img/bg_menu.png);
	background-repeat: repeat;
	margin-top: 1px;
	background-color: #000000;
}

div#menu_inner {
	width: 900px;
	margin: 0 auto;
	height: 45px;
}

div#menu_inner ul {
	list-style-type: none;
	padding: 15px 0;
}

div#menu_inner li {
	margin-right: 40px;
	display: inline;
}

/* パンくずリスト */

div#pankuzu {
	background-image: url(img/bg_pankuzu.png);
	background-repeat: repeat;
	margin-top: 1px;
	background-color: #666666;
}

div#pankuzu_inner {
	width: 900px;
	margin: 0 auto;
	height: 26px;
	background-image: url(img/bg_pankuzu2.png);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFFFFF;
}

div#pankuzu_text1 {
	width: 210px;
	text-align: right;
	padding-top: 6px;
	float: left;
}

div#pankuzu_text2 {
	width: 650px;
	padding-top: 6px;
	float: right;
}

div#pankuzu a {
	color: #FFFFFF;
}

/* コンテナ */

div#container {
	clear: both;
	background-image: url(img/bg_container.png);
	background-repeat: repeat-x;
	height: 100%;
	margin-top: 1px;
}

div#container_inner {
	width: 900px;
	margin: 0 auto;
}

/* alpha */

div#alpha {
	float: right;
	width: 650px;
	padding-top: 50px;
	line-height: 180%;
}

div.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}

div.banner_l {
	margin: 50px 00;
}

/* beta */

div#beta {
	width: 220px;
	background-color: #EEEEEE;
}

div#beta_inner {
	padding: 50px 10px 100px 10px;
	line-height: 160%;
}

div#beta_inner.banner {
	margin: 10px 0;
}

div.banner img {
	margin-bottom: 10px;
}

div#beta_inner h4 {
	font-size: 12px;
	background-image: url(img/bg_black.png);
	background-repeat: repeat;
	color: #FFFFFF;
	padding: 5px 9px;
	_padding: 5px 6px;
}

div#beta_inner p {
	background-color: #FFFFFF;
	padding: 5px 9px 10px 9px;
}


/* footer */

div#footer {
	background-image: url(img/bg_footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#footer_inner {
	width: 900px;
	margin: 0 auto;
}

div#footer_menu {
	margin: 20px 0;
	text-align: center;
}

div#footer_menu ul {
	list-style-type: none;
}

div#footer_menu li {
	display: inline;
}

div.to_top {
	text-align: right;
	margin: 100px 0 50px 0;
}

div.copyright {
	padding: 10px 0;
	font-size: 12px;
	color: #FFFFFF;
}

/* home */

div#home h3 {
	margin-bottom: 40px;
}

div#home h4 {
	margin: 35px 0 15px 0;
}

div.box_1 {
	width: 315px;
	float: left;
}
div.box_2 {
	width: 315px;
	float: right;
}
div.box_link {
	margin-top: 10px;
}
div.box_link a {
	background-image: url(img/arrow_1.png);
	background-repeat: no-repeat;
	padding: 0 0 5px 20px;
	margin-right: 20px;
}
div#home .home_h3 {
	font-size: 18px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin: 50px 0 10px 0;
	padding: 7px 0;
}

/* コンテンツ */

div#contents {

}

table {
	border: none;
	border-collapse: collapse;
	width: 100%;
	line-height: 160%;
	margin: 5px 0 15px 0;
}

th {
	border: 1px solid #DDDDDD;
	padding: 5px 10px;
	background-color: #EEEEEE;
	font-weight: bold;
}
td {
	border: 1px solid #DDDDDD;
	padding: 5px 10px;
}

.table_1 {
	text-align: center;
}


.table_border {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}


div#contents h2 {
}

div#contents h3 {
	font-size: 18px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin: 40px 0 25px 0;
	padding: 7px 0;
}

div#contents h4 {
	background-color: #EEEEEE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	font-size: 16px;
	margin: 30px 0 20px 0;
	padding: 7px 10px;
}

div#contents h5 {
	font-size: 14px;
	margin: 15px 0 0 0;
}

div#contents div.point h5 {
	font-size: 14px;
	margin: 10px 0;
}

div#contents p {
	margin: 15px 0;
}

div#contents ul {
	padding-left: 20px;
}

div#contents ol {
	padding-left: 25px;
}

div.point {
	margin: 20px 0 40px 0;
	padding: 10px 15px;
	border: 10px solid #EEEEEE;
}

div.point ol {
	padding: 0 0 10px 23px;
}

div.point li {
	padding-bottom: 5px;
}

.img_right {
	float: right;
	margin: 5px 0 0 10px;
}

.l {
	margin: 0 10px 0 0;
}

.big {
	font-size: 21px;
	line-height: 180%;
	font-weight: bold;
}

/* tab menu */

div#tabs {
	float: left;
	width: 100%;
	background-color: #EEEEEE;
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
}

div#tabs ul {
	list-style: none;
	padding: 0;
}

div#tabs ul li {
	display: inline;
	padding: 0;
}

div#tabs ul li a {
	float: left;
	padding: 10px 20px;
	text-decoration: none;
	background: #EEEEEE;
	color: #000000;
}
div#tabs ul li a:hover {
	background-color: #666666;
	color: #FFFFFF;	
}
div#tabs ul li a.active {
	background-color: #000000;
	color: #FFFFFF;	
}

/* ブログページ */
.pager { margin: 50px 0; }
.entry_date { margin-bottom: -25px; font-size: 12px; font-weight:bold; vertical-align:bottom; }
#beta h3{ font-size: 16px; border-bottom: solid 2px #000; padding-bottom: 10px; margin-bottom: 10px; margin-top: 5px; }
#beta ul {
margin-top: 0; margin-bottom: 40px; }
#beta ul li {
list-style:none;
background-image:url('http://fukushimakids.com/img/beta_li.gif');
background-position:bottom;
background-repeat:no-repeat;
padding: 7px 5px 7px 25px;
_padding: 7px 5px 7px 25px;
height: 18px;
_height: 18px;
text-align: left;
}
.entry_body { margin-bottom: 50px; }

#beta ul ul li {
padding: 7px 5px 7px 0;
}

#beta ul li a {
text-decoration:none;
color: #000;
line-height: 120%;
}
.entry_body p a.photo { margin-right: 6px; }
.entry_body p a.photo img { margin-bottom: 4px; }
h4 a:link, h4 a:visited { color: #000; text-decoration: none; }
.entry_lists dt  a {  color: #000; text-decoration: none;  }

/* スケジュール */
div#schedule ul { margin: 10px 0 0 0; padding: 0; background-image:url('img/schedule_li.gif');  background-repeat:no-repeat; background-position:top;} 
div#schedule ul li { list-style:none; width: 640px; background-image:url('img/schedule_li.gif');  background-repeat:no-repeat; background-position:bottom;  padding: 8px 0; }
div#schedule a:link {color: #3366FF; background-color: transparent; text-decoration: underline; }
div#schedule a:visited {color: #3366FF; background-color: transparent; text-decoration: underline; font-weight: bold;}
div#schedule a:hover {color: #3366FF; background-color: transparent; text-decoration: underline;}

div#schedule div.prevnext { margin-bottom: 30px; }
div#schedule div.prevnext a {text-decoration: underline; }

div#schedule p { display: inline;  }
div#schedule span.d { float: left; display: block;}
div#schedule div.sche {  margin-left: 70px; }
div#schedule span.t { margin-left: 0; width: auto;}
div#schedule span.b {   display: inline;}
div#schedule span.b2 {  margin-left: 10px;  display: inline;}


/* form */
form input.tarea { width: 200px; }
form input.tarea2 { width: 400px; }
form textarea { width: 400px; }
a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(img/icon_pdf.gif) no-repeat center right;
}
a[href$='.xls'] {
	padding: 5px 20px 5px 0;
	background: transparent url(img/icon_xls.gif) no-repeat center right;
}
a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(img/icon_doc.gif) no-repeat center right;
}

/*　巡回 */
div.junkai { font-size: 16px; line-height: 180%;  margin-bottom: 40px;  }
div.junkai img { float:left; margin-right: 10px; }
div.junkai p { margin-bottom: 10px; font-weight:bold; }

/* キッズドリル */
.fl {
	float: left; margin: 0 30px 30px 0;
}

table.staff tr>td { text-align: left; }
table.staff td+td { text-align: center; }
table.staff td+td+td { text-align: center; }
table.staff col.c { text-align: center; }

#Topnews { margin: 0 0 20px 0;}
#Topnews ul { margin: 5px 0 30px 0; padding: 0;  } 
#Topnews ul li { line-height: 100%; list-style:none;  background-image:url(img/top_li_news.gif);  background-repeat:no-repeat; background-position:bottom; height: 23px; _height: 22px; padding: 7px 0 1px 0; _padding: 8px 0 0 0;  }
#Topnews ul li a { color: #000000; text-decoration: none; vertical-align:middle; margin-left: 25px; }
*:first-child+html #Topnews ul li { line-height: 110%; }

/*　キッズ目標 */
ol.kids { margin: 10px 0 20px 0; }

/* フォーム */
span.must { color: red; }
td.ftd1 { width: 280px; }
p.rp { text-align: right; }

/* Youtube */
#youtubev { border: solid 5px #000; margin-bottom: 10px; }
a.youtubev { padding-top: 10px;  }

/* リンク集 */
.linkmap { width: 200px; float: left; }
.linkmap ul { margin-left: -20px; margin-top: 10px; }
.linkmap ul li { list-style:none; background-image:url(img/links_li.gif); background-repeat:no-repeat;  padding-left: 20px; background-position: 0 5px;}

#lmap {
background-image:url(img/links_map.gif);
width: 388px;
height: 301px;
background-repeat:no-repeat;
margin-left: 200px;
}

#linkskenpoku {
position:relative;
	left:231px;
	top:40px;
	width:56px;
	height:56px;
	z-index:3;
	visibility:visible;
}
#linkssousou {position:relative;
	left:332px;
	top:15px;
	width:56px;
	height:56px;
	z-index:6;
	visibility:visible;
}
#linksaidu {position:relative;
	left:88px;
	top:-3px;
	width:56px;
	height:56px;
	z-index:9;
	visibility:visible;
}
#linkskencyu {position:relative;
	left:219px;
	top:-37px;
	width:56px;
	height:56px;
	z-index:13;
	visibility:visible;
}
#limksiwaki {position:relative;
	left:317px;
	top:-12px;
	width:56px;
	height:56px;
	z-index:18;
	visibility:visible;
}
#linkskennan {position:relative;
	left:186px;
	top:-58px;
	width:56px;
	height:56px;
	z-index:19;
	visibility:visible;
}