*{
 margin:0;
 padding:0;
 color: #505050;
}

a{
 text-decoration:none;
 color: #3399CC;
}

a img {
 border:none;
}


img.header
{
 margin:10px 0px 0px 10px;
 -ms-interpolation-mode:bicubic;
}

ul li{
 list-style:none;
}

h3 + div {
 padding-left: 7px;
 margin-left: 13px;
 font-size: 14px;
}

table{
 border-width: 3px;
 border-style: solid;
 border-color: #66CC66;
}

th{
 border-width: 1px;
 border-style: solid;
 border-color: #66CC66;
 padding: 3px;
}

td{
 border-width: 1px;
 border-style: solid;
 border-color: #66CC66;
 padding: 3px;
}

body{
 background-image:url(./images/back.png);
 width:100%;
}

div#baseBlock{
 margin: 10px auto;
 width:80%;
 background-color:#91A1F3;
 border-radius:5px;
}

div#headerBlock{
 width:100%;
 background-color:#91A1F3;
 height:80px;
 color:#FFFFFF;
 border-top-left-radius:5px;
 border-top-right-radius:5px;
}

a.menu{
 display: block;
 width:130px;
 text-decoration:none;
 color:#000066;
 line-height: 20px;
 padding:5px;
 margin:1px 0px 1px 0px;
 font-size: 16px;
 background-color:#F0F0FF;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #CCD1F7;
}

a.menuLast{
 border-bottom-width: 0px;
 border-bottom-left-radius:5px;
 border-bottom-right-radius:5px;
}

a.menu:hover{
 background-color: #E1FF75;
}

div#menuBlock{
 float:left;
 width:150px; 
 background-color:#91A1F3;
}

div#menuBlock > div{
 border:0px solid #FFFFFF;
 margin:0px 5px 5px 5px;
}

div#menuBlock > div h3{
 width:140px; 
 color:#FFFFFF;
 background-image:url(./images/menuheaderback.png);
 background-color:#8291E3;
 text-align: center;
 font-size: 12px;
 line-height: 14px;
 border-top-left-radius:5px;
 border-top-right-radius:5px;
}

div#menuBlock > div ul{
 background-color:#F0F0FF;
 border-bottom-left-radius:5px;
 border-bottom-right-radius:5px;
}

div#contentsBlock{
 margin-left:150px;
 margin-right:10px;
 background-color:#FFFFFF;
 border-radius:5px;
 min-height:350px;
}

div#contentsBlock > div{
 padding:1em;
}

div#contentsBlock > div h2 {
 font-size: 18px;
 padding-left: 10px;
 font-weight: bold;
 border-left-width: 5px;
 border-left-style: solid;
 border-left-color: #FF759C;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #FF759C;
 padding-top: 2px;
 padding-bottom: 2px;
 margin-bottom:5px;
 color: #505050;
}

div#contentsBlock > div h3 {
 font-size: 14px;
 border-left-width: 5px;
 border-left-style: solid;
 border-left-color: #FF759C;
 padding-left: 7px;
 line-height: 16px;
 margin-top: 15px;
 margin-bottom: 10px;
 margin-left: 13px;
 color: #505050;
}

div#footerBlock{
 width:100%;
 clear:both;
 background-color: #91A1F3;
 text-align:center;
 height:20px;
 color:#FFFFFF;
 font-size: 12px;
 line-height: 14px;
 border-bottom-left-radius:5px;
 border-bottom-right-radius:5px;
}

div#footerBlock p{
 color: #FFFFFF;
}