html{
	background: #f5f5f5;
}
body{
	width: 750px;
	font: 14px/1.9em sans-serif;
	margin: 0 auto;
	padding: 94px 0;
	color: #333;
	background: #fff;
}
table,td,th,caption{
	border: 1px solid #ddd;
	border-collapse:collapse;
}
td {
	vertical-align: top;
}
#info{
	border: 4px double #ccc;
	border-radius: 2px;
	margin: 8px;
	padding: 8px;
	position: fixed;
	top: 5px;
	width: 710px;
	background: #fff;
	box-shadow:0 1px 1px rgba(0,0,0, 0.1);
}
.foot{
	border: 1px solid #ccc;
	border-radius: 2px;
	margin: 8px;
	padding: 8px;
	text-align: center;
}
.dept, .lead, .main, .caps, .cage, .note, .figs, dl{
	border: 1px solid #ccc;
	border-radius: 2px;
	margin: 8px;
	padding: 8px;
}
.lead:before, .main:before, .caps:before, .cage:before, .note:before, .figs:before{
	border-radius: 2px;
	font-size: 80%;
	padding: 2px 3px;
	color: #ddd;
	background: #333;
}
.lead:before{
	content:"導入部.";
}
.main:before{
	content:"主部.";
}
.caps:before{
	content:"写真説明.";
}
.cage:before{
	content:"囲み記事.";
}
.note:before{
	content:"補足情報.";
}
.figs:before{
	content:"図.";
}
ul.flat{
	list-style: none;
}
span{
	border-bottom:1px dotted rgba(128,128,128,1.0);
}
