@charset "utf-8";
/***----------------------------------------------------------------
styles.css
--------------------------------------------------------------- ***/
#contents .sst2 {
width: 435px;
margin: 0px 0px 10px 0px;
background: url(../common/img/img_ar.gif) no-repeat;
clear: both;
}
#contents .sst h4 {
padding: 0px 0px 0px 20px;
}
#contents .waku_l {
width: 435px;
float: left;
}
#contents .waku_r {
width: 435px;
float: right;
}


/***------------
table
------------***/
.ta{
width: 900px;
margin: 0 auto;
font-size: 12px;
border-top: 1px solid #a0a0a0;
border-left: 1px solid #a0a0a0;
}
.ta td,
.ta th{
padding: 5px;
border-bottom: 1px solid #a0a0a0;
border-right: 1px solid #a0a0a0;
}
.ta td{
color: #333333;
}
.ta th{
color: #333333;
background-color: #d1e6c2;
vertical-align: center;
font-weight: bold;
}
.ta .th_color1 {
background: #d1e6c2;
}
.ta .th_color2 {
background: #eeeeee;
}

.ta2{
width: 435px;
margin: 0 auto;
font-size: 12px;
border-left: 1px solid #a0a0a0;
border-top: 1px solid #a0a0a0;
}
.ta2 td,
.ta2 th{
padding: 5px;
border-bottom: 1px solid #a0a0a0;
border-right: 1px solid #a0a0a0;
}
.ta2 td{
color: #333333;
}
.ta2 th{
color: #333333;
background-color: #d1e6c2;
vertical-align: center;
font-weight: bold;
}
.ta2 .th_color1 {
background: #d1e6c2;
}
.ta2 .th_color2 {
background: #eeeeee;
}
