@charset "UTF-8";

.srchForm {
        float: right;
}

.srchForm input {
        margin-top: 3px;
        vertical-align: top;
        width: 120px;
}
.srchForm span.srchText {
        position: relative;
        top: 6px;
        vertical-align: top;
        font-weight: bold;
}

#search_button {
        background-color: #FFFFFF;
        border: medium none;
        cursor: pointer;
        height: 23px;
        width: 57px;
}

#categoryBox h2 {
        margin-bottom:5px;
        background:transparent url(../../img/category.gif) no-repeat scroll 0 0;
}

#categoryBox ul li {
        /*background-position: 0px -5px;*/
        position: relative;
}
#categoryBox ul ul li {
        position: relative;
}
#categoryBox ul .cat_label {
	width:185px;
        padding:4px 0 5px;
	background:url(../../common_img/hr1.gif) bottom repeat-x;
        display: block;
}
#categoryBox ul ul {
	display: none;
}
#categoryBox ul ul .cat_label {
	width:145px;
	background:url(../../common_img/hr1.gif) bottom repeat-x;
        padding-left: 40px;
}
#categoryBox ul a.cat_open {
        margin-right:10px;
        position:relative;
        top:2px;
}
#categoryBox ul ul a.cat_open {
        display: none;
}
#categoryBox ul span.cat_count {
        display: none;
}
#categoryBox ul ul span.cat_count {
        display: inline;
}

#rightContents ol {
        padding-left: 40px;
}
#rightContents ol li {
        line-height: 150%;
        list-style-type: decimal;
        padding-bottom: 20px;
}
#rightContents span.e_date {
        color:#909090;
        margin-right:10px;
}
#rightContents span.e_author {
        color:#909090;
}
#rightContents div.navi {
        margin: 5px;
        padding-bottom: 10px;
}

.ad-area {
        padding-top: 30px;
}
