@charset "utf-8";
/* CSS Document */
body {background: #fff;}
div#mainContents { width:100%;}
	div#mainContents a#firstbox {
		display: block;
		width:100%;
		box-sizing: border-box;
		background: url(../image/first/firstbg.jpg) repeat-x;
		background-position: center top;
		opacity: 0;
	}
		div#mainContents a#firstbox div.logbox {
			width:109px;
			height:128px;
			background: url(../image/first/logo.png) no-repeat;
			margin: 0 auto;
			opacity: 0;
		}