@charset "UTF-8";
@import "reset.css";
@import "contents.css";

* html body {
  padding-left: 1px;
}
html,body{
  height: 100%;
}
*:first-child+html body {
  padding-left: 1px;
}
a:visited{
  color:#0000EE;
}
html,h1,h2,h3,h4,h5,h6,p,div,form,ul,ol,dl,dt,dd {
  font-size:12px;
  color:#333333;
  line-height:140%;
}
li {
  list-style: none;
}
.clear {
  clear:both;
}
.red {
  color:red;
}
.blue {
  color:blue;
}
.orange {
  color:orange;
}
.white{
  color:#ffffff;
}
.nolink
{
  text-decoration:none;
  color:black;
  cursor:default;
}
.border01{
  border-top:1px solid #999999;
  margin:5px auto;
  width:90%;
}
.mini{
  font-size:11px;
}
.icon{
  vertical-align:middle;
  padding-left:2px;
}
.icon2{
  vertical-align:middle;
  padding-right:6px;
}
.inline{
  display:inline;
}
.pick1{
  font-weight:bold;
  color:red;
  font-size:13px;
}
.bold{
  font-weight:bold;
}
.bigger{
  font-weight:bold;
  font-size:16px;
  margin:5px auto;
}
