@charset "utf-8";
/***----------------------------------------------------------------
styles.css
--------------------------------------------------------------- ***/
#contents .waku_l {
width: 435px;
float: left;
}
#contents .waku_l2 {
width: 435px;
margin: 0px 0px 20px 0px;
}
#contents .pho_l {
width: 138px;
margin: 0px 10px 0px 0px;
float: left;
}
#contents .pho_r {
width: 138px;
margin: 0px 0px 0px 0px;
float: right;
}
#contents .pho_l img,
#contents .pho_r img {
padding: 1px;
border: 1px solid #a0a0a0;
}
#contents .waku_r {
width: 435px;
float: right;
}


/***------------
table
------------***/
.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;
}