@import url("style.css");
p.signature { text-align:right; }
dl { margin:10px 5px; font-size:0.8em; }
dt { font-weight:bold; float:left; clear:left; padding:5px; }
dd { overflow:hidden; padding:5px; }
.post p { margin-bottom:20px; }
#profile { border:1px solid #7284a6; padding:10px; }
table { font-size:0.8em; width:100%; line-height:1.6em; }
th { border-bottom:1px dotted #ccc; border-right:1px dotted #ccc; padding:6px 10px; text-align:right; font-size:0.85em; }
td { border-bottom:1px dotted #ccc; padding:4px 10px; }

/* map */
div#map { width: 400px; height: 300px; margin:10px auto 10px 0; border:1px solid #dedede; }

/* topics */
#topics { background: url(../img/common/side_topic_bg.png) bottom no-repeat; padding-bottom:10px; margin:0 0 10px 0; }
#topics .title { background: url(../img/common/side_topic_title.png) bottom no-repeat; width:200px; height:37px; margin-bottom:6px; }
#topics .title p { text-align:center; font-size:13px; padding-top:8px; }
.topic { clear:both; width:170px; margin:0 auto 10px auto; border-bottom: 1px solid #c8c8c8; padding:10px 0 20px 0; }
.topic.last { border-bottom: none; }
.topic p { font-size:12px; line-height:19px; }
.topic img.right { margin:0 0 0 0; }
