/* óüpCSS */

* {margin: 0; padding: 0;}
body {
/*
	margin: 0;
	padding: 0;
*/
	font-size: 80%;
	background: #fff;
	line-height: 1.5;
}

h2 {font-size: 130%;}
h3 {font-size: 120%;}
h4 {font-size: 110%;}
h5 {font-size: 100%;}
p {}
img {border: 0;}
input {font-size: 12px;}
.clear {clear: both;}

#container {
	width: 100%;
	text-align: left;
	position: relative;
}

/* header css --------------------------------------------------------------------------------------------------------- */
#header {
	position: relative;
	z-index: 3;
}
#header h1 {
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
}
#header h1 strong {
	display: block;
	margin: 0 0 2px 0;
	padding: 0;
	font-weight: normal;
}

#header h1 img {display: none;}
#header h1 span {font-size: 20px;}
#header p {display: none;}
/* -------------------------------------------------------------------------------------------------------------------- */

/* navigation */
#navigation {
	display: none;
}

/* contents css ------------------------------------------------------------------------------------------------------- */
#contents {
	margin: 20px 0;
	padding: 0;
	text-align: left;
	position: relative;
	z-index: 1;
}
/* -------------------------------------------------------------------------------------------------------------------- */

/* footer CSS --------------------------------------------------------------------------------------------------------- */
#footer {
	border-top: 1px solid #000;
	position: relative;
	z-index: 2;
}
#footer dl {list-style: none; margin: 0; padding: 0; position: absolute; top: 5px; left: 0px;}
#footer dt {margin: 0; padding: 0; line-height: 1.3;}
#footer dd {margin: 0; padding: 0; line-height: 1.3;}

#footer p {
	position: absolute;
	top: 20px;
	right: 0px;
	text-align: right;
	font-size: 12px;
	font-family: 'Arial', 'Helvetica', sans-serif;
}
/* -------------------------------------------------------------------------------------------------------------------- */

/* contents ------------------------------------------------------------------------------------------------------- */
h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 18px;
}

#contents h3 {
	margin: 0 0 1em 0;
	padding: 3px 0 3px 12px;
	font-size: 14px;
	background: #EEE7E0;
}

#contents table {
	border-collapse: collapse;
	border: 1px solid #9cb2e1;
	width: 100%;
	margin: 0 0 15px 0;
}

#contents table caption {
	text-align: left;
	font-weight: bold;
}
#contents table th {
	border: 1px solid #9cb2e1;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	background: #ddecf5;
	width: 8em;
}
#contents table td {
	border: 1px solid #9cb2e1;
	padding: 5px;
	vertical-align: middle;
	background: #fff;
}

#contents ul {margin: 0; padding: 0;}
#contents ul li {list-style-type: disc; margin: 0 0 0 20px; padding: 0;}

#contents dl {list-style: none; margin: 0.5em 0 0 0; padding: 0;}
#contents dt {margin: 0; padding: 0; line-height: 1.5;}
#contents dd {margin: -1.5em 0 0.5em 11em; padding: 0; line-heignt: 1.5;}

p.footnote {margin-bottom: 2em;}

strong {color: #6666FF; margin-left: 2px; margin-right: 2px; font-weight: normal;}
span {color: #6666FF; margin-left: 2px; margin-right: 2px; font-weight: normal;}

