@charset "utf-8";
/***----------------------------------------------------------------
styles.css
--------------------------------------------------------------- ***/
#contents .waku_l {
width: 720px;
float: left;
}
#contents .waku_r {
width: 152px;
float: right;
}
#contents .waku_r img {
border: 1px solid #cccccc;
}


/***------------
table
------------***/
.ta3{
width: 720px;
margin: 0 auto;
font-size: 12px;
border-left: 1px solid #a0a0a0;
border-top: 1px solid #a0a0a0;
}
.ta3 td,
.ta3 th{
padding: 5px;
border-bottom: 1px solid #a0a0a0;
border-right: 1px solid #a0a0a0;
}
.ta3 td{
color: #333333;
}
.ta3 th{
color: #333333;
background-color: #d1e6c2;
vertical-align: center;
}