@charset "euc-jp";

/* base
------------------------------------------------------------*/
a:link,
a:visited { color:#0044CC; }

/* Content
------------------------------------------------------------*/
#header {
	width:100%;
	height:auto;
}

#error_contents {
	width:900px;
	margin: 20px auto ;
	text-align:center;
}

#error_contents h2 {
	height:23px;
	margin:0 0 15px;
	padding:6px 10px 3px 20px;
	background:url(image/h2_title.gif) no-repeat top left;
	font-size:16px;
	text-align:left;
}

#error_contents .guide {
	width:800px;
	margin:0 auto 30px;
	padding:10px 20px 20px;
	border-bottom:1px dotted #DADADA;
	text-align:left;
	font-size:14px;
}

#error_contents .guide  dt {
	margin-bottom: 15px;
}

#error_contents .guide  dd {
	padding: 10px 20px;
	border:1px solid #C0C0C0;
	background-color:#EAEAEA;
	font-weight:bold;
}

#error_contents .guide .jump {
	margin:10px 0 0;
	font-weight:normal;
}

#error_contents iframe {
	width: 600px;
	height: 800px;
	margin:0 auto;
}

#error_contents ul {
	margin: 0px 20px 15px;
}
#error_contents li {
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: disc;
}
div.weblink {
	background-image: url(image/web.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 170px;
	height: 98px;
	margin: 0px 30px 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: dotted 1px #CAC8C8;
}
div.weblink p {
	padding: 5px 0px 0px;
}

