 @charset "shift_jis";

/* formatting style
------------------------------*/
/* link style
------------------------------*/
a img 
	{
	border-style: none;
	}
	
a:link
	{
	text-decoration: none;
	color: #09F;
	}

a:visited 
	{
	color: #09F;
	text-decoration: none;
	}
	
a:hover
	{
	color: #09F;
	text-decoration: underline;
	}

/* メインボックス*/
#container 
	{
	height:790px;
	background-image: url(../../images/kidspage_bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:56px;
	}

#title11
	{
	width:870px;
	margin-left:auto;
	margin-right:auto;
	}
	
#kidspage_01_dl
	{
	width:600px;
	margin-top:45px;
	margin-left:107px;
	}

#kidspage_01_dl dd
	{
	margin-bottom:13px;
	}

