@charset "UTF-8"; /* 文字コード宣言 */

body {
	width: 45em;
}

em {
	font-weight: 700;
	font-style: normal;
}

div.section {
	overflow: hidden;
}
div.section:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
* html div.section {
	height: 1px;
	overflow: visible;
}

div.code {
	background: #F6F6F6;
	border: solid #DDDDDD 1px;
	width: 50em;
	overflow: auto; max-height: 20em;
	margin: 10px 0px;
	font-size: 80%;
}
.code pre {
	display: block;
	padding: 1em 0.1em 1em 2em;
	margin: 0px;
	font-size: 100%;
}
.code code {
	font-size: 100%;
}
.code div.caption {
	font-size: 110%;
	padding-left: 10px;
	padding-top: 1em;
	border-bottom: double #DDDDDD 3px;
	margin-right: 20em;
	margin-left: 3px;
	margin-bottom: 10px;
	font-weight: 700;
}
.code div.caption a {
	color: #666666;
}

div.illust {
	/*display: inline;*/
	width: 130px; height: 130px;
	overflow: hidden;
	border: solid 1px #666;
	margin-right: 5px;
	float: left;
}
.illust img{
	border: none;
}
