@charset "utf-8";

/* CSS Document */
body {
	background-color: #19407A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	line-height: 14px;
}

a:link,a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

img {
	border: 0px;
}

form,p {
	margin: 0px;
}

input {
	font-size: 12px;
	padding: 2px;
}

hr {
	clear: both;
	border-width: 0px;
	border-top: #c7c7c7 solid 1px;
	height: 1px;
	padding: 5px 0px;
	margin: 5px 0px;
}

.body {
	width: 760px;
	margin: 0px auto 0px 0px; /*align='left'*/
	/*margin:0px auto 0px auto;/*align='center'*/
}

/* --- header style --- */
.header {
	
}

.line-ver {
	border-top: #cfc2c2 solid 1px;
	border-bottom: #FF0000 solid 9px;
	padding: 0px 6px;
	padding-top: 5px;
}

.banner {
	background: url(../images/banner.jpg) left top no-repeat;
	vertical-align: bottom;
	height: 88px;
}

.menu-tab {
	padding: 0px 4px;
}

.menu-tab table td,.menu-tab a:link,.menu-tab a:visited {
	text-align: center;
	padding-left: 2px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.menu-tab a:link,.menu-tab a:visited {
	color: #666666;
}

.menu-tab a:hover {
	color: #ff0000;
}

.menu-tab a span {
	color: #ff0000;
}

/* ---end header style --- */
.menulink a:link,.menulink a:visited {
	color: #666666;
	text-decoration: none;
}

.menulink a:hover {
	color: #ff0808;
	text-decoration: none;
}

.menulink a {
	text-decoration: none;
}

.content-full {
	padding: 12px 0px 15px 0px;
}

/* ---end content style --- */ /* --- footer style --- */
.footer table th,.footer table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px 10px;
}

.footer table td {
	color: #666;
}

.footer table th {
	background-color: #eee;
	height: 21px;
	text-align: left;
	font-weight: normal;
}

.footer table td p {
	padding: 10px 0px;
	line-height: 14px;
}

.footer table td p,.footer a:link,.footer a:visited {
	color: #999999;
}

.footer a:hover {
	color: #ff0000;
}
/* ---end footer style --- */