@charset "UTF-8";

/*Clearfix*/

div.errorBox div.errorInner ul {
	zoom: 1;
}

div.errorBox div.errorInner ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#topicPath a {


#topicPath a:hover {
}

#contents h1.head {
	padding-bottom: 12px;
}

div.errorBox {
	background: url(/img/bg_error_top.gif) no-repeat 0 0;
	padding-top: 7px;
}

div.errorBox div.errorInner {
	background: url(/img/bg_error_bottom.gif) no-repeat left bottom;
	padding: 0 22px 14px;
}

div.errorBox div.errorInner p {
	font-weight: bold;
}

div.errorBox div.errorInner p.title {
	border-bottom: 1px solid #ccc;
	padding: 13px 0 17px 0;
	text-align: center;
	margin: 0 auto 11px;
	width: 910px;
}

div.errorBox div.errorInner p.title span {
	background: url(/img/ico_warning.gif) no-repeat 0 1px;
	color: #e32604;
	display: inline-block;
	font-size: 130%;
	font-weight: bold;
	padding: 10px 0 10px 61px;
}

div.errorBox div.errorInner ul {
	margin: 2px 5px;
}

div.errorBox div.errorInner ul li {
	display: inline;
	float: left;
	margin-right: 40px;
	width: auto;
}

div.errorBox div.errorInner ul li a {
	background: url(/img/ico_arrow06.gif) no-repeat 0 5px;
	color: #144986;
	display: block;
	font-weight: bold;
	padding-left: 11px;
}

div.errorBox div.errorInner ul li a:hover {
}

p.toTop {
	margin: 7px 0 13px;
}

p.toTop a {
	text-decoration: none!important;
}

p.toTop a:hover {
	text-decoration: underline!important;
}