* { margin: 0px; padding: 0px; }
div, img { margin: 0px; padding: 0px; }
img{ border:none;}


body {
	margin: 0px; padding: 0px;
	font-family:verdana, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "lr oSVbN", "MS PGothic", Sans-Serif;
	color:#fff; font-size:12px;
	background-color: #000000;
}

body.calendarbody {
	margin: 0; padding0;
	background:url(http://www.vampirebund.com/blg/image/bg_sideBar.jpg) top center no-repeat;
}


#container{
	width:848px; border-left:1px solid #ad9a59; border-right:1px solid #ad9a59;
	margin:0 auto; background-color:#3d0f0f;
}
#header{
	width:848px; height:204px; background:url(http://www.vampirebund.com/blg/image/header.jpg) top center no-repeat;
}
#header h1{ display:none;}
#header p{ display:none;}


#blogContent{ background:url(http://www.vampirebund.com/blg/image/bg_blog.jpg) top center repeat-y; }


#blogFooter{
	width:848px; height:32px; background:url(http://www.vampirebund.com/blg/image/footer.jpg) top center no-repeat;
}


/* link
-----------------------------------------------*/
a { color:#c7161e; font-weight:bold;}




/* mainCol
-----------------------------------------------*/
#blogMainCol{width:635px; float:left; padding-left:14px;}
#blogTxtCol{ width:633px; border-top:1px solid #ad9a59;}
/* entry */
.entry{ color:#000; padding:9px 14px;}
.entryTitle h2{
	height:38px; font-size:12px;
	background:url(http://www.vampirebund.com/blg/image/icon_title.jpg) top left no-repeat;
	line-height:38px; padding-left:40px;
}
.entryTitle h2 a{text-decoration:none; color:#000;}
.entryBody{ padding:8px 0; line-height:170%;}
.entryFoot{ font-size:10px; text-align:center; border-top:1px solid #990000; padding:5px 0 15px;}


.pagelink{ text-align:center; padding:10px 0;}


/* sideBar
-----------------------------------------------*/
#blogSideBar{
	width:170px; padding:0 14px 0 15px; float:right; height:100%;
	background:url(http://www.vampirebund.com/blg/image/bg_sideBar.jpg) top center no-repeat;
}
#blogSideBar dl{ width:170px; }
#blogSideBar dl dt h2{ font-size:12px;}


/* calender */
dl#calender dt {
	width:148px; height:24px; background:url(http://www.vampirebund.com/blg/image/bg_sideTitle.jpg) top center no-repeat;
	line-height:24px; padding:0 11px;
}
dl#calender dt h2.calenderTitle { font-size:12px; width:124px; display:block; float:left; text-align:center;}
dl#calender dt span { width:12px; text-align:center; float:left;}
dl#calender dd table { border:none; width:170px; color:#000; line-height:135%; margin-bottom:5px;}
dl#calender dd table td { text-align:center;}




/* archives */
dl#archives { padding-bottom:5px;}
dl#archives dt {
	width:170px; height:24px; background:url(http://www.vampirebund.com/blg/image/title_archives.jpg) top center no-repeat;
}
dl#archives dt h2 { display:none;}
dl#archives dd { padding:3px 10px;}


/* categories */
dl#categories { padding-bottom:5px;}
dl#categories dt {
	width:170px; height:24px;
	background:url(http://www.vampirebund.com/blg/image/title_categories.jpg) top center no-repeat;
}
dl#categories dt h2 { display:none;}
dl#categories dd { padding:3px 10px;}


/* btnBack */
#btnBackSite{
	margin:15px auto; display:block; width:166px; height:45px;
	background:url(http://www.vampirebund.com/blg/image/btn_backSite.jpg) top center no-repeat;
}
#btnBackSite a{
	width:166px; height:45px; display:block; text-indent:-10000em; overflow:hidden;
}

/* copyright */
#blogCopy{ font-size:10px; color:#000; padding:5px 5px 20px;}




/* clearfix
-------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


* html .clearfix {
	height: 1%;
}
*:first-child+html .clearfix {
	height: 1%;
}

