body {
	background-image : url(../image/waku05.gif);
	background-attachment : absolute;
	margin : 0px;
}

/* リンク */
.new_link{
	    font-size : 24px;
	    font-weight : bold;
	    margin-left: 33px;
	    
}

.kankaku { margin-top : 18px; }

.img{ margin-right: 0px;}

/* 右下の子どもの画像 */
.boy1{
	position : relative;
	
}

/* リンクに対する設定 */
a { text-decoration : none;		/* リンクの下線をなくす */ }
a:link { color : #ffffff; 		/* リンクの文字の色 */ }
a:visited { color : #ffffff; 	/* 訪れたリンクの文字の色 */ }
a:active { color : #00ffff; 	/* アクティブな状態のリンクの文字の色 */ }
a:hover { text-decoration : underline; }

/* 別窓で開きます */
span { color :#ccffff;}