@charset "ISO-8859-1";
/* CSS Document */
html{
    overflow-y: scroll;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:140%;
	color: #383838;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul {
	list-style-type: none;
}
	/*margin: 0px;
	padding: 0px;*/
img {
	border: 0px;
}
p, h1, h2, h3, h4, h5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
sup {
	font-size:80%;
}
a:link {
	text-decoration: none;
	color: #4a4a4a;
}
a:visited {
	text-decoration: none;
	color: #7F7F7F;
}
a:hover {
	text-decoration: underline;
	color: #DA002D;
}
a:active {
	text-decoration: underline;
	color: #DA002D;
}
#wrapper {
	padding: 0px;
	width: 700px;
	border: 1px solid #8c8885;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #contents {
	margin: 0px;
	padding: 0px;
	width: 700px;
}
#footer {
	width: 700px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8c8885;
	border-bottom-color: #8c8885;
	border-left-color: #8c8885;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer table {
	margin-bottom: 5px;
}



/* general
------------------------------------------------*/
.text-red{color:#da002d;}
.text-blue{color:#006bb4;}
.text-gray{color:#666666;}

.f10{font-size:10px;line-height:110%;}
.f12{font-size:12px;line-height:120%;}
.f14{font-size:14px;line-height:130%;}
.f16{font-size:16px;line-height:130%;}
.f18{font-size:18px;line-height:130%;}


.pagetop{
	padding-right: 32px;
	text-align: right;
	margin-top: 8px;
	margin-bottom: 8px;
	clear: both;
	width: 668px;
}


.margin-l{
	margin-left: 32px;
	margin-bottom: 20px;
}
.title{
	padding-bottom:15px;
}
.title2{
	padding-top:32px;
	padding-bottom:45px;
	line-height: 1em;
}
.lead-red{
	color:#da002d;
	line-height:150%;
}
.lead-gray{
	color: #6C6C6D;
	line-height:150%;
}
p.indent{
	text-indent: 20px;
	margin:0px;
	padding:0px;
}
.note {
	font-size: 10px;
	line-height: 130%;
	margin-top: 30px;
	margin-bottom: 20px;
}


.date {
	text-align:left;
	color:#333333;
	font-family:"Arial", "Helvetica", "sans-serif";
	font-size:10px;
}
.date2 {
	text-align:left;
	color:#000000;
	font-family:"Arial", "Helvetica", "sans-serif";
	font-size:10px;
	text-indent: 68px;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}




/* MENU
------------------------------------------------*/
#menu-base {
	background-image: url(../image/menu-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	margin-left: 26px;
	padding-bottom: 66px;
	margin-top: 30px;
}
#menu ul, #menu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	/*for IE6 bug (DISAPPEARING_LIST_BACKGROUND)*/
	position: relative;
}

#menu img.contens {
	margin-bottom: 19px;
	margin-left: 10px;
}
#menu li.nolinks {
	background-image: url(../image/bullett_off.gif);
	background-position: 0px 50%;
	background-repeat: no-repeat;
	padding-left: 12px;
}
#menu li.nest {
	background-image: none;
	padding-left: 18px;
}
#menu li.nest-nolinks {
	background-image: none;
	padding-left: 30px;
}
#menu li.nest2 {
	background-image: none;
	padding-left: 35px;
}
#menu ul.download {
	margin-top: 15px;
}
#menu .datasize {
	font-weight: normal;
	font-size: 10px;
}
#menu a {
/*	display: block;
	width: 500px;
*/	padding-left: 12px;
}

/*for IE's bug (DISAPPEARING_LIST_BACKGROUND)*/
@media print {
	#menu a, #menu li.nolinks {
		display: block;
		width: 100%;
	}
}

#menu a:link {
	text-decoration: none;
	color: #4a4a4a;
	background-image: url(../image/bullett_off.gif);
	background-position: 0px 50%;
	background-repeat: no-repeat;
}
#menu a:visited {
	text-decoration: none;
	color: #7F7F7F;
	background-image: url(../image/bullett_off.gif);
	background-position: 0px 50%;
	background-repeat: no-repeat;
}
#menu a:hover {
	text-decoration: underline;
	color: #DA002D;
	background-image: url(../image/bullett_on.gif);
	background-position: 0px 50%;
	background-repeat: no-repeat;
}
#menu a:active {
	text-decoration: underline;
	color: #DA002D;
	background-image: url(../image/bullett_on.gif);
	background-position: 0px 50%;
	background-repeat: no-repeat;
}
#menu .nest a:link, #menu .nest2 a:link {
	text-decoration: none;
	color: #4a4a4a;
	background-image: none;
	display: inline;
}
#menu .nest a:visited, #menu .nest2 a:visited {
	text-decoration: none;
	color: #7F7F7F;
	background-image: none;
	display: inline;
}
#menu .nest a:hover, #menu .nest2 a:hover {
	text-decoration: underline;
	color: #DA002D;
	display: inline;
}
#menu .nest a:active, #menu .nest2 a:active {
	text-decoration: underline;
	color: #DA002D;
	display: inline;
}
#profile-page #menu01 a,
#highlight-page #menu02 a,
#message-page #menu03 a,
#special00-page #menu20 a,
#special01-page #menu04 a,
#special02-page #menu05 a,
#special03-page #menu06 a,
#stance-page #menu07 a,
#directors-page #menu08 a,
#glance-page #menu09 a,
#review01-page #menu10 a,
#review02-page #menu11 a,
#review03-page #menu12 a,
#review04-page #menu13 a,
#information-page #menu14 a,
#subsidiaries-page #menu15 a,
#network-page #menu16 a,
#history-page #menu17 a,
#organization-page #menu18 a,
#financial-page #menu19 a{
	color: #da002d;
}
#profile-page #menu01 a,
#highlight-page #menu02 a,
#message-page #menu03 a,
#stance-page #menu07 a,
#directors-page #menu08 a,
#glance-page #menu09 a,
#information-page #menu14 a,
#subsidiaries-page #menu15 a,
#network-page #menu16 a,
#history-page #menu17 a,
#organization-page #menu18 a,
#financial-page #menu19 a{
	background-image: url(../image/bullett_on.gif);
	background-position: 0px 50%;
	background-repeat: no-repeat;
}



