
/*-------背景の設定----------*/

body { background-image : url(image/sora.gif); 
		     background-repeat : no-repeat; 
		     background-attachment : fixed;
		    }


/*-------ボックスの設定----------*/

.box {
position : absolute;
top:50px;
left:50px;
width:450px;
height:350px;
border-style:none;
}




/*-------リンクの設定----------*/

a { text-decoration : none; }

/*-------アンダーラインの設定----------*/

p.type1 { text-decoration:underline; }