@charset "utf-8";

#contentLeft{
width:470px;
padding-right:30px;
float:left;
}

#contentRight{
width:186px;
float:left;
padding-top:80px;
}

#contentRight .section{
padding:15px 13px;
border-left:#CCCCCC solid 1px;
border-right:#CCCCCC solid 1px;
}

#contentRight .section li{
margin-bottom:2px;
}


#contentLeft h2{
margin-bottom:13px;
}

#topicPath{
margin-bottom:13px;
font-size:10px;
}

#contentLeft #topicPath a:link,
#contentLeft #topicPath a:visited,
#contentLeft #topicPath a:hover{color:#A5AAC5;}

#contentLeft #topicPath a{color:#A5AAC5;}


#contentLeft #archiveTtl{
padding:0 2px 4px;
border-bottom:#CCCCCC solid 1px;
margin-bottom:20px;
}

.entriesWrp{
min-height:500px;
}

#contentLeft .entry{
padding-bottom:1em;
border-bottom: #CCCCCC dotted 1px;
margin-bottom:30px;
}

#contentLeft .entry h3{
font-size:14px;
color:#666;
letter-spacing:2px;
line-height:1.2;
padding-top:5px;
}

#contentLeft .entry .phBox{
float:left;
width:186px;
padding-top:2px;
}

#contentLeft .entry .txtBox{
float:left;
width:284px;
}

#contentLeft .entry .date{
font-size:10px;
color:#999999;
padding:13px 0 5px;
}

#contentLeft .entry .txtBox p{
padding-left:12px;
}

#contentLeft .entry .txtBox .toDetail{
text-align:right;
padding-top:5px;
}

#contentLeft .entry .txtBox .toDetail a{
background:url(../img/topics/arrowIco.gif) left 3px no-repeat;
padding-left:20px;
}

/*------------------------------------------------
topids detail
--------------------------------------------------*/

#contentLeft .detail{
padding-bottom:1em;
border-bottom: #CCCCCC dotted 1px;
margin-bottom:10px;
}

.detail img{
margin-bottom:1em;
}

#entryFtrLink{
text-align:center;
margin-bottom:30px;
}

#prev{
background:url(../img/arrowIco01.gif) left 3px no-repeat;
padding-left:20px;
}

#next{
background:url(../img/arrowIco02.gif) right 3px no-repeat;
padding-right:20px;
}

