/* layoutCSS Document */
body {
	background: #ecf9ed url(./images/bg.jpg) repeat-x;
	margin-top: 0px;
}

div#wrapper_blog {
	width:800px;
	margin:0px auto 50px;
	height: auto;
	border: 1px solid #CCCCCC;
	background: #FFF;
	overflow: hidden;
}


/* all */

ul {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 0px;
}
li {
	padding-bottom: 7px;
}
a:link {
	color: #0F4956;
}
a:visited {
	color: #A46442;
}
a:hover {
	color: #54B94A;
}
a:active {
	color: #54B94A;
}


/* header */

#b_header {
/*	height: 260px;*/
	width: 800px;
	padding-bottom: 17px;
}
#b_header img {
	border: 0px;
}
#blog_logo {
	height: 130px;
	width: 261px;
	padding-left: 22px;
	padding-top: 42px;
	background: url(./images/esyokunin.gif) no-repeat 22px 20px;
	float: left;
	clear: left;
}
#b_picture {
	float: right;
	clear: right;
	padding-top: 18px;
	padding-right: 20px;
}
#b_date {
	height: 60px;
	width: 760px;
	padding-left: 18px;
	padding-top: 12px;
	text-align: right;
	clear: both;
	background: url(../images/line3.gif) no-repeat 18px 51px;
	padding-bottom: 5px;
}

/* contents */

#b_left {
	width: 547px;
	float: left;
	padding: 0px 10px 10px;
}
#b_right {
	width: 210px;
	float: left;
	border: 1px solid #d9c7b2;
	background: #f2ece4;
	padding-top: 10px;
}
#b_footer {
	clear: left;
	background: url(./images/line2.gif) no-repeat 0px 20px;
	height: 35px;
	text-align: center;
	padding-top: 40px;
}


/* entry */

#b_main {
	width: 510px;
	color: #0F4956;
	font-size: 12px;
	line-height: 130%;
	background: url(./images/line4.gif) no-repeat 10px bottom;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 40px;
}
#nikki_date {
	background: url(./images/tensen.gif) no-repeat 0px 17px;
	height: 19px;
	font-size: 16px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}
#nikki_title {
	font-size: 14px;
	font-weight: bold;
}


/* sidemenu */

.b_content {
	width: 190px;
	color: #0F4956;
	font-size: 12px;
	padding-top: 10px;
	margin: 0px 10px;
}
.b_content_title {
	width: 190px;
	border-bottom: 1px solid #030;
	padding-bottom: 3px;
}
.b_content li a:link,
.b_content li a:visited {
	text-decoration: none;
}
.b_content li a:hover {
	text-decoration: underline;
}
#totop {
	text-align: center;
}


/* calendar */
.b_content table {
	width: 190px;
}
caption {
	text-align: center;
	font-size: 14px;
	font-family: Arial,sans-serif;
	font-weight: bold;
}
.b_content table th,
.b_content table td {
	text-align: center;
	width: 26px;
	font-family: Arial,sans-serif;
}

.today {
	display: block;
	background-color: #d9d0c5;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
	color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
	color: #0000ff;
}