/*<!--*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 1em;
	color: gray;
	background-color: white;
	font-size: 12pt;
	font-family: Verdana, Arial, sans-serif;
	text-align: center; /* IE対策 */
	width: 0px; /* IE対策 */
	height: 0px; /* IE対策 */
}

#wrapper {
	background-color: white;
	text-align: left;
}

#wrapper, #header {
	width: 55em;
}

#content {
	margin-top: 11em;/* 8em■ */
}

.section {
	margin: 1em;
}

#header {
	position: absolute;
	top: 2.3em;
}

#logo {
	border: solid 1px silver;
}

#logo p {
	margin: 0em;
/*	background-color: #efefef; 削除■ */
	font-size: 1.5em;/* 追加■ */
}

#logo p .attention {
	font-size: 2em;/* 1.5em■ */
}

#logo img {/* 追加■ */
	float: left;
	margin: 10px 25px 10px 10px;
}

#bread {/* 追加■ */
	clear: left;
}

#bread p {
	margin-top: 0.5em;/*margin-bottom: 0.5em;*/
	font-size: 0.8em;
}

img {/* 追加■ */
	border-style: none;
}

/* http://css-eblog.com/csstechnique/css-8.html */
#menu {
	margin-top: 0em;
}

#menu ul li {
	float: left;
	position: relative;
	margin-right: 0.2em;
	width: 6em;
	line-height: 2em;/*line-height: 1.2em;*/
	background-color: navy;/* #efefef■ */
	border: solid 1px silver;
	color: white;/* 追加■ */
	text-align: center;
}

#menu ul li ul {
	border: solid 1px lime;
	border: none;
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 2em;/*top: 1.2em;*/
	left: -1px;
	width: 6em;
	height: 0;
	z-index: 100;
}

#menu ul li a {
	font-family: verdana, sans-serif;
	color: #000;
	display: block;
	text-decoration: none;
	line-height: 2em;/*line-height: 1.2em;*/
	background-color: white;
	color: navy;/* 追加■ */
}

#menu ul li a:hover {
	position: relative;
	z-index: 100;
	background-color: navy;/* #efefef■ */
	color: white;/* 追加■ */
}

#menu ul li:hover ul, #menu ul li a:hover ul {
	visibility: visible;
	overflow: visible;
	height: auto;
	z-index: 10;
}

#menu, #menu ul li, #menu ul li ul li, #menu ul li a {
	height: 2em;/*height: 1.2em;*/
}

#footer {
	font-size: 0.6em;
	text-align: center;
	border: solid 1px silver;
/*	background-color: #efefef; 削除■ */
}

#footer a, #validator a {
	text-decoration: none;
	color: gray;
}

#validator {
	margin: 0.5em 0em;/* 追加(リンクのため)■ */
	font-size: 0.6em;
	text-align: center;
}

#search {
	position: absolute;
	top: 2.3em;
	left: 57em;
	width: 19em;
	padding: 0.5em 0em 0em 0.5em;
	border: solid 1px silver;
	text-align: left;
}

#search p {
	font-size: 0.7em;
	font-weight: bold;
}

h1, h2 {
	font-size: 1em;
	font-weight: normal;
}

h2 {
	margin-bottom: 0.5em;
	padding: 0.5em;
	background-color: navy;/* silver■ */
	color: white;/* 追加■ */
}

p {
	margin-bottom: 0.5em;
}

ul {
	list-style: none;
}

li {}

dl {
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 1em;
	margin-bottom: 0.5em;
}

a:hover {
	text-decoration: underline overline;
}

.attention {
	font-weight: bold;
}

.center {
	text-align: center;
}

.floatLeft_width6 {
	float: left;
	width: 6em;
}

.warning {
	color: #cc0000;
}

.note {
	font-size: 0.6em;
}

.column {
	margin-bottom: 0.5em;
}

.column p {
	margin: 0em;
	font-weight: bold;
}

label {
	margin-right: 0.8em;
}

fieldset {
	border: none;
	width: 53em;
}

.lw, 
.l {
	text-align: right;
	width: 9em;
}

.l {
	clear: left;
	float: left;
}

.r {
	margin-left: 9.5em;
	width: 43em;
}

.l, 
.r {
	padding-top: 0.5em;
}

button {
	margin-top: 1em;
}

.button {
	text-align: center;
}

.container {
	padding: 1em;
	border: solid 1px silver;
}
.floatLeft_width20 {
	float: left;
	width: 20em;
}

/*-->*/
