@charset "utf-8";

/*
Site URL	http://www.umin.ac.jp/index_missing.htm
Site URL	http://www.umin.ac.jp/err500.htm
Created		2013/05/08
Last update	2013/05/09
Author		R.Hayashi
*/
/*==============
ERR400、ERR500
================*/
.text-a-underline a{
	text-decoration:underline;
}
#missing{
	position:relative;
	width:100%;
	background-color:#FFF;
}
#missing h2{
	padding:0 0 0 20px;
	margin:30px 0 0 0;
	color:#300;
	font-size:62px;
	font-weight:bolder;
	border:none;
}
#missing h2 + p{
	padding:0 0 0 40px;
	font-size:20px;
	font-weight:bolder;
	border:none;
}
#missing ul{
	margin:20px;
}
#missing ul li{
	line-height:2em;
}
#missing ul li.check{
	list-style-image:url(/images/icons/gif/16x16/check-box.gif);
}