@charset "Shift_JIS";

.topics_news_box{
border:1px solid #ccc;
width:720px;
padding:30px 40px;
margin:10px auto;
}

#contentsArea h1.topics_news_ttl{
font-size:180%;
font-weight:bold;
}

#contentsArea h2.topics_news_ttl{
font-size:130%;
font-weight:bold;
margin-top:40px;
margin-bottom:10px;
}

#contents p.topics_news_txt{
margin-top:40px;
font-size:120%;
line-height:1.5em;
}

#contents p.topics_news_txt2{
margin-top:15px;
font-size:120%;
line-height:1.5em;
}


#contents p.topics_news_txt_c{
text-align:center;
font-size:120%;
line-height:1.5em;
}

#contents p.topics_news_txt_r{
text-align:right;
font-size:120%;
line-height:1.5em;
}

#contents table.topics_news_table{
margin-top:40px;
border:none;
}
#contents table.topics_news_table tr td,
#contents table.topics_news_table tr th{
vertical-align:top;
font-size:120%;
line-height:1.5em;
border:none;
}

#contents table.topics_news_table.wBorder td,
#contents table.topics_news_table.wBorder th{
border:1px solid #666; 	
}


#contents .topics_news_box ul{
margin-top:40px;
}
#contents .topics_news_box ul li{
margin-top:3px;
line-height:1.5em;
font-size:120%;
text-indent:-1em;
margin-left:1em;
}


/* ===== Float Clearing ===== */
.clearFix{
zoom:1;
_height:1%;
}
.clearFix:after{
display:block; 
clear:both; 
visibility:hidden;
height:0; 
content:".";
}
