@charset "utf-8";
/* CSS Document */

.newsIndex h4{
background:#000000;
padding:0px 10px;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
margin-bottom:20px;
}

.newsIndex #sectionWrp{
width:620px;
min-height:600px;
margin:20px auto;
}

.newsIndex #sectionWrp .section{
border-bottom:#CCCCCC dotted 1px;
padding-bottom:10px;
margin-bottom:20px;
}

.newsIndex #sectionWrp table{
border-collapse:collapse;
width:100%;
}

.newsIndex #sectionWrp th{padding:8px 6px 8px 10px; font-weight:bold; vertical-align:top;}
.newsIndex #sectionWrp td{padding:8px 10px 8px 6px; vertical-align:top;}

.newsIndex #sectionWrp tr.even th,
.newsIndex #sectionWrp tr.even td{
background:url(../news/img/ind_bg01.jpg) left top repeat;
}

.newsIndex #sectionWrp a{
color:#3399CC;
text-decoration:underline;
background:url(../img/linkIco02.gif) left 2px no-repeat;
padding-left:10px;
}

.newsIndex #sectionWrp a:hover{
text-decoration:none;
}


