@charset "utf-8";
/* CSS Document */
.page_404Err #container{
	margin:100px auto;
	padding:30px;
	background-color:#E6E6E6;
 	line-height:200%;
 	font-size:120%;
 	width:800px;
}
.page_404Err .boxTitle{
	border-bottom:2px dotted #666;
	color:#666;
	padding:0 8px;
}

.page_404Err .boxTitle:after{
  content: "";
  clear: both;
  display: block;
}

.page_404Err .boxTitle .logo{
width:180px;
float:left;
}


.page_404Err .boxTitle .title{
	font-size:200%;
	font-weight:bold;
 	line-height:70%;
 	padding:15px 0 3px 20px;
 	float:left;
 	width:auto;
}

.page_404Err .boxTitle span{
	font-size:45%;
	font-weight:normal;
}

.page_404Err .errList{
padding:5px 3px;
}

.page_404Err .errList ul{
	margin:8px;
	padding:15px;
	background-color:#fff;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  

}

.page_404Err .errList li{
list-style: square inside
}