@charset "Shift_JIS";

/* -------------------------- CSS指定 目次

  [1]全体のリンク指定
  [2]レイアウト指定
  [3]#header内の各要素指定
  [4]#contents内の各要素指定
  [5]#sidebar内の各要素指定
  [6]#undernavi内の各要素指定
  [7]#footer内の各要素指定
  [8]トップページの指定
  [9]各ページ固有指定

Web Magic / www.hp-webmagic.com */


/* -- 一括指定 -- */

* {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

img,
img a,
img a:hover {
  border: 0;
  text-decoration: none;
}

/* -------------------------- [1]全体のリンク指定 */

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #9900ff;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

a:active {
  color: #ff0000;
  text-decoration: underline;
}

/* -------------------------- [2]レイアウト指定 */

body {
  font-size: 85%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background: url(image/bg-body.jpg);
}

#wrapper {
  text-align: left;
  margin: 0 auto;
  width: 860px;
  color: #333333;
}

#header {
  width: 860px;
  height: 380px;
  position: relative;
  background: url(image/bg-header.jpg) no-repeat 0 0;
}

#container {
  margin: 0 auto;
  width: 820px;
  padding: 0 20px;
  background: url(image/bg-container.jpg) repeat-y 0 0;
}

#contents {
  width: 570px;
  float: right;
  margin-bottom: 40px;
  padding: 0 25px 0 15px;
}

/*-- トップページのコンテンツ指定 --*/

#top-page #contents { padding-top: 45px; }

#sidebar {
  width: 210px;
  float: left;
}

#sidebar-inner {
  width: 180px;
  margin: 20px 15px 0 15px;
  padding-bottom: 30px;
  background: #cccccc url(image/bg-sidebar-inner.jpg) no-repeat 0 100%;
  color: #000000;
}

#undernavi {
  clear: both;
  position: relative;
  height: 40px;
}

#footer {
  width: 860px;
  position: relative;
  margin: 0 auto 20px;
  padding-top: 20px;
  background: url(image/bg-footer.jpg) no-repeat 0 0;
}

/*-- トップページ メールフォームのフッター指定 --*/
#top-page #footer,
#mailform #footer { padding-top: 75px; }

/* -------------------------- [3]#header内の各要素指定 */

/*-- キーワード トップレベル --*/

h1 {
  text-indent: -9999px;
  width: 310px;
  height: 20px;
  position: absolute;
  top: 65px;
  left: 240px;
  background: url(image/h1.jpg) no-repeat 0 0;
}

.description01 {
  position: absolute;
  top: 95px;
  right: 40px;
}

.description02 {
  position: absolute;
  top: 50px;
  right: 40px;
}

/*-- 会社ロゴ --*/

.logo {
  width: 180px;
  position: absolute;
  top: 30px;
  left: 20px;
}

.logo a,
.logo a:hover { text-decoration: none; }

.logo a {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 90px;
  background: url(image/bg-logo.jpg) no-repeat 0 0;
  outline: none;
}

.logo a:hover { background: url(image/bg-logo.jpg) no-repeat -180px 0; }

/*-- お問い合わせボタン --*/

.formmail {
  width: 190px;
  position: absolute;
  top: 260px;
  right: 50px;
}

.formmail a,
.formmail a:hover { text-decoration: none; }

.formmail a {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 90px;
  background: url(image/bg-button-form.jpg) no-repeat 0 0;
  outline: none;
}

.formmail a:hover { background: url(image/bg-button-form.jpg) no-repeat -190px 0; }

/* -------------------------- [4]#contents内の各要素指定 */

/*-- 見出し --*/
h2 {
  text-indent: -9999px;
  width: 570px;
  height: 50px;
  background-image: url(image/bg-h2.jpg);
  background-repeat: no-repeat;
}

h2#solar-camera { background-position: 0 0; }

h2#solar-camera02 { background-position: 0 -50px; }

h2#solar-catch { background-position: 0 -100px; }

h2#solar-light { background-position: 0 -150px; }

h2#image-data {
  background-position: 0 -200px;
  margin-bottom: 50px;
}

