 @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:901px;
	background-image: url(../../images/kidspage_bg02.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	}

