@charset "utf-8";

/* for only TOPICS side */
#recently li,#archives li,#categories li{
box-shadow:none;
margin-bottom:0.5em;
}

/* for TOPICS contents */
#blog_bg{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
	position:relative;
	top:-3px;
	height:90px;
	background:#2E8B57;
	background:url("../images/cont_bg.png") transparent;
	margin-bottom:20px;
}

#p_title{
	color:#fff;
    font-size: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 2px #000;
	margin:4px 0 8px 10px;
}

#blog_link{
	font-size: 12px;
    font-weight: bold;
    position: relative;
    right: 20px;
    text-align: right;
    top: -50px;
}

#blog_link a:link,#blog_link a:visited{
	font-weight: bold;
	color:#237abf;
}

#blog_link a:hover{
	font-weight: bold;
	color:#ff4500;
}

.sml {
	font-size:18px;
	color:#fff;
	line-height:1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 2px #000;
	width:364px;
	position:relative;
	top:-66px;
	left:270px;
}

.lt{
	text-align:right;
}

.p_stitle{
	margin-left:10px;
	font-size:14px;
	color:#000;
	text-shadow:1px 1px 0 #fff;
}

#bloglist{
	text-align:right;
	margin-top:14px;
	display:none;
}

#bloglist a{
	cursor: pointer;
}

address a:link,address a:visited{
	color:#fff;
}
/* end of stylesheet */