* {
    line-height:160%;
    margin:0;
    padding:0;
    font-size: 15px;
    font-family: Verdana, Arial, sans-serif;
}

body {
    background: #8CBB1D;
}

hr {
    height: 1px;
    clear: both;
}

strong {
    color: #CC3333;
}


#base {
     width:800px;
     margin-top: 0px;
     margin-right: auto;
     margin-left: auto;
     background-color: #FFFFFF;
}

#wrap {
     margin-top: 5px;
     padding: 5px;
     float: left;

}

#header {
     width:800px;
     height:350px;
}

h1 a {
     display: block;
     color: #006210;
     text-decoration: none;
     padding-top: 10px;
     width: 600px;
     height: 25px;
     margin-left: 50px;
     font-size: 18px;
     line-height: 25px;
}

.mark {
     background: #ffff33;
     font-weight: bold;
}

#header #hd02 {
     margin-left: 100px;
     font-size: 15px;
     color: #DE1906;

}

#nav {
     text-align: center;
     font-size: 15px;
     background-color:#ED5929;
     width: 760px;
     clear: both;
}

#contents {
     margin-left:100px;
     width:650px;
     float: right;
}

#contents p{
     padding-top: 5px;
     padding-bottom: 5px;
     background-image: url(image/note.gif);
     margin-top: 10px;
     margin-bottom: 10px;
     line-height: 20px;
     margin-right: 30px;
     margin-left: 30px;
     padding-right: 10px;
     padding-left: 10px;
}

#contents h2 {
     margin-top: 10px;
     margin-bottom: 5px;
     margin-right: 10px;
     margin-left: 5px;
     font-weight: bold;
     border-bottom-width: 1px;
     border-bottom-style: solid;
     border-bottom-color: #E8E6FF;
     padding-top: 2px;
     padding-bottom: 2px;
     font-size: 16px;
     padding-left: 10px; 
     color: #990033;
}

#contents h3 {
     border-left-width: 8px;
     border-left-style: solid;
     border-left-color: #006210;
     line-height: 20px;
     margin-top: 15px;
     margin-bottom: 10px;
     margin-left: 10px;
     font-size: 16px;
     padding-left: 20px;
     color: #006210;
}

#contents h4 {
     border-left-width: 5px;
     border-left-style: solid;
     border-left-color: #2D5991;
     line-height: 16px;
     margin-top: 15px;
     margin-bottom: 10px;
     margin-left: 15px;
     font-size: 16px;
     padding-left: 10px;
     color: #2D5991;
}

#contents #conp {
     padding: 10px;
}

#contents #conp p a {
     line-height: 22px;
}

#contents #conp p strong {
     line-height: 22px;
}

address {
     font-style: normal;
     text-align: center;
     padding-top: 5px;
     padding-bottom: 5px;
     display: block;
     font-size: 12px;
}


