/****************************************
*
*   standard.css
*
****************************************/

*         {margin:0px; padding:0px;}
a:link    {color:blue;}
a:visited {color:blue;}
a:active  {color:darkorange;}
a:hover   {color:darkorange;}
h1        {font-size:3.2ex; line-height:140%; margin:20px 0px;}
h2        {font-size:3.2ex; line-height:140%; margin:20px 0px;}
h3        {font-size:2.2ex; line-height:130%; margin:20px 0px;}
h4        {font-size:2.0ex; line-height:120%; margin:20px 0px;}
p         {margin:10px 0px;}
ul        {margin:10px 0px 10px 30px;}
ol        {margin:10px 0px 10px 30px;}
li        {margin:0px;}

.bold     {font-weight:bold;}
.impact   {color:red;}
.comment  {color:blue;}

.new          {color:#ff0000;}
.upd          {color:#ff0000;}

body {
  background:;
  color:;
  font-family:arial, sans-serif;
  text-align:center;
}
.page {
  background:url(/images/background/page.jpg) repeat-y;
  color:#333333;
  font-size:2.0ex;
  line-height:140%;
  text-align:left;
  width:740px;
  margin:0px auto;
}
.top {
  background:url(/images/background/top.jpg) no-repeat;
  height:100px;
  padding:0px 10px;
  clear:both;
}
.middle {
  margin:10px 20px 10px 20px;
  clear:both;
}
.bottom {
  background:url(/images/background/bottom.jpg) no-repeat;
  font-size:10pt;
  text-align:center;
  height:60px;
  padding:0px 10px;
  clear:both;
}
.center {
  width:480px;
  float:right;
}
.left {
  width:200px;
  text-align:center;
  float:left;
}
.right {
  width:auto;
  float:right;
}
.copyright {
  line-height:100%;
  text-align:right;
  padding:10px 10px;
}
.logo {
  float:left;
  clear:both;
}
.counter {
  color:;
  font-size:10pt;
  text-align:right;
  height:22px;
}
.top_info {
  text-align:right;
  width:200px;
  padding:0px 10px;
  float:right;
}
.top_info a {
  background:url(/images/mail/off.jpg) no-repeat;
  text-decoration:none;
  width:70px;
  height:13px;
  display:block;
  float:right;
}
.top_info a:hover {
  background:url(/images/mail/on.jpg) no-repeat;
}
.sign {
  padding:5px;
  text-align:right;
}
.goods {
  background:url(/images/goods/background.jpg) no-repeat;
  text-align:center;
  margin:0px 0px 10px 0px;
  padding:10px;
}
.goods_school {
  border:#cccccc solid 1px;
}
.patent {
  background:#ffffff;;
  font-size:12pt;
  padding:10px 10px;
  border-top:#cccccc double 3px;
  border-bottom:#cccccc double 3px;
}
.banner {
  background:#f5f5f5;
  font-size:1.6ex;
  line-height:100%;
  margin:10px 0px;
  padding:10px 0px;
  border:#cccccc solid 1px;
}
h1.title {
  font-weight:normal;
}
h2.title {
  font-weight:normal;
  border-bottom:#cccccc double 3px;
}
.info {
  background:#f5f5f5;
  margin:10px 0px;
  padding:20px;
  border:#cccccc solid 1px;
}
.manage {
  margin:10px 0px;
  border:#cccccc solid 1px;
}
.greeting {
  background:#f5f5f5;
  padding:20px;
  border:#cccccc solid 1px;
}
.gbook {
  background:#f5f5f5;
  margin:10px 0px;
  padding:10px 10px 0px 10px;
  border:#cccccc solid 1px;
}
.doc {
  background:#ffffff;
  margin:10px 0px;
  padding:10px;
  border:#cccccc solid 1px;
}
.doc_date {
  float:right;
}
.doc_title {

}
.doc_msg {
  clear:both;
}
.doc_msg_mnt {
  margin:0px 10px 0px 25px;
}
.text {
  margin:0px;
}
.image {
  float:left;
  margin:10px 10px;
  clear:both;
}
ul.index {
  background:;
  font-weight:normal;
  font-size:12pt;
  line-height:180%;
  list-style:none;
  width:720px;
  margin:0px 61px;
  padding:0px 0px;
  clear:both;
}
ul.index li {
  background:;
  font-weight:bold;
  text-align:center;
  margin:0px;
  padding:0px 1px 0px 0px;
  float:left;
}
ul.index li a {
  background:url(/images/indexs/off.jpg) no-repeat;
  text-decoration:none;
  width:120px;
  height:31px;
  display:block;
}
ul.index li a:link {
  color:#666666;
}
ul.index li a:visited {
  color:#666666;
}
ul.index li a:hover {
  background:url(/images/indexs/hover.jpg) no-repeat;
  color:#ff0000;
}
ul.index li.index_on {
  background:url(/images/indexs/on.jpg) no-repeat;
  color:#ff0000;
  width:120px;
  height:31px;
}
form.mail {
  text-align:left;
}
form.mail span {
  white-space:nowrap;
}
form.mail input.submit {
  padding:0px 10px;
}
form.mail table {
  background:;
  border-collapse:collapse;
  border-spacing:;
}
form.mail td.subject {
  background:;
  padding:5px;
}
form.mail th {
  background:;
  font-weight:normal;
  padding:1px 5px;
  text-align:left;
  white-space:nowrap;
}
form.mail td {
  background:;
  padding:1px 2px;
}
form.mail td.submit {
  background:;
}
.script_name {
  text-align:right;
}

/******************************* END ***/
