@charset "UTF-8";
/* CSS for Nishikai.com */

/* CSS for Layout   */
body {
	background-color: #0A69A5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #1C2126;
	text-align: right;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container {
	background-color: #FFF;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 960px;
}
#header {
	background-image: url(../img/hdr_bk.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#mainnav {
	font-size: 1.1em;
	padding: 10px;
}
#content {
	width: 650px;
	text-align: left;
	margin: 0px auto;
}
#footer {
	background-image: url(../img/ftr_bk.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#copyright {
	font-size: .8em;
	background-color: #AEDFF2;
	padding: 3px;
}


/* CSS for Formatting   */

h1 {
	font-size: 1.6em;
	color: #032E3F;
}

h2 {
	font-size: 1.3em;
	color: #032E3F;
}
a:link {
	color: #313A3F;
	text-decoration: none;
}
a:visited {
	color: #166B8C;
	text-decoration: none;
}
a:hover, a:active {
	color: #98273E;
	text-decoration: none;
}

#mainnav a:link, #mainnav a:visited {
	color: #0A69A5;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
}
#mainnav a:hover, #mainnav a:active {
	color: #98273E;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}

