@charset "utf-8";
/* CSS Document */
/* prepared by fusionbureau tokyo japan */

body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'IPAPGothic', sans-serif;
	background: #F4F8F9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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:12px;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 920px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom:100px;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

h4{

font-weight:bold;
font-size:14px;
color:#121254;
}

#boxwide li a{
color:#000000;
text-decoration:none;
}
#boxwide li a:hover{
color:#000000;
text-decoration:underline;
}


/* START HEADER */

.oneColElsCtrHdr #header {
	background:#121254;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColElsCtrHdr #toplogo {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height:149px;
	background-image: url(../img/toplogo_bg.jpg);
	
}

.oneColElsCtrHdr #toplogo #leftfiller{
margin:0;
padding:0;
float:left;
width:240px;
height:149px;

}

.oneColElsCtrHdr #toplogo_text {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width:440px;
	float:left;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	padding:15px;
	
	
}

.furigana {
font-size:6pt;
letter-spacing:2px;
}

.headertext{
color:#FFFFFF;
font-size:16px;
font-weight: bold;

}
.oneColElsCtrHdr #toplogo_text #separator {
	margin-top:20px;
	margin-bottom:10px;
	border-top:1px #FFFFFF dotted;
	display:block;
}

.separator
{
	margin-top:20px;
	margin-bottom:10px;
	border-top:1px #FFFFFF dotted;
	display:block;
}

.oneColElsCtrHdr #topmenu {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height:36px;
	background:#121254;
	border-top:#439539 solid 1px;
	background-image: url(../img/topmenu_bg.gif);
}
.oneColElsCtrHdr #topmenu #textlogo {
	float:left;
	height:36px;
	width:240px;
	
}
.oneColElsCtrHdr #topmenu #headermenu {
	float:right;
	margin-top:8px;
}
.oneColElsCtrHdr #topmenu #greenmenu {
	float:right;
	margin-top:8px;
}
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



/* END HEADER */


/* START MAINCONTENT */

.oneColElsCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-bottom:15px;
}


.bolditalicbig{
color:#FFFFFF;
font-size:16px;
font-weight: bolder;

}


/* BOXED CONTENT LAYOUT */
/* LEFTCOLUMN + MIDDLECOLUMN + RIGHTCOLUMN */
/* or WIDECOLUMN + RIGHTCOLUMN */

#boxtab { /* tab above boxed content*/
	background-image:url(../img/boxtab_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
	color: #FFFFFF;
	font-size:14px;
	margin-top:30px;
	height:21px;
	padding-left:11px;
	padding-top:5px;
	font-weight:bold;
	
}
#boxtab H3{ /* H3 serves the tooltips */
	color: #FFFFFF;
	font-size:13px;
	font-weight:bold;
}

.boxtab { /* tab above boxed content*/
	background-image:url(../img/boxtab_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
	color: #FFFFFF;
	font-size:14px;
	margin-top:30px;
	height:21px;
	padding-left:11px;
	padding-top:5px;
	font-weight:bold;
	
}
.boxtab H3{ /* H3 serves the tooltips */
	color: #FFFFFF;
	font-size:13px;
	font-weight:bold;
}

#boxtab_wide { /* tab above boxed content*/
	background-image:url(../img/boxtab_bg_blue_wide.gif);
	background-repeat:no-repeat;
	background-position:left;
	color: #FFFFFF;
	font-size:14px;
	margin-top:30px;
	height:21px;
	padding-left:11px;
	padding-top:5px;
	font-weight:bold;
	
}
#boxtab_wide H3{ /* H3 serves the tooltips */
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
}

#boxleft {
	background:#F7F7F7;
	border:1px solid #439539;
	width:350px;
	padding:11px;
	color:#666666;
	line-height:160%;
}

.boxleft {
	background:#F7F7F7;
	border:1px solid #439539;
	width:350px;
	padding:11px;
	color:#666666;
	line-height:160%;
}

#boxmiddle {
	background:#F7F7F7;
	border:1px solid #439539;
	width:266px;
	padding:11px;
	color:#666666;
	line-height:160%;
}
#boxright {
	background:#F7F7F7;
	border:1px solid #439539;
	width:178px;
	padding:11px;
	color:#3F3F3F;
}
#boxright #separator {
	margin-top:45px;
	margin-bottom:25px;
	border-top:1px #439539 dotted;
	display:block;
}
#columnleft {
	background:#FFFFFF;
	float:left;
	width:380px;
	margin-left:8px;
}
#columnmiddle {
	background:#FFFFFF;
	float:left;
	width:300px;
	margin-left:8px;
}
#boxwide {
	background:#F7F7F7;
	border:1px solid #439539;
	width:656px;
	padding:11px;
	color:#3F3F3F;
	text-align:left;
	line-height:160%;	
}

