* {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.pink_bold {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
a:link, a:visited {
	color: #F90083;
}
a:link:hover, a:visited:hover {
	text-decoration: none;
}
body {
	text-align: center;
	background: url(/img/blog/bg.gif);
	font: 12px/1.5em Tahoma, Arial, Helvetica, sans-serif;
}
#body {
	width: 800px;
	margin: 0px 15px 0px 9px;
	background-color: #FFFFFF;
	position: relative;
}
#container {
	width: 825px;
	margin: 0px auto;
}
#container #header {
	background: url(/img/blog/logo.gif) no-repeat center;
	height: 402px;
	position: relative;
}
#container #header h1 {
	text-indent: -9999px;
}
#container #header a {
	display: block;
	height: 110px;
	position: absolute;
	bottom: 95px;
	left: 55px;
	width: 540px;
}
#container #header p {
	text-indent: -9999px;
}
#container #menu {
	display: none;
}
#logs {
	width: 600px;
	background: #FFFFFF;
	float: left;
}
#diary {
	background: #FFFFFF;
	float: left;
}
#diary h2 {
	display: none;
}
#diary .diary {
	margin: 20px 20px 20px 30px;
	width: 550px;
}
#diary .diary .entry_name {
	background: url(/img/blog/diary_head.gif);
	height: 155px;
	position: relative;
}
#diary .diary .entry_name ul {
	list-style: none;
}

#diary .diary .entry_name h3 {
	position: absolute;
	bottom: 30px;
	font-size: 14px;
	color: #FB0064;
	letter-spacing: 0.2em;
	left: 40px;
}
#diary .diary .entry_name .date {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	bottom: 30px;
	right: 10px;
}

#diary .diary .text {
	background: url(/img/blog/diary_bg.gif) repeat-y center top;
	text-align: left;
	padding: 20px 20px 20px 30px;
}
#diary .diary .text p {
	padding: 15px;
}

#diary .diary .info {
	background: url(/img/blog/diary_btm.gif) no-repeat bottom;
	text-align: right;
	height: 80px;
	padding: 0px 20px;
}
#diary .diary .info li {
	display: inline;
}
#diary .list {
	border: 2px dotted #FF8080;
	margin: 30px 40px;
	text-align: left;
	padding: 12px;
}
#trackback, #comment {
	margin: 20px 20px 20px 30px;
	text-align: left;
	padding: 15px;
	border: 2px dotted #FF8080;
	width: 460px;
	float: left;
}
#page, #navi {
	margin: 20px 20px 20px 30px;
	text-align: right;
}
#page ul, #navi ul {
	text-align: right;
}

#page li, #navi li {
	display: inline;
	margin: 8px;
}



#navigation {
	float: left;
	width: 200px;
	background: #FFFFFF;
	margin-top: 30px;
}
#navigation .block {
	margin-bottom: 12px;
	text-align: left;
	text-indent: 10px;
}
#navigation .block h2 {
	background: url(/img/blog/menu.gif) no-repeat;
	height: 39px;
	width: 180px;
	line-height: 20px;
	padding-top: 15px;
	letter-spacing: 0.2em;
	text-align: left;
	text-indent: 60px;
	color: #FFFFFF;
}


#navigation .calendar {
	text-align: center;
}
#navigation .calendar .block h2 {
	display: none;
}
#navigation .calendar .block table {
	text-align: center;
	margin: 8px auto;
}
#navigation .calendar .block table td {
	text-align: center;
	padding: 3px;
}
#navigation .calendar .block ul {
	text-align: center;
}
#navigation .calendar .block li {
	display: inline;
	margin: 10px;
}
#navigation .calendar .block li a {
	font-size: 10px;
}
address {
	font-size: 10px;
	letter-spacing: 0.1em;
	font-style: normal;
	text-align: left;
	margin-left: 10px;
}
address a {
	font-size: 10px;
}
#footer {
	background: url(/img/blog/btm.gif) no-repeat center bottom;
	height: 190px;
}
fieldset {
	border-style: none;
	text-align: left;
	width: 600px;
	margin: 20px;
}
#form {
	float: left;
	text-align: left;
	margin-left: 20px;
}
