@charset "utf-8";
/* 基本スタイル
---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
BODY {
  font-size: 75%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "EE EゴシチE", sans-serif;
  line-height: 1.7;
  letter-spacing: 1pt;
  color: #333333;
  background : #cc0000;
}
a {
  color: #003399;
}
a:visited {
  color: #333333;
}
a:hover {
  color: #0066CC;
}
img {
  border: none;
  vertical-align: top;
}
#wrapper {
  width: 760px;
  background : #ffffff url(file:///C:/Documents and Settings/tomoko1/My Documents/shop-niche/chainsawart/images/content_bg_3.jpg) repeat-y left top;
}
.list {
  list-style-type : circle;
}
.b {
  font-weight: bold;
}
/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
  position: absolute;
  font-size: 160%;
  font-weight: bold;
  color: #800000;
  letter-spacing: 3pt;
  left: 2px;
  top: 2px;
}
.shadow {
  position: sbsolute;
  font-size: 160%;
  font-weight: bold;
  color: #cccc99;
  letter-spacing: 3pt;
}
#logo1 {
  position: absolute;
  left: 580px;
  top: 5px;
  font-size: 87%;
  color: #ffffff;
}
#globalNav {
  list-style-type: none;
  margin-top: 35px;
	width: 755px;
}
#globalNav li {
  display: inline;
}
/* メインイメージと2段絁E
---------------------------------------------*/
#content {
  overflow: auto !important;
  overflow /**/: hidden;
  width: 100%;
  background: #FFFFFF url(../images/content_bg.gif) left top repeat-y;
  padding-bottom: 30px;
}
#about {
  float: left;
  width: 755px;
}
#footer {
  clear: both;
  color: #FFFFFF;
  background: #333333;
  width: 755px;
}
/* 本斁EEレイアウチE
---------------------------------------------*/
#about h3, #newsRelease h3 {
  color: #FFFFFF;
  letter-spacing: 0.3em;
  line-height: 23px;
  background: #ff8c00 url(../images/title_bg.gif) left top repeat-x;
}
#about .section {
  margin: 16px 18px 0 18px;
  border-bottom: 1px solid #ccc;
}
#about .section h4 {
  color: #63AE08;
  font-size: 125%;
  margin: 10px 0;
}
#about .section p {
  margin: 10px 0;
}
#about .section .link {
  background: url(../images/arrow.gif) left center no-repeat;
  padding-left: 14px;
}
#newsRelease dl {
  margin: 16px 18px 0 18px;
}
#newsRelease dl dt {
  font-size: 90%;
  color: #666666;
  margin-top: 10px;
}

