body {
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 15px;
}

#container_diary {
	width: 280px;
	padding-right: 7px;
}
#header_diary {
	height: 35px;
}
#day_diary {
	background-image: url(img/day_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	width: 77px;
	padding-left: 4px;
	float: left;
}
#icon_diary {
	height: 35px;
	width: 34px;
	float: right;
}
#icon_chara {
	float: right;
	height: 73px;
	width: 47px;
}
#footer_diary {
	width: auto;
	height: 73px;
}
#footer_txt {
	float: left;
	width: auto;
}
#next {
	float: left;
	clear: both;
	width: 285px;
	padding-top: 15px;
	color: #DEBCD9;
}
a:link {
	color: #DEBCD9;
}
a:visited {
	color: #DEBCD9;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #DEBCD9;
}