@charset "UTF-8";

@import url("default.css") print, screen;/* and (min-device-width: 481px);
@import url("../../style/smartphone.css") only screen and (max-device-width: 480px);*/


body{
	margin-top:50px;
	text-align:center;
	background-color: #EED9D3;
	font-family:'ヒラギノ丸ゴ ProN','MS P ゴシック',sans-serif;
	color: #571C05;
}
a:link{color: #571C05;}
a:visited{color: #EED9D3;}
a:hover{color: #571C05;}
a:active{color: #571C05;}
