@charset "shift_jis";

/* TAG */
body {
  color: #333333;
  background-color: #000000;
}

/* テキスト制御 */
h1 {color: #006644;}
h2 {color: #006633;}
a:link { text-decoration:none; color:#00C080 ;}
a:visited { text-decoration:none; color:#00C080 ;}
a:active { text-decoration:none; color:#ffffff ;}
a:hover { color: #00ff7f; text-decoration: underline ;}
#notice h1 {margin-bottom:10px; border-bottom: 1px dashed #339999;}
#notice h3 { color:#339999;}

/* Page Design */
#titleLeft  { 
  background: url(../factory/images/fac_title_l.jpg) no-repeat; 
}
#titleRight  { 
  background: url(../factory/images/fac_title_r.jpg) no-repeat; 
}
#contents { 
  width:688px;
  text-align:center;
  background: #ffffff url(../factory/images/fac_bg.gif) repeat-y center ; 
  border-top: 1px solid #1e4a3c;
  border-right: 1px solid #1e4a3c;
  border-left: 1px solid #1e4a3c;
}
* html #contents{
  width:690px;
}
#footLine  { 
  font-size:9px;
  width:688px;
  height: 10px; 
  background: #1e4a3c url(../factory/images/fac_ft.jpg) no-repeat center; 
  border-right: 1px solid #1e4a3c;
  border-left: 1px solid #1e4a3c;
  border-bottom: 1px solid #1e4a3c;
}
* html #footLine{
  width:690px;
}
#sideList p {
  color:#FFFFFF;
  background:#808080;
  width:143px; 
  height:auto;
  padding:2px 10px;
  margin:10px 0px 0px 0px;
}
* html #sideList p {
  width:163px;
}
#sideList a,#sideList a:link, #sideList a:visited {
  text-decoration:none;
  color:#00C080;
  background:#ffffff;
  border-bottom:1px solid #dddddd;
  border-right:1px solid #dddddd;
  border-left:1px solid #dddddd;
  width:141px; 
  _width:163px;
  height:auto;
  padding:2px 10px;
  display:block;
}
* html #sideList a,* html #sideList a:link,* html #sideList a:visited {
  width:163px;
}
#sideList a:hover {
  text-decoration:none;
  color:#02915d;
  background:#FBFCD9;
}
/* 背景色 */
.bgcolor1 { 
  background-color: #00cc99; 
  color:#f5fffa;
}
.bgcolor2 { 
  background-color: #444444; 
  color:#ffffff;
}
.bgcolor3 { 
  background-color: #ccffff;
}
.bgcolor4 { 
  background-color: #dddddd;
}
.bgcolor5 { 
  background-color: #009966;
}
.jsBtn {
  background-color: #6666ff;
  color:#ffffff;
}