#boxwide ul li {
list-style:disc;
list-style-position:inside;
}

ul {
list-style:disc;
list-style-position:inside;
margin-left:25px;
}

ul.pdfgrey {
list-style:disc;
list-style-position:inside;
}

.alignleft{
text-align:left;
}
.alignright{
text-align:right;
}

.pdflist_col1 td{
border-top:1px #FFFFFF solid;
padding:4px;
}

table.pdflist_col1{
background-color: #e4efdb;
text-align:center;
}
th.pdflist_col1{
font-size:12px;
font-weight:bold;
color:#333333;
text-align:center;
background-color: #e4efdb;}
th.pdflist_col2{
font-weight:bold;
font-size:12px;
color:#333333;
text-align:center;
background-color: #f0f7ec;}
tr.pdflist_col1{}
td.pdflist_col1{
border-top:1px #FFFFFF solid;
background-color: #e4efdb;
}
td.pdflist_col3{
border-top:0;
border-bottom:1px #666666 solid;
background-color: #CCCCCC;
color:#FFF;
background-image:url(../img/boxtab_bg.gif);
background-repeat:no-repeat;
font-weight:bold;
text-align:left;
}
td.pdflist_title{
border-top:0;
border-bottom:1px #666666 solid;
background-color: #CCCCCC;
color:#FFF;
background-image:url(../img/boxtab_bg_green.gif);
background-repeat:no-repeat;
font-weight:bold;
text-align:left;
height:21px;
padding:0;
}
td.pdflist_col2{
border-top:1px #FFFFFF solid;
background-color: #f0f7ec;
}
td.pdflist_col1left{
border-top:1px #FFFFFF solid;
background-color: #e4efdb;
text-align:left;
}

.logo_table td{
vertical-align:top;
padding-top:24px;
}

td.logo_table_left{
text-align:center;
width:178px;
}

td.logo_table_right{
font-size:12px;
font-weight:bold;
color:#333333;
}

#breadcrumb{
clear:both;
width:100%;
margin-left:8px;
}

a.pdfgrey{
color:#666666;
text-decoration:underline;}
a.pdfgrey:hover{
color:#666666;
text-decoration:none;}

#columnwide {
text-align:left;
	background:#FFFFFF;
	clear:left;
	float:left;
	width:684px;
	margin-left:8px;
}
#columnright {
	background:#FFFFFF;
	float:right;
	width:200px;
	margin-right:14px;
}
.pdfbold {
	font-weight:bold;
}
.pdfblue {
	font-size:12px;
}
.pdfdate {
	font-style:italic;
	font-size:9px;
}
a.pdfblue {
	color: #6699FF;
	text-decoration:none;
}

.green{
color:#439539;
margin-top:15px;
margin-bottom:15px;
}
a.green {
	color:#439539;
	text-decoration:none;
	
}
a.green:hover {
	color:#121254;
	text-decoration:underline;
}

.green_down{
color:#439539;
margin-top:15px;
margin-bottom:15px;
}
a.green_down {
	color:#439539;
	text-decoration:none;
	
}
a.green_down:hover {
	color:#121254;
	text-decoration:underline;
}

.down_arrow{
vertical-align: text-top;
}

.blue{
color:#121254;
margin-top:15px;
margin-bottom:15px;
}
a.blue {
	color:#121254;
	text-decoration:none;
	
}
a.blue:hover {
	color:#439539;
	text-decoration:underline;
}


a.pdfblue:hover {
	color: #6699FF;
	text-decoration:underline;
}
img {
	border:0;
}
a.footer {
	color:#8C8C8C;
	text-decoration:none;
}
a.footer:hover {
	color:#8C8C8C;
	text-decoration:underline;
}
.footermenu {
	font-size:11px;
	color:#8C8C8C;
}
a.footermenu {
	text-decoration:none;
}
a.footermenu:hover {
	text-decoration:underline;
}
#clear {
	clear:both;
}

.clear {
	clear:both;
}

table {
	width:100%;
}
table td {
	vertical-align:top;
}
table img {
	vertical-align:top;
}


/* END MAINCONTENT */





/* START FOOTER */

.oneColElsCtrHdr #footer {
	margin-top:15px;
	background:#FFFFFF;
	clear:both;
	color:#8C8C8C;
	font-size:10px;
	display:block;
	padding-bottom:5px;
	margin-bottom:5px;
}