h2#other-division { background-position: 0 -250px; }

h2#about-us { background-position: 0 -300px; }

h2#link {
  text-indent: 0;
  width: 570px;
  height: auto;
  background-image: none;
  border-bottom: 1px solid #ccc;
}

h3 {
  font-size: 140%;
  width: 525px;
  clear: both;
  margin: 0 0 1em;
  padding: 0.5em 0 0.5em 45px;
  overflow: hidden;
  color: #000000;
  background: #ffffff url(image/bg-hh.jpg) no-repeat 0 50%;
}

/*-- コンテンツ内の文字 ---*/

#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

.clear { clear: both; }

/*-- パン屑リスト ---*/

#contents .topic-path {
  line-height: 1;
  height: 20px;
  margin-bottom: 20px;
  padding: 10px 0 0;
  overflow: hidden;
}

/* ------------------------------- */

.ul-lightbox {
  list-style-type: none;
  list-style-position: outside;
  width: 570px;
  clear: both;
  margin-bottom: 20px;
}

.ul-lightbox li {
  width: 120px;
  float: left;
  margin-right: 30px;
}

.ul-lightbox li.li-end { margin-right: 0; }

hr {
  clear: both;
  border: 0;
  border-color: #ffffff;
}

/*-- コンテンツ内のイメージ画像 ---*/
#contents img {
  display: block;
  clear: both;
  margin-bottom: 60px;
}

/*-- コンテンツ内のイメージ画像 左寄せ ---*/
#contents .img-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 2em;
}

#contents img.img-left02 {
  float: left;
  margin-right: 10px;
  margin-bottom: 2em;
}

/* -------------------------- [5]#sidebar内の各要素指定 */
/* -- グローバルナビゲーション -- */
.globalnavi {
  list-style-type: none;
  width: 180px;
  margin: 0 0 30px;
  padding-top: 30px;
  background: url(image/bg-ul-globalnavi.jpg) no-repeat 0 0;
}

.globalnavi li {
  margin: 0 0 2px;
  padding: 0;
  width: 180px;
  background-image: url(image/bg-globalnavi.jpg);
  background-repeat: no-repeat;
}

.category01 { background-position: -180px 0; }

.category02 { background-position: -180px -50px; }

.category03 { background-position: -180px -100px; }

.category04 { background-position: -180px -150px; }

.category05 { background-position: -180px -200px; }

.category06 { background-position: -180px -250px; }

.category07 { background-position: -180px -300px; }

.category08 { background-position: -180px -350px; }

.globalnavi a {
  text-decoration: none;
  text-indent: -9999px;
  display: block;
  width: 180px;
  height: 50px;
  background-image: url(image/bg-globalnavi.jpg);
  background-repeat: no-repeat;
  outline: none;
}

.category01 a { background-position: 0 0; }

.category02 a { background-position: 0 -50px; }

.category03 a { background-position: 0 -100px; }

.category04 a { background-position: 0 -150px; }

.category05 a { background-position: 0 -200px; }

.category06 a { background-position: 0 -250px; }

.category07 a { background-position: 0 -300px; }

.category08 a { background-position: 0 -350px; }

.globalnavi a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
}

.side-formmail {
  text-indent: -9999px;
  width: 180px;
}

.side-formmail a {
  text-decoration: none;
  display: block;
  width: 180px;
  height: 80px;
  background: url(image/bg-button-form-side.jpg) no-repeat 0 0;
}

.side-formmail a:hover {
  text-decoration: none;
  background: url(image/bg-button-form-side.jpg) no-repeat -180px 0;
}

/* -------------------------- [6]#undernavi内の各要素指定 */

#undernavi p {
  text-indent: -9999px;
  width: 100px;
  position: absolute;
  top: 0;
  right: 25px;
}

#undernavi a {
  text-decoration: none;
  display: block;
  width: 100px;
  height: 20px;
  background: url(image/bg-pagetop.jpg) no-repeat 0 0;
  outline: none;
}

#undernavi a:hover {
  text-decoration: none;
  background: url(image/bg-pagetop.jpg) no-repeat 0 -20px;
}

