/* 
    Document   : news
    Created on : 2012. 3. 27, 오후 2:42:02
    Description:
        Purpose of the stylesheet follows.
*/
.news_title {
        border-bottom: 1px solid #C9C9C9;
        padding-bottom: 5px;
        font-family: "Malgun Gothic", "San-Serif", "Arial";
        font-weight: bolder;
        font-size: 14px;;
        color: #AD7578;
}
.news_page_title {
        font-family: "Malgun Gothic", "San-Serif", "Arial";
        font-weight: bolder;
        font-size: 20px;
}
.news_title a {
        color: #AD7578;
}
.news_title a:hover {
        color: #D5BAFF;
}
.news_title h3 {
        font-size: large;
}
.news_item {
        padding: 5px 5px 5px 5px;
        margin: auto auto;
        font-size: small;
}
.news_item a {
        color: #D69FB5;
}
.content_right_box .news_item {
        border:1px solid #AD7578;
}
.news_text {
        padding: 20px;
}
.news_text pre {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
}
.news_date {
        font-weight: bold;
        text-align: right;
        font-size: 12px;
        padding-right: 10px;
}
.news_date.home { display: inline-block; }
.news_anchor {
        display: inline-block;
        width: 250px;
        text-align: left;
}
.news_go_back {
        text-align: right;
}