*{
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}
body {
    color: #000;
    font-family: Arial,sans-serif;
    font-size: 80%;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
}

div.whitespace {
    height: 30px;

}
div#main_cnt {
    background-color: #000;
    display: block;
    width: 1040px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
div#hdr {
    height: 100px;
    background: #000 url(../img/header_default.jpg) no-repeat scroll 0 0;
    width: 1040px;
    position: absolute;
    left: 0px;
}
div#content {
    width: 600px;
    position: absolute;
    top: 170px;
    left: 170px;

}
#content p#mdesc {
    color: #000;
    text-decoration: none;
}

div#content h1 {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 18px;
}

.right {
    position: absolute;
    top: 20px;
    left: 860px;
    width: 170px;
}

.l1 {
    padding:  10px 0;
}
.l1 p.shdesc {
    color: #555;
}
.l1 h2 {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 14px;
}

.l3_itm .desc {
    border: 1px solid #c3c3c3;
    margin-bottom: 25px;
    font-size: 12px;
    padding: 4px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.l3_itm h3 {
    color: white;
    font-size: 12px;
    text-align: center;
    background-color: #c3c3c3;
    padding: 2px;
    border: 1px solid #c3c3c3;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.clear {
    position: relative;
    clear: both;
    font-size: 0px;
}

div#upinfo {
    position: absolute;
    background-color: #780000;
    color: white;
    text-align: center;
    height: 60px;
    padding-top: 10px;
    font-weight: bold;
    margin-top: 0px;
    width: 760px;
    border-color: black;
    top: 100px;
    left: 140px;
    float: none;
}

div#footer_frame {
	border: 1px solid #c3c3c3;
}

div#footer {
    position: fixed;
	clear: both;
    background-color: #fff;
    height: 50px;
    bottom: 0px;
    width: 700px;
    font-weight: bold;
    padding: 10px 5px;
}

div#third {
    background-color: #000;
    position: absolute;
    top: 100px;
    right: 0px;
    float: none;
    width: 140px;
    height: 1200px;


}
div#nav-menu {
    background-color: #000;
    position: absolute;
    top: 100px;
    left: 0px;
    float: none;
    width: 140px;
    height: 1200px;


}
#nav-menu-items {
    background-color: #000;
    list-style: none outside none;
    text-align: left;
    padding: 20px 0 10px;
}
#nav-menu-items li a{
    background-color: #000;
    color: #888;
    font-weight: normal;
    text-decoration: none;
    display: block;
    padding: 10px 10px 1px 7px;
    font-size: 10px;
}

.navi_path, .navi_path *{
    font-size: 11px;
    color: #888;
}
.navi_path {
    text-decoration: none;
    color: #c3c3c3;
    clear: both;
    padding: 15px 0;
    text-align: left;


}
.navi_path a {
    text-decoration: underline;
    color: #c3c3c3;
}
a {
    text-decoration: none;
    color: #737373;
    
}
a:hover {
    text-decoration: underline;
}


