@charset "EUC-JP";

*{
	margin: 0;
	padding: 0;
}

body {
	font-size: small;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color: #333333;
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
}

ul,ol,li{
	font-size: 14px;
	line-height: 160%;
}

p {
	font-size: 14px;
	line-height: 160%;
}


img {
	border: none;
}

h1 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 100%;
}

h1 a:link {
	color: #006666;
	text-decoration:underline;
}

h1 a:visited {
	color: #006666;
	text-decoration: none;
	text-decoration:underline;
}

h1 a:hover {
	color: #44CDB0;
	text-decoration: none;
	text-decoration:underline;
}

h1 a:active {
	color: #44CDB0;
	text-decoration:underline;
}

h2 {
	padding-bottom: 10px;
}

th, td {
	color: #333333;
}

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear{
	clear:both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
} 

/*¥Ç¥£¥Æ¡¼¥ëÍ×ÁÇÀßÄê*/
div#loginArea {

	width: 372px;
	margin-right: auto;
	margin-left: auto;
	
}

div#footer {
	width: 372px;
}

table#loginTable {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
}

table#loginTable td,table#loginTable th {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 10px;
}

table#loginTable td {
}

table#loginTable td input {
	width: 160px;
	font-size: 14px;
	padding: 6px;
}

table#loginTable th {
}

table#contact {
	width: 372px;
	margin-bottom: 16px;
}

table#contact td,table#contact th{
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 6px;
	vertical-align: top;
	line-height: 160%;
}

table#contact th {
}

p#caution {
	margin-bottom: 16px;
	color: #FF0000;
}

#logo {
	text-align: center;
}

#logo_text {
	padding-top: 16px;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	font-size: 30px;
	font-weight: bold;
	color: #1a559a;
	text-align: center;
}

input.submit_button {
	font-size: 18px;
	padding: 3px 15px;
	margin: 10px 0px;
	color: #095dc1;
	font-weight: bold;
	text-shadow: -1px -1px #ffffff, 1px -1px #ffffff, -1px 1px #ffffff, 1px 1px #ffffff;
	background-color: #e2f386;
	border: solid 1px #9eb03b;
	cursor: pointer;
}

p#copyright {
	text-align: center;
	padding-top: 20px;
}
