@charset "Shift_JIS";

body{
  background-image: url("image/background/bg1.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right top;
}

div#header{
	display: block;
	position: static;
}

div#pawosys{
	float: right;
}

div#pawosys a{
  color : blue;
  text-decoration: none;
}

div#pawosys a:hover{
  color: blue;
  text-decoration: underline;
  background-color: #bfffff;
}

div#box{
  margin-top: 3px;
  margin-bottom: 3px;
}

div#navigation{
  width: 110px;
  float: left;
}

div#front{
  margin-left: 115px;
}

div#footer{
  clear: both;
}

ul.Menu{
	margin: 0px; padding: 0px;
	list-style-type: none;
}

ul.Menu li{
	padding: 3px 0px;
}

ul.Menu li.title{
	background-color: #cccccc;
}

ul.Menu li a{
	text-decoration: none;
	color: blue;
	display: block;
}

ul.Menu li a:hover{
	text-decoration: underline;
	color: blue;
	display: block;
	background-color: #AAFFFF;
}

div#front a{
  color : blue;
  text-decoration: none;
}

div#front ul{
	list-style-type: disc;
	list-style-image: url("image/parts/list_marker1.png");
}

div#front a:hover{
  color: blue;
  text-decoration: underline;
  background-color: #bfffff;
}

h1{
  font-size: large;
  background-color: #80ffff;
  padding: 2px 2px 2px 5px;
  margin: 5px 0px;
  border-width: 0px 0px 4px 8px;
  border-style: none none solid solid;
  border-left-color: #008282;
  border-bottom-color: #008282;
}

h2{
  font-size: medium;
  background-color: #80ff80;
  padding: 2px 2px 2px 5px;
  margin: 5px 0px 5px 5px;
  border-width: 0px 0px 2px 6px;
  border-style: none none solid solid;
  border-left-color: #008282;
  border-bottom-color: #008000;
}

h3{
  font-size: small;
  background-color: #ffff80;
  padding: 2px 2px 2px 5px;
  margin: 5px 0px 5px 7px;
  border-width: 0px 0px 2px 6px;
  border-style: none none solid solid;
  border-left-color: #ff8000;
  border-bottom-color: #ff8000;
}

div#footer hr{
	border-top: black 2px solid;
}

p{
	margin: 0px;
	padding: 3px 2px 3px 0.25em;
}

td.Soft_Title div{
	display: inline;
	font-size: 150%;
	font-weight: bold;
	margin-right: 10px;
}

table.Data{
	width: 100%;
}

table.Data td.Text{
	background-color: #99CCFF;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #6699CC;
}

table.Data td.Text2{
	background-color: #BBEEFF;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #88BBEE;
}

table.Data td.Text_Bottom{
	background-color: #99CCFF;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #6699CC;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
}

table.Data td.Text_Bottom2{
	background-color: #BBEEFF;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #88BBEE;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #88BBEE;
}

table.Data td.Small{
	background-color: #CCEEDD;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #AACCBB;
}

table.Data td.Small2{
	background-color: #DDFFEE;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #BBDDCC;
}

table.Data td.Download{
	width: 60px;
	height: 40px;
	text-align: center;
}

table.Data td.Name{
	width: 160px;
}

table.Data td.LeftIndex{
	width: 120px;
}

td.HistoryDate{width: 120px;}

table.Data td.Small_Bottom{
	background-color: #CCEEDD;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #AACCBB;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #AACCBB;
}

table.Data td.Small_Bottom2{
	background-color: #DDFFEE;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #BBDDCC;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #BBDDCC;
}

table.Data td.Icon{
	background-color: #FFFFFF;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
}

table.Data td.Icon2{
	background-color: #FFFFFF;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

table.Data td.Icon_Bottom{
	background-color: #FFFFFF;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
}

table.Data td.Icon_Bottom2{
	background-color: #FFFFFF;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

dt{
	font-weight: bold;
	margin: 8px 0px 4px 6px;
}

dd{
	margin: 4px 0px 8px 8px;
}

small.error{
	color: red;
}