/******************************************************************************/
/* メインスタイルシート - last update: 25.07.14 */


/******************************************************************************/
/* ホームページ全体 */

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	background: url(../img/body_bg.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	text-align: center;
}

img {
	border: 0;
}


/******************************************************************************/
/* wrapper - 全体の枠組み */

#wrapper {
	width: 100%;
	height: 100%;
}


/******************************************************************************/
/* maincontent - メインビジュアル */

#mainvisual {
	background: url(../img/mainvisual.png) no-repeat center center;
	background-size: contain;
	width: 96%;
	max-width: 829px;
	height: 100%;
	margin: 0 auto;
}

#mainvisual h1 {
	display: none;
}

