@charset "UTF-8";
/* CSS Document */

/* for main navigation ==================================*/

/* 現在ページ表示 */
#main_nav li#blog a {
	background-image:url(../img/common/nav_on.jpg);
	background-repeat:repeat-x;
}


/* for right contents ==================================*/

#content_right {
	background-image: none;
}
.asset {
	font-size: 0.7em;
	width: 450px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #96C84F;
	margin-bottom: 20px;
	padding-bottom: 10px;
	float: left;
}
.asset ul li {
	float: left;
	margin-left: 10px;
}
#cal table {
	width: 260px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}

#cal table tbody tr td a {
	color: #eb6100;
}

#cal table tbody tr td a:hover {
	color: #eb6100;
	text-decoration: underline;
}

#cal_bg_top {
	background-image: url(../img/blog/cal_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 9px;
}
#cal_bg_bottom {
	background-image: url(../img/blog/cal_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 9px;
}
#cal {
	background-image: url(../img/blog/cal_bg.jpg);
	background-repeat: repeat-y;
	width: 280px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.archive_link {
	margin-bottom: 20px;
}
.archive_link h4 {
	margin-bottom: 10px;
}
#prof {
	width: 281px;
	background-image: url(../img/common/right_content_bg.gif);
}
#prof #right_01 .blog {
	visibility: hidden;
}

/* for left contents ==================================*/

#content_left div.entry h3 a {
	text-decoration: underline;
}

#content_left div.entry h3 a:hover {
	text-decoration: none;
	color: #fff100;
}



/* for comments erea ==================================*/
.comments {
	margin-top: 20px;
	font-size: 0.96em;
}
h2.comments-header {
	background-color: #CCCCCC;
	line-height: 30px;
	color: #FFFFFF;
	background-position: center;
	padding-left: 5px;
	margin-bottom: 15px;
}
abbr.published {
	font-size: 0.65em;
}
span.author {
	color: #F6921E;
}
.comment-content {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #EEEEEF;
}
h2.comments-open-header {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #96C84F;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* ページネーション */
p#archivenation {
	text-align: center;
	font-size: 0.96em;
}


