@charset "utf-8";
/* index.css */

/*---------------------
     #comment
---------------------*/

#c_comment{
position:relative;
}
#c_comment_txt{
line-height:22px;
position:absolute;
left:18px;
top:75px;
width:420px;
}

/*---------------------
   #news, #topic
---------------------*/

#c_news,
#c_topic{
margin:20px 0 0 0;
}

.a_date{
padding:0 0 0 40px;
background:url(../img/article_icon.jpg) no-repeat 17px 9px;
color:#72A314;
font-size:8pt;
}
.a_head{
padding:0 0 0 40px;
font-size:16px;
font-weight:bold;
}
.a_head a{
color:#353535;
text-decoration:none;
}
.a_head a:hover{
text-decoration:underline;
}


.a_txt{
color:#353535;
width:490px;
padding:0 0 0 40px;
font-size:13px;
}
.a_lest{
text-align:right;
padding:0 35px 0 0;
color:#72A314;
font-size:;
}
.a_lest a{
color:#72A314;
text-decoration:none;
}
.a_lest a:hover{
text-decoration:underline;
}


.c_article{
border-bottom:1px dotted #2A2A2A;
width:570px;
padding:20px 0 10px 0;
}


/*---------------------
      #list_1
---------------------*/

#c_list_1{
margin:60px 0 0 0;
width:583px;
background:url(../img/l1_bg.jpg) repeat-y center;
position:relative;
}
#l1_img{
position:absolute;
top:-31px;
right:0;
}
#c_list_1_inner{
background:url(../img/l1_bottom.jpg) no-repeat bottom center;
}
#c_list_1 ul{
padding:5px 17px 10px;
}
#c_list_1 li{
width:552px;
height:31px;
margin:10px 0 0 0;
}


/*---------------------
      #list_2
---------------------*/

#c_list_2{
margin:30px 0 0 0;
}
#c_list_2 ol{
list-style:none;
list-style-type:none;
padding:20px 0 0 0;
}
#c_list_2 li{
list-style:none;
list-style-type:none;
float:left;
}

#l2_btn{
padding:20px 0 0 0;
text-align:right;
}

/*---------------------
      #list_3
---------------------*/

#c_list_3{
margin:30px 0 0 0;
}
#c_list_3 h3{
margin:20px 0 0 0;
}
.l3_txt{
padding:10px 20px 0;
}














