body {
	color: #333;
	}

/* head bar */
#navbar li a:hover,#navbar li a#slctd {
	background: #f69 url('../img/navbar_on.gif') repeat-x;
	padding: 8px 10px 0;
	height: 27px;
	color: #c06;
	display: block;
	}

/* navigation */
#lnav li a:link, #lnav li a:visited {
	background: #eee url('../img/lnav.gif') no-repeat center;
	}
#lnav li a:hover {
	background: #fcc url('../img/lnav_on.gif') no-repeat center;
	}
#lnav li a#current {
	background: #f36 url('../img/lnav_c.gif') no-repeat center;
	}
#lnav li#b1 a{
	background: #f36 url('../img/b1.gif') no-repeat center;
	}
#lnav li#b1 a:hover {
	background: #f9c url('../img/b1_on.gif') no-repeat center;
	}
/* navigation */

/* topswf */
#flashContent {
	background: url("../img/title.gif") no-repeat center;
	}
/* topswf */
	
/* main contents */
#mcon h1 {
	background: #ccc url('../img/h1bg.gif') no-repeat center;
	}
#mcon h2 {
	background: #ccc url('../img/h2bg.gif') no-repeat;
	}
	#tp #mcon h2 {
		background: #ccc url('../img/tph2.gif') no-repeat center;
		}
	
#mcon h3 {
	background: #ccc url('../img/h3bg.gif') repeat-x bottom;
	}
/* main contents */