@charset "Shift_JIS";


	/*"初期値の設定"*/
*{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}


	/*"画面全体の背景の設定"*/
body{
  background-color : #ccffff;
  background-image : url(snal.gif);
}


	/*"メインの背景の設定"*/
#general{
  margin-left : auto;
  margin-right : auto;
  width : 750px;
  background-color : #ccffff;
  font-size : small;
  position : relative;
}

img{
	border-style : none;
}

h1{
  margin-left : auto;
  margin-right : auto;
  width : 644px;
  height : 106px;
}


	/*"ページ間移動のボタン"*/






	/*"ページトップへ"*/


	/*"フッターの設定"*/



	/*"indexページのみ"*/








#main{
  font-weight : bolder;
  text-align : center;
  margin-top : 50px;
  font-size : x-large;
  color : #1a4623;
}

#main p{
  margin-top : 20px;
}
