?E?@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: 11px;
	font-style: normal;
	font-family: '?E-?E3 ?E°ゴシチE?￣', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}


BODY {
	padding: 0px;

	


}

h1 {
	margin-bottom: 10px;

	color: #444444;

	font-size: 25px;
	text-decoration: none;
}
h2 {
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 0px double #BBBBBB;
}
p, li, dt, dd, address {
	color: #444444;

	line-height: 1.4;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
ul li ol li {
	margin: 0px 20px 0px 25px;
}
ul li ol {
	margin-bottom: 10px;
}
dl {
	margin-bottom: 15px;
}
dt{
}
dd{
	margin-left: 50px;
}
em {
	font-weight: bold;
}
big {
	font-size: larger;
}
small {
	font-size: smaller;
}
address {
	font-style: normal;
}
IMG {
	
	
	border: 0px;
}
object {
	margin-left: 10px;
}

pre {
	width: 430px;

	margin: 10px;
	padding: 5px;
	border: 1px solid #DDDDDD;

	overflow: auto;
}
code, var, kbd {
	color: #000080;

	font-family: '?E-?E3 ゴシチE?￣', monospace;
	line-height: 1.2;
}
blockquote {
	margin: 10px;
	border-left: 2px solid #7777AA;
}
blockquote p {
	color: #999999;
}

form dl {
	margin-bottom: 15px;
}
form dt {
	float: left;
	clear: left;
	width: 7em;
}
form dd {
}
form dd textarea {
	margin-top: 2px;
}
form ul {
	margin: 0px 0px 20px 0px;
}
form li {
	list-style-type: none;
}
fieldset {
	border: 0px solid #000000;
}
legend {
	display: none;
}
input, select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
	font-family: Verdana, Arial, sans-serif;
}
form p input {
	margin-bottom: -2px;
}
textarea {
	padding: 1px;

	font-family: '?E-?E3 ゴシチE?￣', monospace;
	line-height: 1.2;
}

TABLE {
	
	border : 0px;
	border-collapse: collapse;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
th {
	padding: 3px;




	text-align: center;
}
TD {
	
	border-top-width;
  font-size : 10pt;
}
td input {
	margin: -20px;
}

a:link, a:visited {
	color: #0000CC;

	text-decoration: underline;
}
a:active, a:hover {
	color: #FF7700;

	text-decoration: underline;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 720px;

	margin: 0px auto;
	padding: 15px;
	border-top: 10px solid #666666;
	border-bottom: 10px solid #666666;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;

	background-color: #FFFFFF;
}
html>body div#container {
	width: 680px;
}

div#navigation {
	width: 280px;

	float: left;
}
div#contents {
	float: left;
	width: 460px;
	margin: 1px auto;
	padding: 15px;
	
}
div#footer {
	width: 560px;

	float: left;
}

/* ----- 個別持ER?E-------------------------------------- */

.search td {
	width: 15px;

	text-align: center;
}

.file {
	text-align: center;
}

.header TABLE {
	margin-bottom: 10px;
	border: 0px solid #666680;
	border-collapse: collapse;
}
}