@charset "utf-8";
/*
 Style [
----------------------------------------------------------- */
* {
  margin:0;
  padding:0;
}
body {
  font-family:Arial "ＭＳ Ｐゴシック", sans-serif;
  font-size:100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
html {
	overflow-y:scroll;
}
h1,h2,h3,h4,h5,h6 {
}
p,li,dt,dl {
	line-height:1.6;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
address {
	font-style:normal;
}
.clear {
	clear:both;
}

/*
 Link Color [
----------------------------------------------------------- */
a:link {
	color:#FF7A25;
	text-decoration:none;
}
a:visited {
	color:#FF7A25;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#666;
}

/*
 container [
----------------------------------------------------------- */
#container {
margin:0 auto;
  width: 930px;
  background-color: #FFFFFF;
}

/*
 Head [
----------------------------------------------------------- */
#head-line {
  background: #e3540b;
  height: 5px;
}

#head {
  width: 930px;
  background: #ffffff;
  height: 65px;
  color: #FF7A25;
}

#logo {
  width: 350px;
  background: #ffffff;
  height: 65px;
  float: left;
}

/*
 gNavi [
----------------------------------------------------------- */
#gNavi {
  width: 340px;
  height: 15px;
  float: right;
  font-size: 12px;
  padding-top: 50px;
}



/*
 nebotaisaku page [
----------------------------------------------------------- */
#nebotaisaku_main {
  width: 930px;
  background-image: url(images/nebotaisaku-top.jpg);
  background-repeat: no-repeat;
  height: 363px;
  margin-top: 5px;
}

#nebotaisaku_text {
  width: 910px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  height: 350px;
  font-size: 14px;
  list-style-type: none;
  line-height: 1.2;
}

#nebotaisaku_elite {
  width: 250px;
  padding-left: 10px;
  padding-right: 10px;
  height: 240px;
  float: right;
  font-size: 10px;
  background-image: url(images/sleeptrackerelite-new.jpg);
  background-repeat: no-repeat;
}

#nebotaisaku_elite_detail {
  width: 250px;
  height: 20px;
  float: right;
  font-size: 10px;
  margin-top: 212px;
}

/*
 foot [
----------------------------------------------------------- */
#foot {
  background-color: #e3540b;
  height: 40px;
  padding-top: 20px;
  color: #FFFFFF;
  font-size: 12px;
}

