@charset "shift_jis";


/*ページ全体 */

body {
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333333;
  background-image: url(images/back.gif);
}

a:link {
  color: #004080;
  font-size: 12px;
}

a:hover {
  color: #005ebb;
  font-size: 12px;
}

a:visited {
  color: #004080;
  font-size: 12px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}


/*メインの枠の部分*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 750px;
  border-right:  solid 2px #CCCCCC;
  border-bottom: solid 2px #CCCCCC;
  border-left: solid 2px #CCCCCC;
  background-color: #ffffff;
}



/*ヘッダー部分*/

#header {
  margin: 0;
  width: 750px;
  height: 80px;
  border-top: solid 10px #003366;
  background-color: #ffffff;
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
}

#header h1 {
  margin: 0;
  padding: 2px 0 0 10px;
  text-align: left;
  font-weight: normal;
  font-size: 10px;
  color: #003366;
}

#header h2 {
  margin: 0;
  padding: 8px 0 10px 10px;
  width: 400px;
  text-align: left;
  font-size: 14px;
  color: #666666;
  letter-spacing: 1px;
}


#table-left{
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}


#table-right{
  text-align: right;
  margin: 0;
  padding: 0 55px 2px 0;
  font-size: 16px;
  color: #c9171e;
  line-height: 150%;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}


/*メニュー*/

#menu {
  height: 23px;
  background-color: #333333;
  margin: 0px;
  padding: 8px 0 0 15px;
  background: url(images/menu_back.jpg);
  background-repeat: repeat-x;
  text-align: left;
  width: auto;
}

#menu ul {
  text-align: left;
  margin: 0px;
  padding: 0px
}

#menu li {
  color: #ffffff;
  display: inline;
  padding-left: 13px;
  padding-right: 8px;
  background: url(images/kugiri_icon.gif) no-repeat;
  background-position: left center;
}

#menu a {
  color: #ffffff;
  text-decoration: none;
}

#menu a:hover {
  color: #cccccc;
}


/*コンテンツ*/

#container {
  width: 738px;
  overflow: hidden;
  margin: 0px;
  padding: 6px;
  background-color: #ffffff;
}


/*メインコンテンツ*/

#contents {
  margin: 0 auto;
  padding: 5px 10px 5px 0;
  font-size: 12px;
  line-height: 180%;
  width: 590px;
  letter-spacing: 1px;
}

#contents h2 {
  height: 24px;
  margin: 0 0 4px 0;
  padding: 6px 0 0 20px;
  font-size: 12px;
  color: #004080;
  background-image: url(images/titlebar.gif);
  background-repeat: no-repeat;
}

#contents p {
  margin: 18px 0 18px 0;
  padding: 0 5px 0 0;
  line-height: 180%;
  font-size: 12px;
}

#contents img.head_photo {
  margin: 0 0 10px 0;
}

#contents img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

#contents img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}


table#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#head {
  padding: 6px;
  border: solid 1px #999999;
  border-collapse: collapse;
}


/*フッター*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 15px 0 15px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
  border-top: solid 4px;
  border-top-color: #003366;
  background-color: #ffffff;
}

#footer a {
  color: #333333;
  font-size: 12px;
 }

#footer a:hover {
  color: #333333;
}

/*製品インデックス*/

.seihin {
color:#696969;
}

/*リンクページのテーブル*/

table.link{
  font-size: 10px;
    border-top:1px solid #708090;
    border-left:1px solid #708090;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	width: 100%;
}
.link th{
    border-right:1px solid #708090;
    border-bottom:1px solid #708090;
    color:#004080;
    background-color:#b0c4de;
    background-image:url(images/table-back.gif);
    background-position:left top;
    padding:0.2em 0.5em;
    text-align:center;
}
.link td{
    border-right:1px solid #708090;
    border-bottom:1px solid #708090;
    padding:0.2em 0.5em;
}

.link caption {
text-align: left;
}