/*-------------------------------------------------------------------------
    共通
  -------------------------------------------------------------------------*/
*
{
	padding: 0px;
	margin: 0px;
}

h1 { margin: 0.5em 0px 0.5em 0px; }
h1:first-child { margin-top: 0px; }
h2 { margin: 0.5em 0px 0.5em 0px; }
h2:first-child { margin-top: 0px; }

hr { margin-top: 1em; }

ul { margin: 1em 1em 1em 2em; }

dl { margin: 2em; }
dt { font-size: 150%; }
dd { margin-bottom: 1em; }

th, td
{
	border: 1px solid #000000;
	padding: 0.3em;
}
th { background: #f0fff0; }


/*-------------------------------------------------------------------------
    その他
  -------------------------------------------------------------------------*/
.icon { height: 0.7em; }
.fill { width: 100%; }

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }


/*-------------------------------------------------------------------------
    パンくずリスト
  -------------------------------------------------------------------------*/
#breadcrumbs
{
	z-index: 4649;
	padding: 0.7em;
	background: #808080;
	color: #ffffff;
	border-bottom: 1px solid #000000;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 1em;
	line-height: 1em;
	vertical-align: middle;
}

#breadcrumbs a:link { color: #ffffff; }
#breadcrumbs a:active { color: #ffffff; }
#breadcrumbs a:visited { color: #ffffff; }
#breadcrumbs a:hover
{
	background: #ffffff;
	color: #808080;
}


/*-------------------------------------------------------------------------
    本文
  -------------------------------------------------------------------------*/
#content
{
	margin-top: 32px;
	padding: 2em;
}

#content p { line-height: 2em; }
