@charset "shift_jis";
/* 2009/02/25 */
@import "default.css";
@import "text.css";

html {
	height:100%;
}
body {
	text-align:center;
	margin:0px;
	padding:0;
	height:auto !important;
	height:100%;
	min-height:100%;
}
#layout {
	background:#fff;
	margin:0px auto 0px;
	width:800px;
	text-align:left;
	height:auto !important;
	height:100%;
	min-height:100%;
}

#layout:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*===============================================================*/
/*====ヘッダ====*/
/*===============================================================*/

#head {
	height: 65px;
	position: relative;
	background:#fff;
}
/*====ロゴ====*/
#head #h_logo {
	background: url(//www.logitec.co.jp/data_recovery/img/logiteclogo.gif) no-repeat left 22px;
	text-indent: -9999px;
	display: block;
	width: 180px;
	height: 60px;
}


/*===============================================================*/
/*====メインコンテンツ====*/
/*===============================================================*/
#contents{
	clear:both;
	margin:0px 0px 15px;
}
#contents:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
h1{
	margin-bottom:3px;
	font-weight:bold;
	padding-top:10px;
	background:url(//www.logitec.co.jp/data_recovery/img/line.jpg) no-repeat top left;
}
div.box{
	width:776px;
	height:300px;
	overflow:auto;
	border:solid 2px #999999;
	padding:10px;
	margin-bottom:20px;
}
div.box h2{
	text-align:center;
	font-size:133%;
	margin-bottom:10px;
}
div.box h3{
	font-size:116%;
	line-height:1.16;
	margin-bottom:5px;
	border-left:5px solid #0A50A1;
	padding-left:5px;
}
div.box p{
	margin:0px 0px 1em;
	}
div.box dt{
	font-weight:bold;
}
div.box dd{
	margin-bottom:1em;
}
div.box dd dl{
	margin-left:1em;
}
div.box dd dd{
	margin-bottom:0.5em;
}
#banner{
	height:37px;
	width:500px;
	text-align:center;
	margin:auto;
}
#banner a{
	background:#F74A00;
	height:37px;
	line-height:37px;
	display:block;
	color:#fff;
	text-decoration:none;
}
#banner a:hover{
	background:#4682B4 ;
	}
/*===============================================================*/
/*====フッタ====*/
/*===============================================================*/

#foot {
	clear:both;
	height:50px;
	position:relative;
	background:#1d283a;
	color:#fff;
	font-size:93%;
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
}
/*====コピーライト====*/
#foot #copyright {
	position:absolute;
	bottom:5px;
	left:9px;
	vertical-align:bottom;
}

/*====ロゴ====*/
#foot #f_logo{
	position:absolute;
	bottom:10px;
	right:8px;
	text-align:right;
}
#foot #f_logo img{
	margin-top:5px;
	}
