@charset "euc-jp";
/* CSS Document */

body {
	background-image: url(../img/main_visual_effect.png), url(../img/site_bg.png);
	background-size: contain, contain;
}

/* ------------------------------------------------------------

page_header

------------------------------------------------------------ */
#site-logo {
	position: absolute;
	left: 10px;
	top: 5px;
}

#site-logo img {
	width: 110px;
	height: auto;
}

/* ----------------------------------------

page-title

---------------------------------------- */

#page-title {
	padding: 30px 10px;
	text-align: center;
	color: #eee;
	font-size: 20px;
	font-weight: normal;
}

