/* 基本ＣＳＳ(特集ページ) */


/* メインコンテンツ
---------------------------------------------------- */
#maincontents{
width:760px;
float:left;
margin:0px;
padding:0px;
font-size:14px;
text-align:left;
}

#maincontents a{
font-size:14px;
text-decoration:none;
}

#maincontents td{
font-size:14px;
}


/* 全体の700px部分
---------------------------------------------------- */
#waku{
width:700px;
margin:0px 25px 15px 30px;
}

/* オレンジ小
---------------------------------------------------- */
.orange02{
color:#FF782F;
font-size:10px;
line-height:140%;
}

/* テキスト小
---------------------------------------------------- */
.small01{
line-height:140%;
font-size:10px;
}

/* テキスト小
---------------------------------------------------- */
.small02{
line-height:140%;
font-size:12px;
}

/* バックナンバー
---------------------------------------------------- */
#backnumber{
width:700px;
border-bottom:2px dotted #FF782F;
margin:20px 0px 20px 0px;
}