/* -------------------------- [7]#footer内の各要素指定 */

/*-- お問い合わせフォームボタン ---*/
#footer .contents-formmail {
  text-indent: -9999px;
  width: 570px;
  height: 30px;
  margin-left: 245px;
  margin-bottom: 25px;
  background: url(image/bg-button-form02.jpg) no-repeat 0 -30px;
}

#footer .contents-formmail a {
  text-decoration: none;
  outline: none;
  display: block;
  width: 570px;
  height: 30px;
  background: url(image/bg-button-form02.jpg) no-repeat 0 0;
}

#footer .contents-formmail a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
}

/*-- コピーライト --*/
address {
  font-style: normal;
  text-align: right;
  padding-right: 25px;
  padding-bottom: 0.5em;
  color: #666666;
}

/* ----- */

#webmagic {
  font-size: 90%;
  text-align: right;
  margin: 0;
  padding-right: 25px;
  color: #adadad;
  background-color: transparent;
}

#webmagic a,
#webmagic a:hover {
  text-decoration: none;
  color: #adadad;
  background-color: transparent;
}

/* -------------------------- [8]トップページの指定 */

#top-page h2 {
  text-indent: -9999px;
  width: 570px;
  height: 50px;
  margin: 0;
  padding: 0;
  background: url(image/bg-h2-top.jpg) no-repeat 0 0;
}

/*-- トップページボタン --*/
#category-button {
  list-style-type: none;
  width: 570px;
  height: 180px;
  overflow: hidden;
  margin-bottom: 20px;
}

#category-button li {
  width: 135px;
  float: left;
  background-image: url(image/bg-top-button.jpg);
  background-repeat: no-repeat;
}

#category-button .button01 {
  background-position: 0 -180px;
  margin-right: 10px;
}

#category-button .button02 {
  background-position: -135px -180px;
  margin-right: 10px;
}

#category-button .button03 {
  background-position: -270px -180px;
  margin-right: 10px;
}

#category-button .button04 {
  background-position: -405px -180px;
  margin: 0;
}

#category-button li a {
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  width: 135px;
  height: 180px;
  background-image: url(image/bg-top-button.jpg);
  background-repeat: no-repeat;
  outline: none;
}

#category-button .button01 a { background-position: 0 0; }

#category-button .button02 a { background-position: -135px 0; }

#category-button .button03 a { background-position: -270px 0; }

#category-button .button04 a { background-position: -405px 0; }

#category-button li a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
}

/* -------------------------- [9-1]ソーラーカメラページの指定 */

/*-- ソーラーカメラの仕様 --*/
.dl-solar-camera {
  font-size: 95%;
  width: 250px;
  height: 200px;
  float: left;
  background: url(image/bg-body.jpg);
  overflow: hidden;
}

.camera2 {
  width: 280px;
  height: 210px;
  background-image: none;
  background-color: #eee;
}

.dl-solar-camera dt {
  text-align: center;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  background: url(image/bg-dt.jpg) no-repeat 0 0;
}

.camera2 dt { background:none; }

.dl-solar-camera dd {
  width: 230px;
  margin-bottom: 10px;
  padding: 0 10px;
}

.camera2 dd {
  text-align: center;
  width: 260px;
  margin-bottom: 10px;
  padding: 0 10px;
}

.dl-solar-camera span {
  font-size: 85%;
  padding-left: 5px;
}

/*-- ソーラーカメラの特徴 --*/
.dl-solar-camera-info {
  clear: both;
  margin-bottom: 20px;
}

.dl-solar-camera-info dt {
  font-size: 140%;
  margin-bottom: 0;
  padding-bottom: 5px;
  color: #003366;
  background-color: #ffffff;
  border-bottom: 1px solid #999999;
}

.dl-solar-camera-info dd {
  margin-bottom: 1px;
  padding: 10px 0;
  color: #003366;
}

.table-solarcamera {
  margin: 0 0 20px;
  padding: 0;
}

#contents .table-solarcamera img {
  margin: 0;
  padding: 0;
}

