body {
	background-color: #D5FFFE;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #FFF;
	padding-top: 10px;
}
#wrapper #title {
	background-image: url(images/logo2.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-size:30%;
}

#wrapper #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6CF;
	padding-top: 8px;
}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){


	#wrapper #title {
	background-image: url();
}

}
