/*===============================
	■各要素のリセット
================================= */
html {
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body {
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family:  sans-serif;
   font-size: 62.5%;
}

form, input { margin: 0; padding: 0; }
a img { border: 0; }

h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h1,h2,h3,h4,h5,h6,div,p,ol,ul,pre,blockquote {
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 0px;
}
li {
	list-style-type: none;
}

/* fandamental structure ----------------------------------*/

body {
	color: #000;
 
}
p {
	margin: 0;
    line-height: 120%;
}
h1 {
	font-size: 30px;
}
a img {
    border: 0;
}
#wrap {
	text-align: center;
}
#container {
	position: relative;
	width: 950px;
	margin: 0 auto;
    color: #000;
 
}

/* page style --------------------------------------------*/

.generally {
	background-color: #ed8000;
	color: #000;
}
.sabra {
	background-color: #fff;
	color: #000;
}

/* header style --------------------------------------------*/

#header-banner {
	position: relative;
	width: 950px;
}
.logo {
	display: block;
	float:left;
	width: 950px;
	height: 50px;
}
#header-menu {
	position: relative;
	width: 950px;
	height: 18px;
	text-align: left;
}
#header-menu p {
	float: left;
}
#header-menu a,
#header-menu a:link,
#header-menu a:visited,
#header-menu a:hover {
	color: #000;
    text-decoration: underline;
    font-size: 10px;
    vertical-align: 3px;
}

/* advertisement style --------------------------------------------*/

#advertisement {
	position: absolute;
	top: 78px;
	left: 750px;
	width: 200px;
	text-align:left;
}

/* contents style --------------------------------------------*/

#contents {
	position: absolute;
	left: 0;
	top: 78px;
	width: 740px;
	background-color: #fff;
	color: #000;
	min-height: 960px;
	_height: 960px;
	text-align: left;
	margin-right: 5px;
	margin-bottom: 15px;
}
#content-banner{
	position: relative;
	width: 740px;
	height: 50px;
	_height: 48px;
	border-bottom: #000 solid 1px;
}
#content-banner h1 {
	margin: 10px 9px 0;
	width: 400px;
	float: left;
}
.search {
	margin: 14px 10px 0;
	float: right;
	font-size: 12px;
	font-weight: bold;
}

/* navigation style --------------------------------------------*/

#navi {
	position: absolute;
	top: 59px;
	left: 5px;
	clear: right;
	float: left;
	font-size: 13px;
	font-weight: bold;
}
*html #navi {
	left: -35px;
}
*+html body #navi {
	left: -35px;
}
.module-list {
	clear: both;
	padding: 0 5px 280px 4px;
	color: #000;
}
.module-list li {
	margin-bottom: 5px;
}
.strictly_button a {
	background-image: url(http://www.sablog.jp/sabrafaq/img/strictly_button.gif);
	background-repeat: no-repeat;
	display: block;
	width: 143px;
	height: 24px;
}
.generally_button a {
	background-image: url(http://www.sablog.jp/sabrafaq/img/generally_button.gif);
	background-repeat: no-repeat;
	display: block;
	width: 143px;
	height: 24px;
}
.easy_button a {
	background-image: url(http://www.sablog.jp/sabrafaq/img/easy_button.gif);
	background-repeat: no-repeat;
	display: block;
	width: 143px;
	height: 24px;
}
.bb_button a {
	background-image: url(http://www.sablog.jp/sabrafaq/img/bb_button.gif);
	background-repeat: no-repeat;
	display: block;
	width: 143px;
	height: 24px;
}
.day_button a {
	background-image: url(http://www.sablog.jp/sabrafaq/img/1day_button.gif);
	background-repeat: no-repeat;
	display: block;
	width: 143px;
	height: 24px;
}
.tv_button a {
	background-image: url(http://www.sablog.jp/sabrafaq/img/tv_button.gif);
	background-repeat: no-repeat;
	display: block;
	width: 143px;
	height: 24px;
}
.sablog_button a {
	background-image: url(http://www.sablog.jp/sabrafaq/img/sablog_button.gif);
	background-repeat: no-repeat;
	display: block;
	width: 143px;
	height: 24px;
}

/* faq style --------------------------------------------*/

#faq {
	position: absolute;
	top: 59px;
	left: 161px;
	width: 575px;
	min-height: 1000px;
	_height: 1000px;
	padding: 0;
	font-size: 1.5em;
}
#faq p {
	padding: 5px;
}
.icon {
	background-image: url(http://www.sablog.jp/sabrafaq/img/easy_b.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	color: #000;
	padding-left: 20px !important; 
	font-size: 110%;
	font-weight: bold;
}
.entry {
	color: #f00;
}
.related {
	border-top: #000 1px solid;
	padding-top: 5px;
}
#copyright {
	text-align: center;
	width: 615px;
	position: absolute;
	_position: relative;
	bottom: 0;
	left: 0px;
	font-size: 12px;
	font-weight: bold;
}
.solution {
	width: 275px;
	float: left;
}
.ad_img {
	border-top: #000 1px solid;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 35px;
	width: 300px;
	float: right;
}