@charset "shift_jis";
/*基本設定ここから*/

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	font-size: 14px;
	height: auto;
}

img{
  border:none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*リンクカラー*/

a:link{
  color:#333333;
  text-decoration:none;
}

a:visited{
  color:#333333;
  text-decoration:none;
}

a:hover{
	color:#1A8895;
	text-decoration:underline;
}

a:active{
	color:#333333;
	text-decoration:none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*ヘッダーここから*/

#header {
	width: 960px;
	position: relative;
	height: 150px;
	margin-right:auto;
	margin-left:auto;
	top: 20px;
}

/*ヘッダーここまで*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.error_out {
	margin:0 auto;
	width:500px;
	text-align:left;
	border-width:2px;
	border-style:solid;
	position: relative;
	top: 50px;
}
.error_left {
	width:160px;
	line-height:400%;
	padding:10px;
	font-size:150%;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	float:left;
	background-color: #7FC457;
}
.error_right {
	width:290px;
	margin:15px 10px 10px 10px;
	text-align:left;
	float:right;
}


.home {
	text-align:right;
	margin:10px 10px 0 0;
	font-weight: bold;
}
.foot {
	width:480px;
	text-align:right;
	font-size:80%;
	position: relative;
	top: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#error_txt {
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	top: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}
