@charset   "Shift_JIS";
  @import url(shikisai_style.css);
BODY{
  color: #333333;
  background-color: #ffffff;
  background-position: center top;
  font-size : 11pt;
  left : 0px;
}
.BarClass{
  background-color : #660000;
  width : 760px;
}
.LabelClass{
  color : #80ffff;
  width : 120px;
  cursor : pointer;
  font-weight : bold;
  font-size : 9pt;
  height : 20px;
}
.PulldownClass {
	color: #00ffff;
	background-color: #660000;
	text-decoration: none;
	width: 100px;
	display: block;
	font-size: 9pt;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
}
/*-------------------- element type --------------------*/
A:LINK {
  color: #0000cc;
  text-decoration: none;
}
A:LINK.PulldownClass{
  color: #00ffff;
  text-decoration: none;
}
A:VISITED {
  color:  #990099;
  text-decoration: none;
}
A:VISITED.PulldownClass {
  color:  #cccccc;
  text-decoration: none;
}
A:HOVER {
  color: #ff0000;
  text-decoration: none;
}
A:HOVER.PulldownClass  {
  color: #33cc99;
  text-decoration: none;
}
H1 {
  color: #666666;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 140%;
  font-weight: bold;
}
H2 {
  color: #666666;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 135%;
  font-weight: bold;
}
H3 {
  color: #666666;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 125%;
  font-weight: bold;
  background-color: #ffcccc;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  text-align: left;
  width : 650px;
}
H4 {
  color: #666666;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 119%;
  font-weight: bold;
}
H5 {
  color: #666666;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 110%;
  font-weight: bold;
}
H6 {
  color: #666666;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 100%;
  font-weight: bold;
}
ADDRESS {
  color: #660000;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  margin-left: 0px;
}
BLOCKQUOTE {
  color: #660000;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  margin-left: 15px;
}
P {
  color: #333333;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: normal;
}
PRE {
  color: #660000;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  margin-left: 0px;
}
UL {
  color : #333333;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 3em;
}
OL {
  color : #333333;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left : 2.5em;
}
TH {
  color: #660000;
  background-color: #cccc99;
  border-color: #660000 #660000 #660000 #660000;
  border-style: solid solid solid solid;
  border-width: 0px 1px 1px 0px;
  font-size: 100%;
}
TD {
  color: #666666;
  font-size : 95%;
}
SELECT {
  color: #333333;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: normal;
}
LI{
  font-size : 100%;
  text-align : left;
  text-indent : 3em;
  list-style-position : outside;
}

