@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
　font-size: 100%;
}
body {
　font-size: 75%;
　font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック",sans-serif;
  line-height: 1.4;
  color: #333333;
  background: #ffffff url(../images/body_bg.gif) left top repeat-y;
} 
#wrapper {
　width: 740px;
  background: #ffffff;
} 

/* リンク
---------------------------------------------------- */
a {
  color: #003399;
} 
a {
  visited: #333333;
} 
a {
  hover: #0066cc;
} 
img {
  border: none;
  vertical-align: top;
}

/* ヘッダ
---------------------------------------------------- */
#header {
　position: relative;
  width: 100%; /* Windows Internet Explorer 6対策*/
  height: 92px;
  background: #ffffff url(../images/header_bg.gif) left top no-repeat;
}
#logo {
　position: absolute;
  top: 12px;
  left: 0;
  margin: 0;
}
#secondary {
　position: absolute;
  top: 67px;
  left: 400px;
  width: 340px;
}
#secondary ul {
　margin: 0;
  padding: 0;
  color: #ffffff;
  list-style: none;
}
#secondary li {
　float: left;
  width: 113px;
  margin: 0;
  padding: 0;
}
#secondary li a {
  display: block;
  width: 100%; /* Windows Internet Explorer 6対策*/
  padding: 6px 0;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-align: right;
}
#secondary li a:hover {
  color: #ec8602;
}

/* ページ本体
---------------------------------------------------- */
#content {
  background-image: url(../images/navigation_bg.gif) ;
  background-repeat: repeat-y;
  background-position: left top ;
  top: 2px;
  float: left;

}

/* メインスペース
---------------------------------------------------- */
#primary_top {
  float: right;
  width: 568px;
  background: #ffffff url(../images/primary_bg.gif) left top repeat-y;
  padding-bottom: 20px;
}
#primary {
  float: right;
  width: 568px;
  padding-bottom: 20px;
}
#about {
  float: left;
  width: 355px;
}
#about .section p {
  margin: 5px 10px;
}
#about .section .link {
  background: url(../images/list_marker_orange.gif) left center no-repeat;
  padding: 0 14px 5px 14px;
  border-bottom: 1px solid #dadada;
}
#infomation {
  float: left;
  width: 212px;
  padding-left: 1px;  
}
#infomation dl {
  margin: 10px 10px;
}
#infomation dl dt {
  font-size: 90%;
}
#infomation .link {
  background: url(../images/list_marker_orange.gif) left center no-repeat;
  padding-left: 14px;
}
#infomation p {
  margin: 10px 10px;
}
p {
  margin: 10px 20px 0 10px;
}
.sentence {
  margin: 20px 10px;
  line-height: 1.5;
}
h2 {
  font-size: 180%;
  color: #0850b2;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 10px 10px;
  background: url(../images/heading_bg.gif) left bottom repeat-x;
}
h3 {
  font-size: 140%;
  font-family: "MS P明朝","ヒラギノ明朝 Pro W3","平成明朝",serif;
  color: #505050; 
}
h3:first-letter {
  font-size: 2em;
  color: #505050;
}
h4 {
  font-size: 105%;
  color: #505050; 
  margin: 25px 0 0 10px;
  padding: 0 25px;
  background: url(../images/midashi_l.gif) left center no-repeat;
}
#primary ul {
  margin: 10px 30px;
  padding: 0;
}
#primary li {
　list-style-type: square;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.emphasis {
  font-size: 120%;
  font-weight: bold;
  color: #ff0000; 
}
#primary dl {
  margin: 10px 10px;
}
#primary dl dt {
  font-size: 90%;
  color: #ec8602;
}
#contact {
  width: 230px;
  font-size: 90%;
  color: #ec8602;
  border: 1px solid #cccccc;
  margin: 10px 10px 0 280px;
  padding: 10px 10px;
  background-color: #ffffdf;
}
#inquiry {
  width: 530px;
  margin: 20px 10px;
}
#inquiry table{
  border-top: 1px solid #cccccc;
  border-bottom: none;
  border-left: none;
  border-right: none;
  font-size: 100%;
  width: 100%;
}
#inquiry td{
  border-top: none;
  border-bottom: 1px solid #cccccc;
  border-left: none;
  border-right: none;
  padding: 5px;
}
#inquiry th{
  border-top: none;
  border-bottom: 1px solid #cccccc;
  border-left: 4px solid #ec8602;
  border-right: none;
  background-color: #f3f3f3;
  font-weight: normal;
  padding: 5px;
  width: 100px;
}

/* ナビゲーション
---------------------------------------------------- */
#navigation {
  width: 170px;
  float: left;
  font-size: 110%;
  letter-spacing: 2px;
}
#navigation ul {
　list-style: none;
  margin: 0 8px;
  padding: 0;
}
#navigation li {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #cccccc;
  background: url(../images/list_marker_yerrow.gif) left center no-repeat;
}
#navigation a {
  padding: 9px 0 8px 20px;
  background: #ffffff url(../images/list_marker_orange.gif) left center no-repeat;
  display: block;
　width: 135px !important;  
　width: /**/: 135px; 
  color: #333333;
  text-decoration: none;
}
#navigation a:hover {
  color: #ec8602;
  background-image: none;
  background-color: transparent;

}
/* フッタ
---------------------------------------------------- */
#footer p {
  margin: 0;
  padding: 1em 0 0 200px;
  width: 540px;
  font-size: x-small;
  color: #505050;
  background: #dadada url(../images/footer_bg.gif) left top repeat-x;
}