/*
http://www.datafukkyu.com/
*/

body {
	background: url(background.png) repeat;
	font-family: verdana, arial, serif;
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

a {
	background-color: #ffffff;
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#datafukkyu {
	background-color: #ffffff;
	color: #000000;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
}

#recover {
	background: url(banner.jpg) no-repeat;
	height: 140px;
	text-align: center;
	width: 100%;
}

#recover h1 {
	font-size: 2.2em;
	position: relative;
	left: 10px;
	top: 10px;
	color: #ffffff;
}

#recover a {
	background-color: transparent;
	color: #ffffff;
	font-family: helvetica, verdana, arial, serif;
	text-decoration:none;
}

#recover a:hover {
	background-color: transparent;
	color: #999999;
}
h2{
	color: #666666;
}

#pcdata {
	float: left;	
	margin-top: 10px;
	width: 100px;
}

#pcdata ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
}

#pcdata ul li {
	display: block;
	padding-bottom: 8px;
}
#bann {
	text-align: center;
}
#pcdata li a {
	background-color: #ffffff;
	border-bottom: 1px dotted #666666;
	border-right: 1px dotted #666666;
	color: #666666;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
	width: 100px;
}

#pcdata li a:hover {
	background-color: #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
}

#content {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 8px;
	width: 590px;
}

#diskinfo {
	background-color: #ffffff;
	clear: right;
	color: #000000;
	font-size: 0.7em;
	margin: 0 auto;
	padding-bottom: 4px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: right;
	width: 730px;
}

#diskinfo a {
	border-bottom: 1px dotted #666666;
}

#diskinfo a:hover {
	text-decoration: none;	
}
.pager,
.pager li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pager li {
	display: inline-block;   
	text-align: center;
	line-height: 30px;
	margin-right: 5px;
	margin-bottom: 5px;
}
* html .pager li {
	display: inline;
	zoom: 1;
}
.pager li a,
.pager li span {
	display: block;
	background: #eeeeee;
	border: solid 1px #dcdcdc;
	padding: 0 5px;
	min-width: 30px;
	width: auto !important;
	width: 30px;
	height: 30px;
	font-size: 13px;
}
.pager li span {
	background: #739dda;
	border: solid 1px #4d6992;
	color: #ffffff;
}
.pager li a:link,
.pager li a:visited,
.pager li a:active,
.pager li a:hover {
	text-decoration: none;
	color: #000000;
}
.pager li a:hover {
	background: #dcdcdc;
}