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

div.update {
	background:#FFE6B0;
}
/* div.calendar */
div.calendar {
	clear:both;
	margin:20px auto;
}
div.calendar table {
	width:100%;
	border-collapse: collapse;
	border: 1px solid;
}
div.calendar th, div.calendar td {
	min-width:128px;
	border: 1px solid;
	padding:6px;
	text-align:center;
}
div.calendar th {
	min-width:60px;
	white-space:nowrap;
}
div.calendar tr.month {
	background-color:#FFE6B0;
	white-space:nowrap;
	padding-top:4px;
	padding-bottom:4px;
}
div.calendar tr.activity th {
	background-color:#eeeeee;
}
div.calendar td ul{
	text-align:left;
	padding:0 0 0 1em;
}

/* div.katudou */
div.katudou {
	clear:both;
}
/* div.topic */
div.topic {
	clear:both;
	margin-top:24px;
}
div.topic h3 {
	background-color: #EEE;
	color:#F60;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: bolder;
	width: 700px;
	margin-bottom:16px;
	padding:6px;
}
div.topic div.picture {
	float:right;
	width:192px;
	margin-left:1em;
}
div.topic div.picture img {
	margin-bottom:2px;
	clear:both;
}
div.topic .result {
	margin:0.5em 1em;
}