@charset "shift_jis";

.nanimo {
	clear: both;
}
.nanimo hr {
	display: none;
}

body {
	font-size: 0.75em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
	line-height:1.3em;
	background: #336633;
}

h1,h2,h3,h4,h5,h6,p,div,ul,li {
	padding: 0;
	margin: 0;
}
h1,h3 {
	text-shadow: 0px 0px 3px #fff; 
	-moz-text-shadow: 0px 0px 3px #fff;
	-webkit-text-shadow: 0px 0px 3px #fff;
}
ul {
	list-style-type:none;
} 
a:link,a:visited {
	color: #003300;
	text-decoration: none;
}

a:hover {
	color: #339900;
}
img,iframe,object {
	max-width:100%;
	height:auto;
}
img {
	line-height: 0px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}

#ancestor {
	background-image: url(../images/bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	background-color: #fff;
	text-align: left;
	width: 96%;
	padding: 0 2%;
	margin-right: auto;
	margin-left: auto;
}

.parent_top {
	position: relative;
	height: 160px;
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;

}

.parent_top h1 {
	color:#999;
	font-size: 0.8em;
	display: block;
	padding: 5px 8px;
	line-height: 1.2em;
	font-weight: bold;
}

.kanban {
	text-shadow: 0px 0px 3px #fff; 
	-moz-text-shadow: 0px 0px 3px #fff;
	-webkit-text-shadow: 0px 0px 3px #fff;
	font-weight:bold;
	position: absolute;
	line-height: 1.2em;
	font-size: 1.6em;
	top:30px;
	left:10px;
	right:10px;
}

.naiyou {
	color:#999;
	position: absolute;
	line-height: 1.2em;
	bottom:45px;
	left:20px;
	right:20px;
}
.imanob {
	position: absolute;
	line-height: 1.2em;
	bottom:5px;
	left:20px;
	right:20px;
}
#parent_middle {
	width: 100%;
}

#children {
	width: 94%;
	padding: 0 3%;
}
#children img {
	max-width: 50%;
}
#children h2 {
	clear: both;
	color:#fff;
	background: #5bbb47;
	border-bottom:solid 7px #ccc;
	margin: 25px 0 5px;
	padding: 7px 15px;
	font-size: 1.1em;
	line-height: 1.2em;
}

#children p {
	margin-top: 0.0em;
	margin-bottom: 1.5em;
}
.child ul {
	margin: -5px;
}

.child ul li {
	list-style-type: none;
	display: block;
	margin: 0 0 4px;
}

.child ul li a {
	color: #000;
	padding: 10px;
	margin: 2px 0;
	display: block;
	text-decoration: none;
	line-height: 1.2em;
background: #a2e091;
background: -moz-linear-gradient(top,  #a2e091 1%, #9cd198 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#a2e091), color-stop(100%,#9cd198));
background: -webkit-linear-gradient(top,  #a2e091 1%,#9cd198 100%);
background: -o-linear-gradient(top,  #a2e091 1%,#9cd198 100%);
background: -ms-linear-gradient(top,  #a2e091 1%,#9cd198 100%);
background: linear-gradient(to bottom,  #a2e091 1%,#9cd198 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2e091', endColorstr='#9cd198',GradientType=0 );
	box-shadow: 1px 1px 2px #333; 
	-moz-box-shadow: 1px 1px 2px #333; 
	-webkit-box-shadow: 1px 1px 2px #333;
}

.child ul li a:hover {
	text-decoration: none;
}

.eggs {
	padding: 10px;
	line-height: 1.5em;
	margin: 0 0 25px;
}
.eggs img {
	max-width: 50%;
	margin: 3px;
	padding: 3px;
}

#children1,#children2 {
	display:none;
}

#parent_bottom {
	background-image: url(../images/bg1.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fff;
	margin-top: 40px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#parent_bottom h3 {
	background: #ccc;
	padding: 5px 10px;
	font-size: 1em;
	line-height: 1.2em;
	margin: 20px 0 3px;
}

.student {
}

.student ul {
	margin: 0 0 20px;
	padding: 0;
}

.student a {
	color: #fff;
	padding: 10px;
	margin: 5px 0;
	display: block;
	text-decoration: none;
	line-height: 1.2em;
background: #61c446;
background: -moz-linear-gradient(top,  #61c446 1%, #368e1d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#61c446), color-stop(100%,#368e1d));
background: -webkit-linear-gradient(top,  #61c446 1%,#368e1d 100%);
background: -o-linear-gradient(top,  #61c446 1%,#368e1d 100%);
background: -ms-linear-gradient(top,  #61c446 1%,#368e1d 100%);
background: linear-gradient(to bottom,  #61c446 1%,#368e1d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61c446', endColorstr='#368e1d',GradientType=0 );
	box-shadow: 1px 1px 2px #333; 
	-moz-box-shadow: 1px 1px 2px #333; 
	-webkit-box-shadow: 1px 1px 2px #333;
}

.student a:hover {
}

.names {
	text-align: center;
	padding: 65px 8px 25px;
	font-size: 0.8em;
}

.reborn {
	z-index:1;
	position: fixed;
	right:10px;
	bottom:10px;
	text-align: right;
}

.reborn img {
	border:none;
}
.reborn a:hover {

}
