@charset "utf-8";
/* CSS Document */


body *{
  font-family: 'Noto Sans Japanese', sans-serif;
}
h1,h2{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
}
h3,h4,h5{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
}

p{
	font-family: 'Noto Sans Japanese', sans-serif;
}



body{
	text-align:center;
	background:#f3ebe0 url(wallpaper_brown_noimage.jpg) top center repeat;
	background-size:512px 384px;
}


header{
	margin:40px auto 24px auto;
}
header img{
	margin:0 auto 0 auto;
	padding:15px 0;
}

#title{
	margin:0 auto 0 auto;
	
}

#text_area{
	margin:0 auto;
}
#text_area a{
	padding:15px;
}


#advertisements_area{
	margin:0 auto;
	max-width:240px;
	text-align:center;
}

#advertisements_area table{
	margin:0 auto;
	text-align:center;
}
