
#contents{
    width:100%;
    height:auto;
    margin: 20px auto 20px auto;
    background: #ffffff;
    /*
	        clear: both;
        overflow: hidden;
        */
}

#contents article{
    width: 620px;
    margin: 0 auto;
    height:inherit;
    padding: 20px 0 0 0;
   
}


#contents article#stmp
{
    width: 620px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 10px 0;
   overflow-y: auto;
    overflow-x: auto;
}

#contents article#stmp h1{
    width: 620px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 2px;
}

#stmpbox{
    width: 620px;
    height: auto;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

#stmpbox ul{
    width: 620px;
    height: auto;
    text-align: center;
}


#stmpbox ul li{
    list-style: none;
    text-align: left;
    height: 30px;
    line-height: 30px;
    margin: auto 0 0 30px;
    font-size:15px;
    color: #000000;
    font-weight: bold;
    
}

#stmpbox h2{
 color: #ff0000;
 text-align: center;
 margin: 0 0 20px 0;
}

#stmpbox2{
    width: 620px;
    height: auto;
    margin:0 0 50px 0;
    padding: 20px 0 50px 0;
    margin-left: 20px;
    clear: both;
    overflow: hidden;
}

div#stmpimg {
    width: 620px;
    height:262px;
    margin: 30px 0 30px 0;
}

dl#stmp001{
    width:610px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}

dl#stmp001 dt{
    width:250px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: left;
    font-size:15px;
    font-weight: bold;
    color: #000000;
}

dl#stmp001 dd{
    width:360px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    float: right;
    font-size:15px;
    font-weight: bold;
    color: #000000;
}

dl#stmp001 dd a{
    display: block;
    text-decoration:none;
}

