* {
	font-family: "ヒラギノ角ゴ Pro W3", hirakakupro-w3, "メイリオ", "ＭＳ Ｐゴシック", osaka, arial;
}

h2, h3{
	margin: 1em 0;
	font-weight: bold;
}

h3{
}

h2{
	border-bottom: 1px solid rgb(58,133,231);
}


p{
	line-height: 1.5;
}

#header{
	height: 150px;
	background-image: url('header.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#main{
	text-align: center;
}

#content{
	margin-top: 1em;
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

table{
	border-collapse: collapse;
}

th {
	text-align: center;
	background-color: rgb(236,243,253); 
}

th, td{
	padding: 5px;
	border: 1px solid rgb(58,133,231);
}

dt{
	margin-bottom: 0.2em;
	color: rgb(80,80,80);
	font-weight: bold;
}

dd{
	margin-bottom: 1em;
}

li{
	margin-left: 2em;
}