@charset "utf-8";

/* Footer Fix */
html, body {
  height: 100%;
}
* html #container {
  height: 100%;
}
#container {
  position: relative;
  min-height: 100%;
}
body > #container {
  height: auto;
}
#article {
  padding-bottom: 85px;
}
#footer {
	position: absolute;
	right: -19px;
	bottom: 2px;
	height: 45px;
	width: 100%;
}

#article {
  content: "";
  display: block;
  clear: both;
}


/*** Container ***/
#container {
  padding:0 20px;
}

/*** Header ***/
#header {
position: relative;
  height: 90px;
  width: 100%;
  border: none;
}

#header .company_logo {
	position: absolute;
	bottom: 16px;
	right: 34px;
}
#header .logo {
  position: absolute;
  bottom: 17px;
}

#header .title {
	float: left;
	position: absolute;
	bottom: 18px;
	left: 210px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#header .action {
  float: left;
  position: absolute;
  bottom: 17px;
  right: 120px;
  margin: 0;
  padding: 0;
}
#header .action a {
  text-decoration: none;
  font-size: 85%;
}


/*** Navigation ***/
#nav {
  height: 3em;
  font-size: 85%;
  background: transparent url(bg_popup_h.gif) repeat-x scroll 0 0;
  border: 1px solid #ccc;
}
#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav li {
  float: left;
  text-align: center;
  font-weight: bold;
}
#nav li a {
  display: block;
  padding: 0 20px;
  line-height: 3em;
  text-decoration: none;
  color: #666;
  background: transparent url(bg_popup_h.gif) repeat-x scroll 0 0;
  border-right: 1px solid #ccc;
}
#nav li a:hover {
  background: #ffcc00;
}
#nav li a.current {
  background: #ddd;
}
/*
#nav li a span {
  font-size: 75%;
  margin: 0;
  padding: 0;
  margin-left: 0.5em;
}
*/
#nav .external {
  padding-right: 18px;
  background: transparent url(icon_external.gif) no-repeat right;
}

/*** Article ***/
#article {
  font-size: 77%;
}
#article h1 {
  margin: 10px 0;
  padding: 0 18px;
  line-height: 2;
  font-size: 123.1%;
  height: 2em;
  background: transparent url(bg_h1.gif) no-repeat center left;
}
#article h2 {
  margin: 10px 0;
  padding: 0 18px;
  line-height: 2;
  font-size: 108%;
  background: transparent url(bg_h3.gif) no-repeat 2px 2px;
  border: solid 1px #ccc;
}
#article h3 {
  padding: 0 18px;
  line-height: 2;
  font-size: 108%;
  background: transparent url(bg_h3.gif) no-repeat 2px 2px;
  border-bottom: solid 1px #ccc;
}
#article p.contact {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  border: dotted 2px #aaa;
  width: 24em;
}

#article form {
  margin: 0;
}


/*** Etc. ***/
.aside {
  margin-top: 20px;
  margin-left: 430px;
  color: #666;
}

.bside {
  margin-top: 20px;
  margin-left: 10px;
  color: #666;
}


.form {
  float:left;
}
h3.ssl {
  content: "";
  display: block;
  clear: both;
}

.form {
  margin: 10px 0;
  width: 400px;
  padding: 5px;
  border: solid 2px #ccc;
  background: #eee;
}
.form p {
  color: #666;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}
.form label {
  display: block;
  font-weight: bold;
  text-align: right;
  width: 140px;
  float: left;
}
.form span {
  color: #666;
  display: block;
  font-weight: normal;
  text-align: right;
  width: 140px;
}
.form input {
  float: left;
  padding: 4px 2px;
  border: solid 1px #ccc;
  width: 200px;
  margin: 2px 0 10px 10px;
}
.form button {
  clear: both;
  margin-left: 150px;
  margin-bottom: 10px;
  width: 100px;
  height: 3em;
  color: #333;
  text-align: center;
  line-height: 2em;
  font-size: 108%;
  font-weight: bold;
}
.form .error {
  color: #f00;
  font-weight: bold;
  text-align: center;
}

table.download {
  table-layout: fixed;
  width: 95%;
  text-align: center;
  border-collapse: collapse;
  border: none;
  background: none;
  margin: 0px 10px 10px;
}
table.download th.name {
  width: 72%;
  font-weight:bold;
}
table.download .format {
  width: 14%;
}
table.download th.lastupdate {
  width: 14%;
}
table.download th.dl {
  width: 80px;
}
table.download th {
  text-align: center;
}
table.download .name {
  text-align: left;
}
table.download th {
  padding: 2px 8px;
  background: none;
  border: none;
  border-bottom: solid 1px #6678b1;
}
table.download td {
  padding: 2px 8px;
  background: none;
  border: none;
  border-bottom: solid 1px #cccccc;
  height: 2.5em;
}


a[rel ="external"] {
  padding-right: 18px;
  background: transparent url(icon_external.gif) no-repeat right;
}
/*
a[href $=".pdf"] { 
  padding-right: 18px;
  background: transparent url(../images/icon/icon_pdf.gif) no-repeat right;
}
a[href $=".doc"] { 
  padding-right: 18px;
  background: transparent url(../images/icon/icon_doc.gif) no-repeat right;
}
a[href $=".xls"] { 
  padding-right: 18px;
  background: transparent url(../images/icon/icon_xls.gif) no-repeat right;
}
a[href $=".txt"] { 
  padding-right: 18px;
  background: transparent url(../images/icon/icon_txt.gif) no-repeat right;
}
a[href $=".swf"] { 
  padding-right: 18px;
  background: transparent url(../images/icon/icon_flash.gif) no-repeat right;
}
*/
a[href ^="mailto:"] {
  padding-right: 20px;
  background: transparent url(icon_mailto.gif) no-repeat right;
}

td.name span.windows { 
  display: inline-block;
  height: 100%;
  line-height: 2.5em;
  padding-right: 20px;
  background: transparent url(icon_windows.gif) no-repeat right;
}
td.name span.linux { 
  display: inline-block;
  height: 100%;
  line-height: 2.5em;
  padding-right: 20px;
  background: transparent url(icon_linux.gif) no-repeat right;
}
td.name span.winlinux { 
  display: inline-block;
  height: 100%;
  line-height: 2.5em;
  padding-right: 36px;
  background: transparent url(icon_winlinux.gif) no-repeat right;
}
td.name span.solaris { 
  display: inline-block;
  height: 100%;
  line-height: 2.5em;
  padding-right: 34px;
  background: transparent url(icon_solaris.gif) no-repeat right;
}
td.name span.all { 
  display: inline-block;
  height: 100%;
  line-height: 2.5em;
  padding-right: 66px;
  background: transparent url(icon_all.gif) no-repeat right;
}
td.format span.exe {
  display: inline-block;
  height: 100%;
  line-height: 2.5em;
  padding-left: 18px;
  background: transparent url(icon_exe.gif) no-repeat left;
}
td.format span.tgz,
td.format span.zip {
  display: inline-block;
  height: 100%;
  line-height: 2.5em;
  padding-left: 18px;
  background: transparent url(icon_archive.gif) no-repeat left;
}
td.format span.pdf {
  display: inline-block;
  height: 100%;
  line-height: 2.5em;
  padding-left: 18px;
  background: transparent url(icon_pdf.gif) no-repeat left;
}
td.format span.txt,
td.format span.html,
td.format span.chm {
  display: inline-block;
  height: 100%;
  line-height: 2.5em;
  padding-left: 18px;
  background: transparent url(icon_txt.gif) no-repeat left;
}


.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
