@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic";
}

h1 {
	color:#ff0000;
}

h2 {
	padding-top:30px;
	color:#0000ff;
}

ul li.strong {
	color:#ff0000;
}

img {
	border:0;
	margin-right:50px;
}

table {
	margin-top:40px;
	width: 600px;
	border: none;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	border-collapse: separate;
	border-spacing: 0 5px;
}
 
table th {
	vertical-align: middle;
	height: 53px;
	width: 30%;
	border-right: solid 1px #666;
	margin: 0;
	text-align: center;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
 
table td.data {
	padding: 0;
	margin: 0;
	height: 53px;
	width: 70%;
	border: none;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}
 
table td:fst-child {
	padding: 0 0 0 10px;
	vertical-align: middle;
}
 
table td.bar {
	height: 1px;
	width: 100%;
	border-top: solid 1px #34495e;
}
