@charset "utf-8";
/**** tags
********************/
html,body {
	margin: 0px;
	padding: 0px;
}
body {
	font: 100%/1.2 sans-serif;
	background-color: #F0FFFF;
	color: #000000;
}
body,td,th {
/*	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
html,body,p,img {
	border-width: 0px;
	border-style: none;
}
a {
	color: #0066ff;
}
a:link {
	text-decoration: underline;
	color: #3333ff;
}
a:visited {
	text-decoration: none;
	color: #6666ff;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
	color: #000000;
	text-decoration: none;
}

dt {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .8ex;
}
dd {
	margin-top: 0;
	margin-bottom: 0;
}
.complementary {
  font-size: x-small;
  color: #666666;
}

hr {
	clear:left;
}

.form form fieldset,
.form form p {
	border: 1px solid #ace;
	padding: 15px;
	margin: 20px;
}


/**** footer
********************/
#footer {
	margin-left: 50px;
	width: auto;
	float: none;
	text-align: center;
	margin-top: 20px;
	border-top: 2px dotted #ccffcc;
	margin-right: 50px;
	clear: both;
}
#footer h2 {
	display: none;
}

#footer address {
	font-size: smaller;
	font-style: italic;
	line-height: 130%;
	color: #3366FF;
	margin: 0 0 15px;
	background-color: #F0FFF0;
}
#footer address+address {
	margin-top: -15px;
}
#footer ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
#footer li {
	display: inline;
	margin-right: 3px;
	margin-left: 2px;
}

