#image {
    height: 252px;
    margin: 10px 0 10px 10px;
}

#top_main {
    width: 720px;
    margin-left: 10px;
    background-color: #fff;
}

#top_left {
    float: left;
    width: 380px;
}

#top_left_top {
    width: 380px;
    height: 26px;
    background: url(./image/top_left_top.png);
}

#top_left_main {
    width: 358px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 5px 10px 10px 10px;
}

#top_left_main p {
    line-height: 200%;
}

#top_right {
    float: right;
	text-align: center;
    margin-left: 10px;
}

#top_right img {
    border: 0px;
}

#top_right1 {
    float: left;
    width: 160px;
}

#top_right1_top {
    width: 160px;
    height: 26px;
    background: url(./image/top_right1_top.png);
}

#top_right1_main {
    width: 158px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 5px 0 10px 0;
}

#top_right1_bottom {
    width: 160px;
    height: 20px;
    background: url(./image/top_right1_bottom.png);
}

#top_right2 {
    float: right;
    width: 160px;
    margin-left: 10px;
}

#top_right2_top {
    width: 160px;
    height: 26px;
    background: url(./image/top_right2_top.png);
}

#top_right2_main {
    width: 158px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 5px 0 10px 0;
}

#hemo {
    clear: both;
}

.top_td1 {
    width: 70px;
    vertical-align: top;
    padding: 3px 0 3px 0;
    border-bottom: 1px dotted #bbb;
}

.top_td2 {
    text-align: left;
    width: 270px;
    padding: 3px 0 3px 10px;
    border-bottom: 1px dotted #bbb;
}


