@charset "UTF-8";

/* ================================
	固定レイアウト
================================ */
/* ----------------------
	横幅指定とセンタリング
---------------------- */
.page{
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
.container{
	width: 990px;
	margin: 0 auto;
	padding:0;
	position: relative;
}

/* ----------------------
	配色とマージン
---------------------- */
body{
	background: url(../images/backPtn.png) repeat center center;
}

.page{
}

.globalHeader{
}

.globalFooter{
	background: #880007;
}

.contents{
}



