﻿/*	error.css	*/

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*		＜共通定義＞													*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body
		{
			font-style: normal;

			width:1300px;
			height:100%;
			background: #f8dce0 url("../pic/error_bak.gif");
		}

#logo
		{
			margin-top:0;
			width:100%;
			padding:0;
			text-align:center;
		}

#logo img
		{
			width:700px;
			height:110px;
			margin-bottom:10px;
		}

h1		{

		}

div#continer
		{
			width:100%;
			height:100%;
			margin-left:auto;
			margin-right:auto;
			text-align:center;
			margin-bottom:70px;
		}

div#errmsg1
		{
			width:100%;
			text-align:center;
			font-weight:bold;
			font-size:45px;
			margin-bottom:100px;
			color:red;

		}
div#errmsg2
		{
			width:100%;
			text-align:left;
			font-size:15px;
			color:blue;
			text-decoration:underline;
		}

div#errmsg3
		{
			margin-top:120px;
			margin-bottom:100px;
			text-align:left;
			font-size:22px;
			color:red;
		}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*		＜フッター＞													*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.footer
		{
			margin-top:30px;
			padding-top:30px;

			clear:both;
			font-size:16px;
			color:blue;
			width:100%;
			height:50px;
			text-align:center;
		}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
