/* @override http://101lab.net/design/styles.css */

/* DESIGN */

h1#header-name,
#header-name{
	margin: 0;
	padding: 0;
}

#header-name a{
	color: orange;
	font: bold 50px Georgia, "Times New Roman", Times, serif;
}

h2#header-description,
#header-description{
	margin: 0;
	padding: 0;
}

#recentEntry-Title,
#categoryList-Title,
#monthlyList-Title,
#tagCloud-Title{
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 8px 5px;
	background-color: #333;
	margin: 0;
}

#recentEntry-Title,
#monthlyList-Title,
#tagCloud-Title{
	margin-top: 3px;
}

.archives-box{
	padding:10px 5px ;
	margin-bottom: 5px;
}

#monthlyList-Box{
}

#recentEntry-Box{
	background: none;
}

#recentEntry-Box li{
	background: url(/common/images/navi/li_icon_d.gif) no-repeat 0 3px;
}