.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColElsCtrHdr #footer #footermenu {
	background:#FFFFFF;
	padding:8px;
}
.oneColElsCtrHdr  #footer #footerbase {
	background:#FFFFFF;
	border-top:#8C8C8C 1px solid;
	padding:8px;
	padding-right:14px;
}
.oneColElsCtrHdr  #footer #copyright {
	text-align: left;
	width:50%;
	float:left;
	background:#FFFFFF;
}
.oneColElsCtrHdr #footer #creator {
	text-align: right;
	width:50%;
	float:right;
	background:#FFFFFF;
}

/* END FOOTER */

/* START DROPDOWN MENU */

.nav, .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav {
	z-index: 100;
	position: relative;
}
.nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	
	height:16px;
	
}
.nav li li {
height:22px;
}
.bingo {
	height: 24px;
}


.greenlink{
padding:12px;
margin-top:4px;
font-size:12px;

}
a.greenlink{
	color:#439539;
	text-decoration:none;
}
a.greenlink:hover{
	color:#FFFFFF;
	text-decoration:none;
}


.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	/*background: url(/images/banner/spdr_menu_off.jpg) no-repeat;*/
  color: #FBFCED;
	font-size: 12px;
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	text-align:center;
	border-right: 1px solid #999999;
	
}
.nav li a:hover {
 color: #FBFCED;
}
#nav-one li:hover a, #nav-one li.sfHover a {
	/*background: url(/images/banner/spdr_menu_over.jpg) no-repeat;*/
  color: #B9E0EF;

 
  
}
#nav-one li:hover ul a, #nav-one li.sfHover ul a {
	background: #121254;
  color: #FBFCED;
text-align:left;
	border-top: 0px;
	 border-top: 1px solid #999999;
	  padding-top:5px;
	 padding-bottom:5px;
	
}
#nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover {
	background: #121254;
	color: #B9E0EF;
	 padding-top:5px;
	 padding-bottom:5px;
		
}
.nav ul {
	background: #FFF;
	list-style: none;
	margin: 3px 0 0 11px;
	width: 150px;
	position: absolute;
	top: -999em;
	left: -1px;
	
}
.nav li:hover ul, .nav li.sfHover ul {
	top: 24px;
	
	
	
}
.nav ul li {
	border: 0;
	float: none;
	
}
.nav ul a {
	padding-right: 20px;
	padding-top:5px;
	padding-bottom:5px;
	width: 150px;
	white-space: nowrap;
	
	
	
}
.nav ul a:hover {
	 color: #FBFCED;
	
	 
}
.nav li.neutral {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 110px;
}



/* END DROPDOWN MENU */



#detail_menu_fd {
	background: url(/images/tabs_bars/fd_tab_on.gif) no-repeat;
	margin: 0 0 20px 0;
	height: 38px;
}
#detail_menu_fd li.print {
	background: url(/images/) no-repeat right;
	float: right;
}
#detail_menu_fd li.toggle {
	display: inline;
}
#detail_menu_fd li.toggle a {
	position: absolute;
	width: 130px;
	height: 38px;
	margin-left: 130px;
}
#detail_menu_fd li.toggle span {
	display: none;
}
#detail_menu_id {
	background: url(/images/tabs_bars/id_tab_on.gif) no-repeat;
	margin: 0 0 20px 0;
	height: 38px;
}
#detail_menu_id li.print, #detail_menu_fd li.print {
	padding: 0 0px 0 0;
	margin: 0 4px 0 0;
	float: right;
}
#detail_menu_id li.print a, #detail_menu_fd li.print a {
	color:#045FAA;
	font: bold 11px arial, helvetica;
	text-decoration: none;
}
#detail_menu_id li.print a:hover, #detail_menu_fd li.print a:hover {
	text-decoration: underline;
}
#detail_menu_id li.toggle {
	display: inline;
}
#detail_menu_id li.toggle a {
	position: absolute;
	width: 130px;
	height: 38px;
}
#detail_menu_id li.toggle span {
	display: none;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #666666;
	background-color: #439539;
	color:#FFFFFF;
	padding: 5px;
	width: 120px;
}
#tooltip h3, #tooltip div {
	margin: 0;
}

h4{
font-weight:bold;
font-size:14px;
color:#121254;
}

h5{
font-weight:normal;
text-decoration:underline;
font-size:12px;
color:#121254;
}

.link_header{
font-weight:bold;
font-size:14px;
color:#121254;
text-decoration:none;
}

.p_right{
text-align:right;
line-height:16px;
}

.legal_indent{
padding-left:25px;
}

table.green_table
{
border-right:2px #999 solid;
border-bottom:2px #999 solid;
}

td.green_table {
border:1px #ccc solid;
vertical-align:top;
color:#000;
padding:3px;
}

td.green_table_left{
border:1px #ccc solid;
vertical-align:middle;
background: #669933;
color:#fff;
padding:3px;
font-weight:bold;
}