@charset "Shift_JIS";
/* ----------------------------------------------------------
  TITLE : MIZUNO OFFICIAL ONLINE SHOPPING
  URI : www.mizunonetorder.com
  Copyright (C) MIZUNO
---------------------------------------------------------- */

/* Imports
---------------------------------------------------- */
@import "format.css";
@import "layout.css";

/*----------------------------
	1. 共通設定
	2. メインエリア
------------------------------ */

/*   1. 共通設定
---------------------------------------------------- */
body#sorry {
	background-image: none;
}

/* ヘッダ */
#sorry #header {
	height: 72px;
	border-bottom: 4px solid #000099;
}

#sorry #header h1 {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#sorry #header h1 img {
	position: absolute;
	top: 14px;
	left: 0px;
}

/* メインエリア */
#sorry #container {
	width: 980px;
	margin: 30px auto 0;
}

/*   2. メインエリア
---------------------------------------------------- */
 #sorry #container p.message {
    margin: 120px 0;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    color: #000000;
}













