@charset "UTF-8";
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	font-size: 0.88em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.akamoji {
	color: #F33;
}
figure {
	display: block;
	width: 100%;
}
figure img {
	padding: 10px;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}

figcaption {
	font-weight: normal;
	text-align: left;
	display: block;
	margin-top: 0.5em;
	color: #333333;
	font-size: 9pt;
	width: 90%;
}
.prog {
	font-size: 13px;
	margin-left: 40px;
}
.prog a{
	text-decoration: none;
}
.prog a:hover{
	text-decoration: underline;
}
.prog img{
	border: 1px solid #ADADAD;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
h3 {
	color: #066;
}
