@charset "utf-8";

body{
		background:#fff;     
		background: -moz-linear-gradient(top, #ff , #B6D39D);     
		background: -webkit-linear-gradient(top, #fff, #B6D39D);     
		/*標準型（方向は省略＿デフォルトの to bottom になる）*/    
		background: linear-gradient(#fff, #B6D39D);	
	line-height: 1.8;
}


div#wrapper{
	width: 960px;
	background-color:#fff;
	margin: 0 auto 40px ;
	padding: 5px 0 0 0 ;
	text-align: left;
}

div#footer{
	padding: 15px; 
	text-align: center;
	background: #E88F23;
	line-height: 1.5;
}

div#footer p#copyright{
	text-align: center;
	padding: 5px;
	color: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}
