@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    width: 100%;
}

#wrap {
    margin: 0;
    padding: 0;
    width: 100%;
}
#wrap_content {
    padding: 10px;
    margin: 0 0;
/*    width: 960px;*/
    width: 1060px;
    background: #fff;
}


#header {
    width: 100%;
    height: 64px;
/*    background: transparent url(../images/topbck.gif) top left repeat-x;*/
/*	background:#fef5f5 url(../images/bg_body.jpg) repeat-x left top;*/
/*	background:#60A151;*/
/*	background:#3199C1;*/
    color: #CCC;

}
#leftheader {
    float: left;
/*    width: 265px;*/
/*    width: 304px;*/
    width: 100px;
    height: 65px;
/*    background: transparent url(../images/logo_ttlred.gif) top left no-repeat;*/
/*    background: transparent url(../images/logo.png) top left no-repeat;*/
    margin-top: 10px;
    margin-left: 20px;
    font-size: 2em;
    font-weight: bold;
}
#centerheader {
    float: left;
/*    width: 800px;*/
    height: 65px;
    margin-top: 30px;
    margin-left: 150px;
    font-size: 1.0em;
}
#centerheader a {
/*    color: #000;*/
    margin-left: 20px;
}
#rightheader {
    height: 65px;
/*    margin-left: 200px;*/
/*    margin-left: 160px;*/
    margin-left: 250px;
}
#rightheader div.inner {
    padding-top: 30px;
    padding-right: 10px;
    text-align: right;
    font-size: 0.9em;
    font-weight: normal;
    color: #666;
}
#rightheader div.inner a {
    color: #666;
    font-weight: bold;
}
/*
#topmenu {
    clear: both;
    margin: 0;
    padding: 0;
    height: 35px;
    background: #FFFFFF;
    white-space: nowrap;
}
#topmenu ul {
    margin: 0 0;
    padding: 10px 10px 0;
    height: 25px;
    line-height: 25px;
    width: 960px;
    white-space: nowrap;
    text-transform: inherit;
}
#topmenu li {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    border-right:1px solid #312e2e;
    border-left :1px solid #312e2e;
    float: left;
}
#topmenu a {
  padding: 0 15px;
  float: left;
  display: block;
  color: #818181;
  background: url(../images/navsilver.gif) top left repeat-x;
  font-size: 1em;
  text-decoration: none;
  font-weight: bold;
}
#topmenu a:hover {
  color: #205387;
  background: url(../images/navblue.gif) top left repeat-x;
}
#topmenu a.current {
  color: #205387;
  background: url(../images/navblue.gif) top left repeat-x;
}
*/

#header_end {
/*    background: #fff url(../images/topbck.gif) top left repeat-x;*/
    background: #666;
    padding-top: 1px;
}


#sidebar {
    float: left;
    width: 140px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}

#sidebar h3 {
  margin: auto;
}
#sidebar ul {
    margin: 0 0 8px 0;
    padding: 5px;
}
#sidebar li {
    list-style-type:none;
    margin:0;
/*    padding:0;*/
    padding: 5px 0px;
    border-bottom: 1px dotted #cfcfcf;
}
#sidebar li:before {
    content: "\00BB \0020";
}
#content {
float: none;
    margin: 0;
    margin-left: 5px;
/*    width: 760px;*/
    width: 1280px;
    padding: 10px;
/*    border: 1px solid #ccc;*/
}
#dialog_content {
    margin: 10px;
    margin-left: 10px;
/*    width: 760px;*/
    padding: 10px;
    border: 1px solid #ccc;
}
#__content {
    margin: 10px;
    padding: 10px;
    border: 1px solid #ccc;
}
#footer {
    clear: both;
    color: #777;
/*    background:#eaeaea url(../images/topbck.gif) top left repeat-x;*/
    text-align: center;
    padding: 10px 0;
    font-size: 0.8em;
}
