/* CSS Document */

*{
margin: 0;
padding: 0;
}

body {
background-image:url(images/wall.gif);
}

#wrapper{
margin: 0px auto;
width: 812px;
font-size: 90%;
color: #3f3f3f;
background-color:#FFFFFF;
border-left:1px solid #929292;
border-right:1px solid #929292;
text-align:center;
}

#wrapper a, a:visited{
text-decoration: none;
color: #333399;
}

#wrapper a:hover{
color:#990000;
}

/*---------------Header start---------------*/

#header{
width:810px;
margin:0px 1px 0px 1px;
border-top: solid 10px #333399;
}

#header #logo{
height: 66px;
margin:20px 15px 0px 15px;
background-image: url("images/logo02.jpg");
background-position:right;
background-repeat: no-repeat;
}

#header #logo h1{
text-indent: -10000px;
}

#header #adress{
height: 35px;
line-height: 35px;
text-align: right;
color: #808080;
font-size: 95%;
margin-right:15px;
}

/*---------------Header end-----------------*/

/*---------------Main stert-----------------*/

#main{
width: 780px;
margin:20px 15px 10px 15px;
text-align:left;
}

/*---------------Menu start-----------------*/

#menu{
float: left;
width: 196px;
margin-right: 20px;
margin-bottom: 20px;
border: solid 1px #333399;
}

#menu h3{
height: 30px;
background-color: #333399;
background-image: url("images/menu.jpg");
background-position: 50% 50%;
backgorund-repeat: no-repeat;
text-indent: -10000px;
}

#menu ul{
list-style-type: none;
font-size: 95%;
color: #333399;
margin:0px 0px 0px 5px ;
padding:0;
}

#menu ul li {
margin: 10px 0px;
padding:0px 0px 5px 15px;
border-bottom: dotted 1px #006699;
background-image:url(images/bullet_menu.gif);
background-position:left top;
background-repeat:no-repeat;
}

#menu ul ul{
font-size: 90%;
margin: 0px;
}

#menu ul ul a, a:visited{
color: #585858;
}

#menu ul ul li{
border: 0;
background-image:none;
padding:0px 0px 0px 0px;
margin:3px 0px 0px 0px;
}

/*---------------Menu end-------------------*/

/*---------------Contents start-------------*/

#contents{
float: left;
width: 558px;

background-color: #ffffff;
margin-bottom: 20px;

}

#contents h2{
color:#303390;
padding:15px 0px 15px 15px;
border-left: solid 12px #333399;
border-bottom: solid 1px #bcbcbc;
background-color: #f4f4f4;
font-size:110%;
/*
height: 40px;
padding-left:10px;
padding-top:10px;

background-image: url("images/main_title04.gif");
background-position: 5% 50%;
background-repeat: no-repeat;
text-indent: -10000px;

border-top: solid 1px #333399;
border-bottom: solid 1px #333399;
*/
}

#contents #contens_txt {
width: 558px;
margin-top:12px;
border: solid 1px #d7d7d7;
letter-spacing: 0.3px;
line-height:1.15em;
border-top: solid 2px #333399;
border-bottom: solid 2px #333399;
}

#contents #contens_txt p{
margin:15px;
text-indent: 1em;
font-size: 90%;
line-height:1.4em;
}

#contents #contens_txt ul{
list-style-type: none;
margin:10px;
}

#contents #contens_txt ul.disc{
list-style-type: disc;
list-style-position: inside;
margin: 5px 50px;
font-size: 90%;
line-height:1.4em;
}

#contents #contens_txt ol{
list-style-position: inside;
margin: 5px 50px;
font-size: 90%;
line-height:1.4em;
}

#contents #contens_txt h3{
margin-left: 3px;
padding: 3px;
border-left: solid 5px #333399;
}

#contents #contens_txt h4{
color: #333399;
margin: 20px 10px;
padding: 3px;
border-bottom: dotted 1px #333399;
}

#contents #contens_txt table{
margin: 5px 15px;
}

#contents #contens_txt  table.customer td{
text-indent: 1em;
padding: 5px;
}

#contents #contens_txt table.customer td.name{
background-color: #f4f4f4;
color: #333399;
text-align: right;
}

#contents #contens_txt table.about th{
padding: 5px 0 5px 10px;
width: 8em;
}

#contents #contens_txt table.about td{
padding-left: 10px
}

#contents #contens_txt table.about th{
vertical-align: top;
background-color: #f4f4f4;
}

#contents #backnumber_txt {
  width: 558px;
  margin-top:12px;
  border: solid 1px #232323;
  letter-spacing: 0.3px;
  line-height:1.15em;
  background-color:#F9FAF4;
}

#contents #backnumber_txt h4{
  color:#363636;
  text-align: left;
  padding:10px 0px 10px 10px;
  font-size:100%;
}

#contents #backnumber_txt ul{
  list-style-type:disc;
  color:#363636;
  text-align: left;
  margin:0px 0px 0px 30px;
  font-size:100%;
  padding-bottom:20px;
}

#contents #backnumber_txt ul li{
  padding-bottom:5px;
}

#contents table{
margin:0;
font-size: 90%;
line-height:1.4em;
}


/*---------------Contents end---------------*/

/*---------------Main end-------------------*/

/*---------------Footer start---------------*/

#footer{
clear: both;
width: 810px;
height: 50px;
background-color: #333399;
color: #ffffff;
line-height: 14px;
text-align: right;
margin-left:1px;
}

#footer span{
margin: 10px 10px 0px 0px;
}

/*---------------Footer end------------------*/
