@charset "ISO-2022-JP";
/* CSS Document */

body {
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 100%;
}

#container{
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

a {
	color: #E6461E;
	text-decoration: none;
}
a:visited {
	color: #E6461E;
}
a:hover {
	color: #333;
	text-align: left;
}

#topbar {
	color: #DDDDEE;
	text-align: right;
	font-size: 11px;
}
#topbar a {
	color: #DDDDEE;
}
#topbar a:visited {
	color: #DDDDEE;
}
#topbar a:hover {
	color: #FFF;
}

#hor-nav {
	font-size: 12px;
	color: #FFFFFF;
}

#hor-nav a {
	color:#FFF;
}
/*#nav1 a:visited {
	color:#FFF;
}*/
#hor-nav a:hover {
	color:#678;
}
#hor-nav a:active {
	color:#F33;
}

#nav2 {
	font-size: 12px;
	color: #000;
	float: left;
}
#nav2 a {
	color: #000;
}
#nav2 a:visited {
	color: #000;
}
#nav2 a:hover {
	color: #E6461E;
}
#nav2 a:active {
	color: #FFF;
}

h3 {
	color: #E6461E;
	margin-top: 4px;
	text-align: left;
	font-size: 12px;
}

#mainContent p {
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
}

#newsbar {
	font-size: 11px;
}

.latest-p {
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	background-color: #F8F4F0;
}		/*define font of the news' html file*/
.latest-p a {
	color: #666666;
}
.latest-p a:visited {
	color: #666666;
}
.latest-p a:hover {
	color: #E6461E;
}

.newstitle {
	color: #E6461E;
	font-weight: bold;
}
.L-news-p {
	margin-top: 10px;
	margin-bottom: 0px;
}

#header #topbanner {
	color: #999;
	font-weight: bold;
}

#footer a {
	color: #F60;
}
#footer a:visited {
	color: #F60;
}
#footer a:hover {
	color: #666;
}
#footer a:active {
	color: #AAA;
	font-size: 11px;
}


#contacts {
	font-size: 10px;
	color: #E6461E;
	text-align: right;
}

#footnav li {
	font-size: 11px;
}


#copyright {
	font-size: 10px;
	color: #999999;
	text-align: right;
}

