<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.top_cont{
width: 940px;
margin: 11px auto 0 auto;
padding: 11px 0 0 0;
}
.top_cont h1{
color: #20973e;
font-weight: normal;
font-size: 24px;
padding: 11px 0 0 0;
text-align: left;
}
.top_cont h2{
width: 280px;
background: #159839;
padding: 10px 10px 8px 10px;
margin: 22px 0 0 0;
color: #fff;
font-weight: normal;
font-size: 16px;
text-align: left;
}
.top_cont h2 span{
font-size: 12px;
padding: 0 0 0 10px;
color: #000;
}
.top_cont p{
width: 896px;
padding: 22px;
line-height: 1.5em;
border-top: 1px solid #20973e;
border-bottom: 1px solid #ccc;
font-size: 14px;
}
.top_cont table{
width: 940px;
font-size: 14px;
line-height: 1.5em;
border-top: 1px solid #20973e;
border-bottom: 1px solid #ccc;
}
.top_cont th{
width: 144px;
line-height: 1.5em;
border-bottom: 1px dotted #ccc;
padding: 4px 22px 5px 22px;
vertical-align: middle;
font-weight: bold;
font-size: 14px;
text-align: left;
background: #f8f8f8;
}
.top_cont td{
line-height: 1.5em;
border-bottom: 1px dotted #ccc;
padding: 11px 22px 11px 22px;
}
.top_cont td span, .top_cont th span{
color: #20973e;
}
.top_cont a{
width: 220px;
margin: 0 0 10px 10px;
border:solid 1px #159839;
background: #fff;
border-radius: 2em;
text-decoration: none;
text-align: center;
color: #159839;
padding: 3px 11px 3px 11px;
font-size: 12px;
line-height: 1em;
}
.top_cont a span{
padding: 0 10px 0 10px;
background: url(../common/img/arrow00.gif) right 6px no-repeat;
}
.top_cont a:hover{
border:solid 1px #159839;
background: #159839;
border-radius: 2em;
text-decoration: none;
text-align: center;
color: #fff;
padding: 3px 11px 2px 11px;
}
.top_cont a:hover span{
padding: 0 10px 0 10px;
background: url(../common/img/arrow01.gif) right 6px no-repeat;
}
.vt{
vertical-align: top!important;
}</pre></body></html>