/* CSS basic design ---------------------------------------------- */

body {
	background: #fc3 url(../image/kuma_pat.gif) repeat-y center top;
	color:#ffffff;
}





/* header structure ---------------------------------------------- */

#header {
	background-color:#225555;
	color:#ffffff;
}

#headgroup {
	background: #336666 url(../image/kuma_think.jpg) left top no-repeat;
	color:#ffffff;
}

/* header globalbar structure */

#globalbar {
	background-color:#335566;
	border-top:3px solid #224455;
}

#globalbar a {
	color:#ffffff;
}

#globalbar a:hover {
	color:#ffdd00;
}


/* header switchbar structure */

#switchbar {
	background-color:#224455;
}

#switchbar a {
	color:#ffffff;
}

#switchbar a:hover {
	color:#ffdd00;
}





/* content structure --------------------------------------------- */

#content { color:#000000; background-color: #ffffff; background-repeat: no-repeat; background-attachment: scroll; background-position: left top; }

#content h3 {
	border-bottom:1px solid #cccccc;
}




/* footer structure ----------------------------------------------- */

#footer p {
	background-color:#003322;
	color:#ffffff;
}

#footer #siteinfor p {
	background-color:#001122;
}

#footer a:link, #footer a:visited {
	color:#88ddbb;
}

#footer a:hover {
	color:#ffdd00;
}


#footer address {
	background-color:#002211;
	color:#ccffff;
}
