﻿
body {
  font-family : sans-selif;
  font-size : 12px;
  background-image : url("2010pic/bg_jun.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}
body.none {
  font-family : sans-selif;
  font-size : 12px;
  background-image : none;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
body.feb {
  font-family : sans-selif;
  font-size : 12px;
  background-image : url("2010pic/bg_feb7.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
body.mar {
  font-family : sans-selif;
  font-size : 12px;
  background-image : url("2010pic/bg_mar_07.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
body.apr {
  font-family : sans-selif;
  font-size : 12px;
  background-image : url("2010pic/bg_apr_01.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
a.index:link {
  text-decoration: none;
  font-family : sans-selif;
  font-size : 12px;
  color: #4e4e4e;
}
a.index:visited {
  text-decoration: none;
  font-family : sans-selif;
  font-size : 12px;
  color: #000000;
}
a.index:active {
  text-decoration: none;
  font-family : sans-selif;
  font-size : 12px;
}
a.index:hover {
  text-decoration: none;
  font-family : sans-selif;
  font-size : 14px;
  padding : 5px;
}

a.main:link {
  text-decoration: none;
  font-family : sans-selif;
  font-size : 14px;
  color: #4e4e4e;
}
a.main:visited {
  text-decoration: none;
  font-family : sans-selif;
  font-size : 14px;
}
a.main:active {
  text-decoration: none;
  font-family : sans-selif;
  font-size : 14px;
}
a.main:hover {
  text-decoration: none;
  font-family : sans-selif;
  font-size : 16px;
  padding : 5px;
}

a.none:hover {
  font-family : sans-selif;
  padding : 0px;
}
a:link {
  font-family : sans-selif;
  font-size : 14px;
}
a:visited {
  text-decoration: none;
  font-family : sans-selif;
  font-size : 14px;
}
a:active {
  font-family : sans-selif;
  font-size : 14px;
}
a:hover {
  font-family : sans-selif;
  font-size : 16px;
  padding : 5px;
}

p.index {
  font-family : sans-selif;
  font-size : 26px;
}
p.main {
  font-family : sans-selif;
  font-size : 20px;
}
p.sub {
  font-family : sans-selif;
  font-size : 20px;
  font-color : #4e4e4e;
}
p.top {
  font-family : sans-selif;
  font-color : #4e4e4e;
  text-align : center;
}
p.command {
  font-family : sans-selif;
  font-size : 18px;
  font-weight : bold;
  font-color : #4e4e4e;
}
p.cmd {
  padding-left:20px;
  background-color : #e0e0e0;
  font-family : sans-selif;
  font-size : 18px;
  font-weight : bold;
  font-color : #000000;
  color : #000000;
}
pre.cmd {
  padding-left : 20px;
  padding-right : 20px;
  background-color : #ffffff;
  font-family : sans-selif;
  font-size : 16px;
  font-weight : bold;
  font-color : #4e4e4e;
  color : #4e4e4e;
}
div.text {
  padding-left:20px;
  background-color : #e0e0e0;
  font-family : sans-selif;
  font-size : 16px;
  font-weight : bold;
  font-color : blue;
  color : blue;
}
td {
  vertical-align: top;
}
td.myback {
  background-image: url("2010pic/bg_jun.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: right;
}
td.list {
  border : 1px;
  border-style : solid;
  border-color : #4e4e4e;
}
td.bottom {
  vertical-align: bottom;
}

