div#contents{
	height:100%;
}
h2{
	margin-top:10px;
}
h3{font-size:24px; line-height:1.2;
	margin:0 0 10px 0;
}
h4{
	font-size:140%;
	border-left: 8px solid #FDAD33;
	border-bottom:1px solid #FDAD33;
	padding:4px 0 4px 6px;
	margin-top:40px;
	clear:both;

}

div.inline-img{
	width:202px;
}
div.inline-img img{
	border:1px solid black;
	width:200px;
}
span.caption{
	font-size:90%;
	color:blue;
	line-height:1.1;
	display:block;
	padding:0 3px 10px 3px;
}
div.img-right{
	width:202px;
	float:right;
	margin:0 0 10px 15px;
}
div.img-right:after { content: ""; display: block; clear: both; }

div.img-center{
	z-index:1;
	margin:0 auto 20px auto;
}

div.img-center-2{
	width:420px;
	z-index:1;
	margin:0 auto 20px auto;
	clear:both;
}
div.img-center-2:after { content: ""; display: block; clear: both; }
div.img-center-2 div.inline-img{
	float:left;
	margin-right:8px;
}

div.img-center-3{
	width:620px;
	z-index:1;
	margin:0 auto 20px auto;
}
div.img-center-3:after { content: ""; display: block; clear: both; }
div.img-center-3 div.inline-img{
	float:left;
	margin-right:4px;
}

p{line-height:1.6; margin-bottom:1.3em; font-size:100%;}

dl,dt,dd{margin:0; padding:0;}


div.authorDetail{
	border:1px solid gray;
	padding:10px;
}
div.authorDetail:after { content: ""; display: block; clear: both; }
div.authorDetail div.authorImage{
	float:left;
	margin-right:6px;
}

table.filetypes{
	width:640px;
	border:1px solid gray;
	font-size:10px;
	text-align:center;
}
table.filetypes td{
	border:1px solid #ccc;
	padding:2px;
}
table.filetypes td.filetype{
	background-color:pink;
}
table.filetypes td.protcol{
	background-color:aliceblue;
}
p.kokuchi{
	font-size:16px;
	text-align:center;
	font-weight:bold;
	color:red;
}
p a{
	font-weight:bold;
	text-decoration:underline;
	color:blue;
}
h3{
	border-bottom:1px solid gray;
	padding:2px 0 8px 0;
	line-height:1.5;
}
div.addition{
	width:500px;
	margin-left:40px;
	border:1px solid gray;
	padding:5px 15px 4px 15px;
	background-color:#FFF0DD;
}
div.addition h5{
	font-size:16px;
	border-bottom:1px solid black;
}
dd{padding-bottom:10px;}
dd a{color:blue; font-weight:bold;}

span.annotation{
	font-size:10px;
	color:#666;
}
.caution{
	font-size:85%;
	color:gray;
}