@charset "utf-8";
/* CSS Document */

#wapper {
	background-image: url(img/back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px auto;
	padding: 0px;
	width: 818px;
	position: relative;
	height: auto;
}
#contents {
	padding: 0px;
	height: auto;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(img/kodomo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#navi1 a {
	font-size: 14px;
	color: #000066;
}

#contents #navi {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 200px;
}
#contents #main {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 570px;
	position: relative;
	height: auto;
}
#footer {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 818px;
	position: relative;
}
#footer p {
	font-size: 12px;
	color: #0066CC;
	display: block;
	margin: 0px 0px 0px 230px;
	padding: 8px 0px 0px;
	width: 560px;
	text-align: center;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #005898;
	font-weight: bold;
}
#header p {
	font-size: 12px;
	font-weight: bold;
	color: #0033CC;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

body {
	background-color: #5ac4f0;
}
#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 190px;
	width: 818px;
	position: relative;
}
#navi ul {
	font-size: 14px;
	color: #000066;
	margin: 15px 0px 0px 25px;
	padding: 2px 0px 0px;
	font-weight: bold;
	text-decoration: none;
}
#navi li {
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 0px 15px;
	padding: 2px 0px;
}
#navi a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#navi a:hover {
	color: #019BE1;
	text-decoration: none;
	font-size: 12px;
}
#main h1 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	display: block;
	background-image: url(img/icon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	margin: 10px 0px 0px 10px;
	padding: 20px 0px 0px 40px;
	width: 300px;
}
#main h2 {
	font-size: 18px;
	color: #0099FF;
	margin: 15px 50px 0px 20px;
	padding: 0px 0px 0px 8px;
	display: block;
	border-left-width: thick;
	border-left-style: double;
	border-left-color: #0033CC;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #0033CC;
}
#main p {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin: 20px 30px 0px;
	padding: 0px;
}