.table-solarcamera th,
.table-solarcamera td {
  vertical-align: top;
  text-align: left;
  font-size: 90%;
}

.table-solarcamera th {
  margin: 0;
  padding: 0 10px 20px 0;
}

.table-solarcamera td {
  margin: 0;
  padding: 0 0 20px;
}

/*-- メディアプレーヤー --*/
#contents .img-wmp { margin: 0 0 0.5em; }

#wmp {
  margin: 0 0 50px;
  padding: 14px 60px 9px;
  background-color: #eee;
  color: #003366;
  border: 1px solid #ccc;
}

#contents #wmp p {
  text-align: left;
  line-height: 1em;
  margin: 0 0 5px;
}

#wmp object#MP1 {
  display: block;
  width: 450px;
  height: 320px;
  margin: 0;
  padding: 0;
}

/* -------------------------- [9-2]モバイルアイページの指定 */

.dl-mobile-eye {
  font-size: 95%;
  width: 250px;
  height: 240px;
  float: left;
  margin-right: 20px;
  margin-bottom: 50px;
  background: url(image/bg-body.jpg);
  overflow: hidden;
}

.dl-mobile-eye dt {
  text-align: center;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  background: url(image/bg-dt.jpg) no-repeat 0 0;
}

.dl-mobile-eye dd {
  width: 230px;
  margin-bottom: 20px;
  padding: 0 10px;
}

.dl-mobile-eye-ex {
  width: 300px;
  float: right;
}

.dl-mobile-eye-ex dt { margin-bottom: 0.5em; }

.table-mobile-eye {
  font-size: 95%;
  width: 570px;
  clear: both;
  margin-bottom: 20px;
  border-top: 1px solid #cccccc;
}

.table-mobile-eye th {
  text-align: left;
  width: 150px;
  padding: 10px 9px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
  color: #000099;
}

.table-mobile-eye td {
  text-align: left;
  line-height: 1.5em;
  width: 380px;
  padding: 10px 9px 10px 10px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/* -------------------------- [9-3]簡単基礎ページの指定 */
#contents .p-easy-bed {
  font-size: 120%;
  line-height: 1;
  margin: 0;
  padding: 5px 0 5px 1em;
  background-color: #cccccc;
  color: #000000;
  border-bottom: 1px solid #999999;
}

.ul-easy-bed {
  font-size: 140%;
  margin: 0 0 50px;
  padding: 1em 20px 1em 30px;
  color: #003366;
  background-color: #eeeeee;
}

.ul-easy-bed li { margin-bottom: 0.5em; }

/* -------------------------- [9-4]会社概要ページの指定 */
.dl-profile {
  width: 570px;
  position: relative;
}

.dl-profile dt {
  width: 100px;
  float: left;
  clear: left;
  padding: 1em 0 0.5em;
  border-bottom: 1px solid #cccccc;
}

.dl-profile dd {
  width: 470px;
  float: left;
  padding: 1em 0 0.5em;
  border-bottom: 1px solid #cccccc;
}

.ol-privacypolicy { margin: 0 0 2em 30px; }

.ol-privacypolicy li {
  line-height: 1.8em;
  margin: 0 0 0 1em;
}

.ol-privacypolicy p {
  font-weight:bold;
  margin: 0 0 0.5em;
}

/* -------------------------- お問い合わせフォーム */

form { margin: 20px 0 20px; }

form dt { margin-bottom: 5px; }

form dt span {
  font-size: 85%;
  margin-left: 0.5em;
  color: #ff0000;
  background-color: #ffffff;
}

form dd { margin-bottom: 1em; }

input,
option,
textarea { padding: 2px; }

.table-form {
  font-size: 90%;
  width: 570px;
  margin: 2em 0;
  border-top: 2px solid #003366;
}

.td-left,
.td-right {
  text-align: left;
  padding: 0.5em 10px;
  border-bottom: 1px solid #003366;
}

.td-left {
  width: 119px;
  border-right: 1px solid #003366;
  color: #000033;
  background-color: #ccccff;
}

.td-right { width: 510px; }

