@charset "utf-8";

* {
	margin: 0; 
	padding: 0; 
/*	font-family: Arial, "Osaka", "ＭＳ Ｐゴシック", sans-serif;*/
	font-style: normal;
	font-weight: normal;
}

body {
	color: #333333;
	line-height: 1.4;
	font-size: 86%;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1{
	font-size: 140%;
	color: #334d55;
}

h2{
	font-size: 120%;
	color: #003366;
}

h3{
	font-size: 110%;
	color: #334d55;
	margin-bottom: 4px;
}

h4{
	font-size: 100%;
	color: #333333;
}

h5{
	font-size: 100%;
	color: #334d55;
}

h6{
	font-size: 100%;
}

ul{
	list-style-type: disc;
}

form {
	margin: 20px 20px 0 20px;
	line-height: 1.8em;
}

fieldset {
	border: 0;
}

input, textarea {
	padding: 1px 2px 1px 2px;
}

table {
	clear: both;
        border-collapse: collapse;
        border: 1px solid #786863;
        width: auto;
	margin: 10px 0 20px 0;
}

caption {
        font-size: 86%;
	margin-top: 20px;
	margin-bottom: 20px;
}

th {
        border: 1px solid #786863;
        padding: 0.3em;
        font-size: 86%;
        background: #E2D9D8;
        text-align: center;
	vertical-align: middle;
	line-height: 1.3;
}

td {
        border: 1px solid #786863;
        padding: 0.3em;
        font-size: 86%;
        text-align: center;
	vertical-align: middle;
	line-height: 1.3;
}

td.left {
	text-align: left;
}

td.gray {
	color: #999999;
}

td.sitemail {
	padding: 0 4px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}

#siteName{
	float: left;
	color: #003366;
	margin-bottom: 10px;
	font-weight: bold;
}

#navBar{
	margin: 0 80% 0 0;
	padding: 10px 0 10px 10px;
	font-size: 90%;
}

#navBar li.on {
	background: url(../images/arrow_on.gif) no-repeat 0 0.3em;
}

#navBar li.on a {
	color: #cc6633;
}

#navBar ul {

}

#navBar li {
	padding: 0 0 0 14px;
	list-style: none;
	background: none;
	line-height: 1.6;
	background: url(../images/arrow.gif) no-repeat 0 0.3em;
}



/*---------------------------------------------------------*/

#content{
	float: right;
	width: 78%;
	margin: 0;
	padding: 20px;
	line-height: 1.6;
	border-left: 1px solid #cccccc;
	text-align: justify;
	text-justify: inter-ideograph;
}

#content h3 {
	line-height: 1.25;
	padding-left: 6px;
	border-left: 12px solid #999999;
}

#content h4 {
	line-height: 1.25;
	border-bottom: 1px solid #999999;
}

#content h6 {
	line-height: 1.25;
	border-left: 8px solid #999999;
	margin-left: 8px;
	padding-left: 2px;
}

#content p {
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 10px 0 20px 0;
}


#content p.center {
	text-align: center;
}

#content p.right {
	text-align: right;
}

#content p.indent {
	margin-left: 20px;
}

#content p.small {
	font-size: 80%;
}

#content p.nomargin {
	margin-bottom: 0;
}

#content p span.big {
	font-size: 140%;
}

#content p span.indent {
	margin-left: 20px;
}

#content p.error {
	color: #aa0000;
//	font-weight: bold;
}

#content span.error {
	color: #aa0000;
//	font-weight: bold;
}

#content span.req {
	color: #aa0000;
//	font-weight: bold;
}

#content ul {
	margin: 10px 0 20px 0;
}

#content li {
	margin-left:  20px;
}

#content ul.nomargin {
	margin: 0 20px 20px 40px;
	list-style: disc;
	line-height: 1.5em;
}

#content .pdffile {
	color: #aa0033;
	background: url(../images/pdf.gif) no-repeat left bottom;
	padding: 1em 0 0 20px;
}

#content .atmark {
	padding: 0 8px 8px 1px;
	background:url("../images/atmark.gif") no-repeat 0 2px;
}

#content p.gotoPageTop {
	clear: both;
	float: right;
	background: url(../images/arrow_up.gif) no-repeat 0 0.3em;
	margin-top: 0.5em;
	margin-bottom: -1em;
	padding: 0 0 0 14px;
	font-size: 80%;
}


/*************** #pageName styles **************/

#pageName{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-left-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

/************* #globalNav styles **************/

#globalNav{
	clear: left;
	font-size: 94%;
	color: #aaaaaa;
	white-space: nowrap;
}

#globalNav a.on {
	color: #cc6633;
}


#globalNav ul {

}

#globalNav li {
	display: inline;
	list-style: none;
	padding: 0 0.5em 0 0.6em;
	border-right: 1px #999999 solid;
}


#globalNav li.firstList {
	border-left: 1px #999999 solid;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 86%;
	border-bottom: 1px dotted #cccccc;
}

#breadCrumb a.on {
	color: #cc6633;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 86%;
	color: #999999;
	padding: 4px 10px 4px 0px;
	text-align: right;
}

#siteInfo a {
	padding: 0 0 0 14px;
	background: url(../images/arrow.gif) no-repeat 0 0.2em;
}

#homeMain {
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	text-align: justify;
	text-justify: inter-ideograph;
}

#homeMain p {
	padding: 10px;
	line-height: 1.6;
}


/************* #news styles ***************/


#news {
	padding: 10px;
}

#news h2 {
	font-size: 100%;
	color: #003366;
}

#news a.prevnews {
	font-size: 86%;
	margin: 14px 0 14px 0;
	padding: 0 0 0 14px;
	background: url(../images/arrow.gif) no-repeat 0 20%;
}

#news ul{
	margin: 10px 10px 20px 20px; 
	line-height: 1.6;
}


/*-------------------------- site map ------------------------*/

#sitemap {
	float: right;
	font-size: 80%;
}

#sitemap li {
	display: block;
	float: left;
	list-style: none;
	margin-left: 6px;
}

#sitemap li a {
	padding: 0 0 0 14px;
	background: url(../images/arrow.gif) no-repeat 0 10%;
}




