@charset "UTF-8";

/*=======================*/
/* ブログ　　　　　　　　*/
/*=======================*/

#contents{
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
	border-bottom: solid 1px #D9CEA6;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	overflow: auto;
}

#intro{
	position: relative;
	height: 130px;
	background-image: url(../img/blog/blog_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border-bottom: solid 1px #D9CEA6;
}

#intro h2 a {
	position: absolute;
	top: 40px;
	left: 30px;
	width: 305px;
	height: 106px;
	text-indent: -9999px;
	background-image: url(../img/blog/h2_blog.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.content-nav {
	text-align:center;
}

/*=======================*/
/* 右カラム　　　　　　　*/
/*=======================*/

#rightcol{
	float: right;
	padding: 40px 0;
	width:700px;
}

/* ---------- */

div.article{
	width: 640px;
	margin: 0 40px 80px 0;
}

div.article h3{
	margin-bottom: 15px;
	padding: 10px 0 10px 10px;
	background-image: url(../img/common/footer_bg.png);
}

div.article p.date{
	margin-bottom: 20px;
	text-align: right;
}

div.article p.date span{
	border-bottom: dotted 1px #999;
}


/*=======================*/
/* 左カラム　　　　　　　*/
/*=======================*/

#leftcol{
	width: 230px;
	height: 100%;
	padding-top: 40px;
	background-image: url(../img/common/footer_bg.png);
	border-right: solid 1px #D9CEA6;
}

#leftcol div{
	margin: 0 10px 40px 10px;
}

#leftcol div h3{
	margin-bottom: 10px;
	padding: 3px 0;
	text-align: center;
	color: #FFF;
	background-image: url(../img/blog/blog_header_bg.png);
}

#leftcol div h3 a {
	color: #FFF;
	text-decoration:none;
}

/* ---------- */

#calendar h3{
	display: none;
}

#calendar table{
	width: 100%;
	background-color: #FFF;
	border-collapse: collapse;
}

#calendar table caption{
	padding: 3px 0;
	text-align: center;
	color: #FFF;
	background-image: url(../img/blog/blog_header_bg.png);
}


#calendar table th,
#calendar table td{
	padding: 2px 0;
	text-align: center;
	border: solid 1px #D9CEA6;
}

#calendar table td a{
	font-weight:bold;
	text-decoration: underline;
}

table .sunday{ color: #B06C4C; }
table .saturday{ color: #43AEBA; }

.asset-footer {
	margin-top:20px;
}

