/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 83%;
	line-height:135%;
}
td {
	font-size: 83%;
	line-height:135%;
}
.wrap-contents {
	margin: 0 auto;
}
a {
	color: #003399;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
.sub-navi {
	font-size: 90%;
}
.sub-navi a {
	color: #000000;
	text-decoration: none;
}
.font-small {
	font-size: 100%;
}
.footer {
	color: #666666;
}
.user input {
	width: 75px;
}
.user .pt {
	color: #CC0000;
	font-weight: bold;
	font-size: 28px;
	line-height: 38px;
	margin-right: 2px;
}
.navisearch {
	width: 95px;
}

/* link
------------------------------------ */
a:link {
	color: #003399;
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:hover, a:active {
	color: #007fff;
	text-decoration:none;
}
/* navi link */
.sub-navi a:link {
	color: #000000;
	text-decoration: none;
}
.sub-navi a:visited {
	text-decoration: none;
}
.sub-navi a:hover, a:active {
	color: #000000;
	text-decoration:underline;
}
