@charset "UTF-8";


/* ブラウザスタイルの初期化 */

* {
  margin: 0;
  padding: 0;
  color: #303030;
  font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.4em;
  }

 /* 文書本体 (body) */

body {
  background: #ffffff;
  }

  /* リンクテキスト色指定 (a) */

a:link {
  color: #303030;
  text-decoration: none;
  }
a:visited {
  color: #505050;
  text-decoration: none;
  }
a:hover {
  color: #990033;
  text-decoration: underline;
  }
a:active {
  color: #990033;
  text-decoration: underline;
  }

/* 画像 (img) */

img {
  border: 0;
  vertical-align: top;
  }

/* ページ全体枠 (div#container) */

div#container {
  width: 860px;
  float: left;
  background-color: #ffffff;
  overflow: hidden;
  }

/* 左側ナビ (div#side-nav) */

div.side-nav {
  float: left;
  background: url(../img/m_bg.gif) repeat-y left top;
  width: 140px;
  height: 840px;
  border-bottom: 2px solid #505050;
  }

div.side-nav2 {
  float: left;
  background: url(../img/m_bg.gif) repeat-y left top;
  width: 140px;
  height: 1720px;
  border-bottom: 2px solid #505050;
  }

div.side-nav h2 {
  margin-left: 12px;
  margin-bottom: 36px;
  }

div.side-nav2 h2 {
  margin-left: 12px;
  margin-bottom: 36px;
  }

div.side-nav li {
  margin-left: 12px;
  margin-bottom: 8px;
  list-style-type: none;
  }

div.side-nav2 li {
  margin-left: 12px;
  margin-bottom: 8px;
  list-style-type: none;
  }

/* 左側バナー現在使用なし (div#side-banner) */

div.side-banner {
  width: 158px;
  margin-top: 8px;
  text-align: center;
  font-size: 9px;
  border: 1px solid #66cccc;
  }

div.side-banner p.px9 {
  margin-bottom: 4px;
  }

div.side-banner p {
  margin-bottom: 12px;
  }

/* ページ中身 (div.page) */

div.page {
  float: left;
  width: 720px;
  background: url(../img/corp_bg.gif) no-repeat left top;
  }

div.page-area {
  width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  }

div.page-area h2 {
  margin-top: 12px;
  margin-bottom: 92px;
  text-align: center;
  color: #cc0000;
  font-size: 24px;
  }

div.page-area h3 {
  margin-top: 12px;
  margin-bottom: 4px;
  margin-left: 34px;
  color: #303030;
  font-size: 16px;
  }

div.page-area p {
  margin-top: 12px;
   font-size: 14px;
  }

div.page-catch {
  margin-top: 12px;
  border: 3px outset #009933;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  }

/* 写真2×2並べ (div#photo-table) */

div.photo-table {
  margin-top: 24px;
  width: 601px;
  margin-left: auto;
  margin-right: auto;
  }

div.photo-table h3 {
  background-color: #ccccff;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #505050;
  }

div.photo-table ul {
  width: 600px;
  }

div.photo-table ul li {
  float: left;
  padding-top: 24px;
  width: 299px;
  list-style-type: none;
  text-align: center
  }

div.photo-table ul img {
  border-top: 2px solid #505050;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #505050;
  }

div.photo-table ul p {
  text-align: center;
  margin-bottom: 24px;
  }

/* レーザー紹介 (div#laser-table) */

div#laser-area {
  width: 660px;
  margin-left: 50px;
  }

div#laser-area h2 {
  margin-top: 12px;
  margin-bottom: 92px;
  text-align: center;
  color: #cc0000;
  font-size: 24px;
  }

div#laser-area p {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  }

div#laser-table {
  margin-top: 24px;
  width: 660px;
  }

div#laser-table ul li {
  float: left;
  padding-top: 24px;
  width: 220px;
  list-style-type: none;
  }

div#laser-table ul img {
  border-top: 2px solid #505050;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #505050;
  }

div#laser-table p.red {
  padding-left: 4px;
  background: url(../laser/img/pd_bg2.jpg) repeat-y;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2em;
  }

div#laser-table p.green {
  padding-left: 4px;
  background: url(../laser/img/pd_bg1.jpg) repeat-y;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2em;
  }

div#laser-table ul p {
  padding-left: 4px;
  text-align: left;
  font-size: 13px;
  line-height: 1em;
  }

/* 会社案内表組み (div#profile) */

div#profile {
  width: 600px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  margin-bottom: 24px;
  }

div#profile dl dt {
  float: left;
  clear: both;
  width: 200px;
  padding-left: 4px;
  margin-bottom: 2px;
  padding-bottom: 2px;
  background-color: #d3d3d3;
  line-height: 20px;
  }

div#profile dl dt.height01 {
  height: 40px;
  }

div#profile dl dt.height02 {
  height: 320px;
  }

div#profile dl dt.height03 {
  height: 160px;
  }

div#profile dl dt.height04 {
  height: 80px;
  }

div#profile dl dd {
  margin-left: 208px;
  padding-left: 4px;
  margin-bottom: 2px;
  padding-bottom: 2px;
  background-color: #ccffcc;
  line-height: 20px;
  }

/* メールフォーム (div#mailform) */

div#mailform {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #003333;
  }

p#credit {
  font-size: 9px;
  }

/* 最下段コピーライト */

address {
  text-align: center;
  font-size: 9px;
  color: #646464;
  font-style: normal;
  }

  