/*****top over ride*********/
#right_warp {
    border-right: 1px solid #666;
    width: 800px;
}

#main_contents_top {
    margin: 0 14px;
    width: 770px;
}

#main_contents_hed{
    text-align:center;
    width: 850px;
    height: auto !important;
}
#nav{
    width:190px!important;
    background-color: #008177;
    overflow-y: hidden!important;
    height:auto!important;

}

/*******topinfo*******/
#topinfo {
    display: none;
    position: absolute;
    z-index: 10;
    top: 115px;
    left: 40px;
    max-width: 250px;
    font-size: 12px;
    text-align: left;
    background-color: #FFC;
    padding: 6px 6px;
    color: #666;
    border-radius: 6px;
    box-shadow: 3px 3px 6px #666;
    overflow: hidden;
}

/*****top header*********/
#top_header {
    text-align: right;
    background-color: #FFF;
    width: 800px;
}

#top_header .date {
    display: block;
    text-align: right;
    font-style: italic;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ff3f66;
    margin: 0;
    padding: 10px 20px 0 0;
}

h2 {
    padding: 5px 0 5px 15px;
    background: #ff6600;
    font-size: 18px;
    font-weight: bold;
    color: white;
    clear: both;
}

h3 {
    padding: 0 0 0 10px;
    border-left: #ff6600 5px solid;
    border-bottom: #ff6600 1px solid;
    font-size: 16px;
    font-weight: bold;
    color: #F33;
    clear: both;
}

.list_wd{

}
.list_wd > li{
	margin: 0.4em 0.5em;
}

