﻿/*基本設定*/
* {
	margin: 0;
	padding: 0;
}

img {
	border:0;
	vertical-align: bottom;
}

p {
	font-size: 75%;
	line-height: 150%;
	color: #000;
	margin:20px;
}

h1 {
	font-size: 120%;
	margin:20px;
}

/*エラーボックス*/
#error {
	position:absolute;
	top:50%;
	left:50%;
	width: 700px;
	height: 300px;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	border-right: 1px solid #f00;
	border-left: 1px solid #f00;
	padding: 10px;
	margin: -165px 0 0 -360px;
}

/*エラーボックス*/
#error_box {
	width: 100%;
	border-top: 1px dotted #000;
	margin-top: 30px;
}

/*エラーメニュー*/
#error_menu {
	position:absolute;
	right: 10px;
	bottom: 10px;
}

#error_menu a {
	font-size: 11px;
	color: #000;
	background: url(../images/common/link1.gif) no-repeat left center;
	padding: 4px 0 0 9px;
	text-decoration: none;
	margin-left: 10px;
}

#error_menu a:hover {
	color: #f00;
	background: url(../images/common/link2.gif) no-repeat left center;
	text-decoration: underline;
}
