﻿/* ----------------------------------------------------------------------------------------------------------------*//* 画像表示用 *//* ----------------------------------------------------------------------------------------------------------------*/div.kids-img1 {	padding: 1em 0 0.5em 0;	width: 786px;	height: 1028px;	margin: auto;	background: url(../images/kid1.jpg) no-repeat;}div.kids-img2 {	padding: 1em 0 0.5em 0;	width: 786px;	height: 1028px;	margin: auto;	background: url(../images/kid2.jpg) no-repeat;}div.kids-img3 {	padding: 1em 0 0.5em 0;	width: 786px;	height: 1028px;	margin: auto;	background: url(../images/kid3.jpg) no-repeat;}div.kids-img4 {	padding: 1em 0 0.5em 0;	width: 786px;	height: 1028px;	margin: auto;	background: url(../images/kid4.jpg) no-repeat;}div.kids-img5 {	padding: 1em 0 0.5em 0;	width: 786px;	height: 1028px;	margin: auto;	background: url(../images/kid5.jpg) no-repeat;}/* ----------------------------------------------------------------------------------------------------------------*//* 「つぎへ」ボタン用 *//* ----------------------------------------------------------------------------------------------------------------*/div a.kids-link {	display: block;	text-indent: -9999em;	text-decoration: none;	overflow: hidden;	width: 150px;	height: 44px;	background-image: url(../images/kid_next_bk.png);	background-repeat: no-repeat;	margin: 0;	padding: 0;	position: relative;	top:940px;	left: 600px;}div a:hover.kids-link {	background-image: url(../images/kid_next_wh.png);}/* ----------------------------------------------------------------------------------------------------------------*//* ページナビゲーション用 *//* ----------------------------------------------------------------------------------------------------------------*/div.kids-pages {	text-align: center;	font-size: 150%; 	margin: auto;	letter-spacing: 6px;}