@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font: 14px/20px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif
}
h1 {
	margin-top: 0;
}
h1.title {
	border-bottom: 2px solid #ff9900;
	line-height: 40px;
	text-indent: 20px;
}
h2 {
	background-color: #ffebcd;
	line-height: 30px;
}
img {
	vertical-align:bottom;
}
#noheadernofooter {
	width: 800px;
	background-color: #fff;
}
#noheadernofooter #content {
	width: 760px;
	padding: 0 20px;
}
#noheadernofooter table {
	border-collapse: collapse;
	background-color: #fdfad9;
	margin: 0 auto;
}
#noheadernofooter ol, #noheadernofooter ul {
	padding-left: 20px;
}
.aligncenter {
	text-align:center;
}