html, body {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	height: 100%;
	border: none
}
#wrapper {
	background-color: #FFFFF0;
	margin: 0 auto;
	height: 100%;
	width: 100%;
}
#jswheader {
	height: 120px;
}
#jswmid {
	height: 60%;
}
#jswfooter {
	height: 214px;
	text-align: center;
}


			/*   SITE UPDATE DATE   */
.update {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
#tcen {
	text-align: center;
	font-size: 8px;
}
.smalltext {
	font-size: 11px;
}
.smallnote {
	font-size: 9px;
	color: #0000CC;
}
.censmall {
	text-align: center;
	font-size: 10px;
	color: #999999;
}
.h1 {
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
}
.h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}



	/*   INDEX 3   */
.i-border {
	background-color: rgb(188,163,117);
}
.i-fill {
	background-color: rgb(103,125,105);
	background-image: url(graphics/i-fill.jpg);
	color: rgb(240,230,190);
}
.i-fill .h3{
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	font-style: italic;
}


			/*   UN-LINKED BOLD IN-PAGE NAVIGATION TEXT - ON ACTIVE PAGE  */
.linkem {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none
}



			/*   NORMAL TEXT LINKS   */
a:link {
	font-weight: normal;
	color: #000099;
	text-decoration: none
}
a:visited {
	font-weight: normal;
	color: #784C72;
	text-decoration: none
}
a:hover {
	font-weight: normal;
	color: #CC9900;
	text-decoration: underline
}
a:active {
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none
}

			/*   BOLD TEXT LINKS   */
.linkem a:link {
	font-weight: bold;
	text-decoration: none
}
.linkem a:visited {
	font-weight: bold;
	color: #784C72;
	text-decoration: none
}
.linkem a:hover {
	font-weight: bold;
	color: #CC9900;
	text-decoration: underline
}
.linkem a:active {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none
}

			/*   BUTTON TEXT FOR UN-LINKED BUTTON ON ACTIVE PAGE   */
.buttonlive {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #E63300;
	text-decoration: none
}

			/*   NAVIGATION TEXT - DROPPED MENUS FOR UN-LINKED TEXT ON ACTIVE PAGE  */
.navmenulive {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #E63300;
	background-color: #D9C9A5;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}



			/*   NAVIGATION BUTTON TEXT   */
.button a:link {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #962121;
	text-decoration: none
}
.button a:visited {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #784C72;
	text-decoration: none
}
.button a:hover {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #FF3300;
	text-decoration: none
}
.button a:active {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #FF9900;
	text-decoration: none
}
.buttonlive a:visited {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #784C72;
	text-decoration: none
}


			/*   NAVIGATION TEXT - DROPPED MENUS   */
.navmenu a:link {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #962121;
	background-color: #D9C9A5;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}
.navmenu a:visited {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #784C72;
	background-color: #D9C9A5;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}
.navmenulive a:visited {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #E63300;
	background-color: #D9C9A5;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}
.navmenu a:hover {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #FF3300;
	background-color: #D9C9A5;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}
.navmenu a:active {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #FF9900;
	background-color: #D9C9A5;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}


			/*   BACKGROUND IMAGES   */

.headbg {
	background-image: url(graphics/bb-top.jpg);
}
.nav {
	background-image: url(graphics/bb-side.jpg);
}
.buttonbg {
	background-image: url(graphics/bbutton-bg.gif);
}
.index-l-edge {
	background-image: url(graphics/index-l-edge.gif);
}
.index-r-edge {
	background-image: url(graphics/index-r-edge.gif);
}
.lpaperedge {
	background-image: url(graphics/paperedge-l.gif);
}
.rpaperedge {
	background-image: url(graphics/paperedge-r.gif);
}
.footerbg {
	background-image: url(graphics/enshutsu-tile.gif);
}
.buttonbg {
	background-image: url(graphics/bbutton-bg.gif);
}
.sho-top {
	background-image: url(images/sho-1top.gif);
}
.sho-bot {
	background-image: url(images/sho-1bot.gif);
}