h2
{
	background: url("../img/profile/h2.gif") no-repeat top left;
}

table
{
	width: 100%;
}

th, td
{
	padding: 3px 5px;
	margin: 2px;
}

th
{
	background-color: #eee;
	text-align: left;
	width: 100px;
	text-indent: 1em;
}

td ol
{
	margin-left: 30px;
	list-style-type: lower-alpha;
}

dl
{
	margin-top: 20px;
}

dt
{
	font-weight: bold;
}

dd
{
	padding-left: 2em;
}

/* 地図表示関連スタイル
------------------------------------------------------------*/
#mapcontainer
{
	position: absolute;
	z-index: 110;
	left: 50%;
	top: 50%;
	margin-left: -225px;
	margin-top: -225px;
	width: 500px;
	height: 500px;
	background-color: #fff;
	border: 1px solid #aaa;
	display: none;
}

#close
{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

#map
{
	width: 480px;
	height: 470px;
	margin: 20px 10px 10px 10px;
}

#marker
{
	text-align: center;
	font-size: 90%;
}
