html, body
{
	height: 100%;
}

html
{
text-align: center;
}

body
{
font-size: 14px;
font-family: /*"Lucida Grande","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", Verdana, Helvetica, "MS PGothic", "ＭＳ Ｐゴシック", "MS Gothic", "ＭＳ ゴシック", Geneva,*/Arial,Helvetica,sans-serif; /* Lucida Grande, Hiragino, etc for Mac OS; Verdana, Helvetica, MS PGothic for Windows */
background: #2987AC url(/img/background-page.gif) top left repeat;
}

/* Reset everything to make IE6 happy */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0 auto;
        padding: 0;
text-align: left;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
padding: 0 0 0 0px;
}
ul {
	list-style:none;
}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {content:'';}
abbr,acronym {border:0;} 

a
{
text-decoration: none;
outline: none;
}

a:hover
{
text-decoration: underline;
}

table tr td, table tr th
{
vertical-align: top;
}

.clickable, .root /* the root class is to differentiate the root category title from other clickable category titles */
{
	cursor: pointer;
}

.bordered
{
	border: 1px solid #999;
}

.noborder
{
	border: none !important;
}

.right-float
{
	float: right;
}

.left-float
{
	float: left;
}

img.left-float
{
	margin-left: 0 !important;
	margin-right: 20px !important;
}

.center
{
	text-align: center;
}

.clear
{
	clear:  both;
}

.center-clear
{
	clear: both;
	margin: 0 auto !important;
	display: block;
	text-align: center;
}

.hidden
{
	display:  none;
}

.img-white-padding
{
	padding: 15px;
	background-color: #FFF;
}

.vcenter
{
	vertical-align: middle;
}

.nowrap
{
	white-space: nowrap;
}

.small
{
	font-size: 0.8em !important;
	color: #666;
}

blockquote, blockquote.lightblue
{
	background-color: #EFFAFF;
	border: 2px solid #B8D1DB;
	display: block;
	clear:both;
	padding: 5px;
	margin: 0 0 10px 0;
	color: #004B51;
	
}

/* The full page */

#page
{
position: relative;
min-height: 100%;
background: transparent url(/img/background-wrapper.gif) 0px 141px repeat-x;
margin-bottom: -300px;
}

#wrapper 
{
height: 100%;
width: 100%;
position: relative;
}

#page-inner
{
/* width: 85%; */
width: 920px;
height: 100%;
margin:  0 auto;
padding-top: 15px;	
height: 100%;
}


/* header */

#header
{
width: 100%;
height: 80px;
overflow: hidden;
background: #FFF url(/img/header_bkg.gif) bottom left repeat-x;
}


#header-inner
{
/* width: 85%; */
width: 920px;
height: 80px;
margin: 0 auto;
padding: 0px;
background: transparent url(/img/header_jp.gif) 0 0px no-repeat;
position: relative;
/*float: center;*/
}

#header h1
{
font-size: 2em;
text-indent: -5000px;
margin: 0;
padding: 0;
border: none;
}

#header h1 a
{
display: block;
width: 500px;
height: 80px;
float: left;
}

/* Header bar for about, contact, etc */

#headerbar
{
position: absolute;
top: -5px;
right: 0;
float: right;
display: block;
width: 420px;
height: 30px;
margin: 0px 0 0 0;
background: transparent url(/img/headerbar.gif) top left no-repeat;
}

#headerbar-inner
{
display: block;
width: 420px;
height: 30px;
}

#header-inner ul
{
height: 30px;
width: 400px;
display: block;
margin: 0 auto;
}

#headerbar-inner ul li
{
float: left;
width: 100px;
}

#headerbar-inner ul li a
{
display: block;
/* background: transparent url(/img/headerbar_menu.gif) top right no-repeat; */
width: 100px;
color: #FFFFFF;
margin: 0 auto;
}

#headerbar-inner ul li a span
{
padding: 10px 0px 0px 0px;
color: #F0F0F0;
display: block;
text-align: center;
font-size: 0.8em;
}

#headerbar-inner ul li a:hover
{

}

#headerbar-inner ul li a:hover span
{
color: #FFF;
}


/* main area */

#main
{
width: 100%;
float: left;
}

#main-inner
{
padding-left: 220px;
}

/* Topbar for studies (above main content) */

#topbar
{
width: 100%;
display: block;
background: transparent url(/img/topbar_grad.gif) top left repeat-x;
border-top: 1px solid #123B74;
}

#topbar #topbar-inner
{
display:block;
width: 920px;
/* width: 85%; */
height: 30px;
margin: 0 auto;
}

#topbar #topbar-inner span
{
display: block;
color: #FFFFFF;
}

#topbar #topbar-inner ul
{
width: 900px;
height: 30px;
display: block;
margin: 0 0 0 0px;
}

#topbar #topbar-inner ul li
{
display: block;
float: left;
font-size: 0.9em;
width: 150px;
height: 30px;
text-align: center;
background: transparent url(/img/topbar_bevel.gif) top right no-repeat;
}

#topbar #topbar-inner ul li a
{
font-size: 1em;
display: block;
height: 30px;
width: 150px;
position: relative;
}


#topbar #topbar-inner ul li a span
{
display: block;
padding: 7px 0 0 0;
color: #DFEFFF;
text-shadow: #000 0 1px 0px;
}

#topbar #topbar-inner ul li a.main
{
background: transparent url(/img/topbar_hover.gif) top right repeat-x;
}

#topbar #topbar-inner ul li a:hover.main
{
opacity: 1.0;
}

#topbar #topbar-inner ul li a span.main
{
font-weight: bold;
color: #333;
font-size: 1em;
text-shadow: #FFF 0px 1px 0px;
}

#topbar #topbar-inner ul li a div.pointer
{
display: block;
height: 10px;
width: 15px;
background: transparent url(/img/topbar-pointer.gif) top left no-repeat;
position: absolute;
left: 70px;
top: 30px;
}

#topbar #topbar-inner ul li a.research
{
background: transparent url(/img/topbar-research.gif) top left repeat-x;
}

#topbar #topbar-inner ul li a:hover.research
{
opacity: 1.0;
}

#topbar #topbar-inner ul li a span.research
{
color: #F2F2F2;
font-size: 1em;
}

#topbar #topbar-inner ul li a div.research
{
display: block;
height: 10px;
width: 15px;
background: transparent url(/img/topbar-research-pointer.gif) top left no-repeat;
position: absolute;
left: 95px;
top: 30px;
}


#topbar #topbar-inner ul li a:hover
{
background: transparent url(/img/topbar_hover.gif) top right repeat-x;
opacity: 0.7;
cursor: pointer;
text-decoration: none;
}

#topbar #topbar-inner ul li a:hover span
{
/* color: #603813; */
color: #000;
opacity: 1.0;
font-weight: bold;
text-shadow: #FFF 0px 1px 0px;
}

         /* Topbar submenu - fluid */

#topbarsub
{
width: 100%;
height: 30px;
display: block;
background: #022B44 url(/img/topbarsub_grad.gif) top left repeat-x;
}

#topbarsub-inner
{
display: block;
margin: 0 auto;
width: 920px;
/* width: 85%; */
height: 100%;
}

#topbarsub-inner ul
{
display: block;
height: 100%;
margin: 0 0 0 10px;
}

#topbarsub-inner ul li
{
display: block;
float: left;
height: 2em;
}

#topbarsub-inner ul li a
{
display: block;
margin: 9px 0 0 0;
text-align: left;
font-size: 0.85em;
}

#topbarsub-inner ul li a span
{
padding: 9px 20px 0 20px;
color: #5FAFD6;
}

#topbarsub-inner ul li a:hover, #topbarsub-inner ul li a.selected
{
text-decoration: none;
color: #FFF;
background: transparent url(/img/topbarsub-pointer.gif) 0px 2px no-repeat;
}


#topbarsub-inner ul li a:hover span
{
color: #FFF;
}



/* sidebar */


#sidebar
{
position: relative;
float: left;
width: 220px;
margin: -5px 0px 0 0;
font-size: 0.9em;
}


.sidebar-regular
{
width: 220px;
background: /* #91C4D8 */ transparent url(/img/sidebar-blue-middle.png) top left repeat-y;
float: left;
padding: 0px;
}

.sidebar-regular-inner
{
	padding: 0px 0px 0 20px;
	width:  200px;
}
.sidebar-regular-top
{
	float: left;
	background: transparent url(/img/sidebar-blue-top.png) top left no-repeat;
	height: 25px;
	width: 210px;
}
.sidebar-regular-bottom
{
	float: left;
	background: transparent url(/img/sidebar-blue-bottom.png) bottom left no-repeat;
	width: 210px;
	height: 25px;
}

.sidebar-regular ul
{
margin: 0 0 0 0px;
}

.sidebar-regular ul.nav_categories li h2
{
	display: block;
}

.sidebar-regular h2
{
margin: 7px 0 5px 0;
border-bottom: 1px dotted #195D7F /* #603813 */;
color: #195D7F /* #603813 */;
width: 170px;
font-size: 1.2em;
font-weight: bold;
text-shadow: #BFF0FF 0 1px 0px;
}

.sidebar-regular h2 div.sidebar-arrow
{
background: transparent url(/img/icons/toggle-small-expand.gif) top left no-repeat;
position: absolute;
top: -2px;
right: 0;
display: block;
height: 12px;
width: 12px;
}

.sidebar-regular h2 div.sidebar-arrow-open
{
background-image: url(/img/icons/toggle-small.gif);
}


.sidebar-regular div.submenu
{
	display: none;
}

.sidebar-regular div.open
{
	display: block;
}

.sidebar-regular div.submenu h3
{
margin: 7px 0 5px 4px;
border-bottom: 0px dotted #488AAB /* #603813 */;
color:  #488AAB;
width: 170px;
font-size: 1.1em;
font-weight: bold;
	text-shadow: #BFF0FF 0 1px 0px;
}

.sidebar-regular ul.title, .sidebar-regular ul.title li
{
margin: 0;
}

.sidebar-regular div.submenu a
{
	color: #022A43;
	padding: 0px 0 3px 15px;
	width: 160px;
	display: block;
	font-size: 1.0em;
	background: transparent url(/img/pointer-blue.gif) 3px 3px no-repeat;
}

.sidebar-regular div.submenu a:hover
{
text-decoration: none;
color: #FFF;
background: transparent url(/img/pointer.gif) 3px 3px no-repeat;
}

.sidebar-regular div.submenu a.current span.current, .sidebar-regular div.submenu a.current
{
color: #FFF;
}

.sidebar-regular div.submenu a:hover span, .sidebar-regular div.submenu a:hover span.sub
{
text-decoration: underline;
}

/* content - main part of the page */

#content
{
float: left;
background: #F2F2F2 url(/img/main_center.gif) 0 0 repeat-x;
color: #111;
line-height: 1.7em;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-right-radius: 10px;
width: 700px;
}

#content-leftcorner
{
	background: transparent url(/img/main_l.gif) 0 0 no-repeat;
}

#content-inner
{
	padding: 10px 30px 20px 30px;
	background: transparent url(/img/main_r.gif) 100% 0 no-repeat;
}

#content-inner > h1, #content-inner > h2, #content-inner > h3, #content-inner > h4 	
{	
    text-shadow: #FFF 0 2px 0px;
}

h1, h2, h3, h4 {
	line-height: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 0em;
}

h1
{
	color: #004B51;
	font-size: 1.8em;
	margin: 0.7em 0 0.5em 0;
	font-weight: bold;
	/* border-bottom: 3px solid #2B6917; */
	padding: 0 0 0.1em 0;
}

h2
{
	color: #006A89;
	font-size: 1.4em;
	margin: 1.5em 0 0.5em 0;
	font-weight: bold;
	/* border-bottom: 2px solid #4C8E20;*/
}

h3
{
	font-size: 1.2em;
	color: #006B74;
	margin: 1.5em 0 0.5em 0;
	font-weight: bold;
}

h4
{
	font-size: 1.1em;
	color: #006B74;
	margin: 1em 0 1em 0;
	font-weight: bold;
	width: 100%;
	display: block;
	padding: 0;
}

table h1, table h2, table h3, table h4
{
	text-shadow: none;
}

#content-inner img
{
	border:  1px #aaa solid;
	margin: 0 10px 1em 10px;
}

#content-inner img.clean
{
	border: none;
	margin: 0;
}

#content-inner p, #content-inner ul, #content-inner ol
{
margin: 0em 0 1.23em 0; /* was 0 0 1 0 */
line-height: 1.5em; /* was 1.4em */
font-size: 1.0em;
}

#content-inner ul
{
margin-left: 2em;
list-style-type: square;
}

#content-inner ol
{
margin-left: 2.5em;
}

#content-inner a
{
color: #B26715;
text-decoration: underline;
}

#content-inner a:hover
{
color: #FF7800;
}

#content-inner ul li
{
list-style-type: disc;
}

#content-inner table tr td, #content-inner table tr th
{
padding: 10px;
}

#content-inner table tr td h2, #content-inner table tr th h2, #content-inner table tr td h3, #content-inner table tr th h3
{
margin: 0;
}

#content-inner table.smaller
{
font-size: 0.8em;
line-height: 1.2em;
}

#content-inner table.smaller tr
{
}

#content-inner table.smaller tr th
{
	padding: 5px;
}

#content-inner table.smaller tr td
{
padding: 5px;
}

#content-inner table.smaller tr td.compact
{
line-height: 1.5em;
padding: 10px;
}

#content-inner table.smaller tr td hr, hr
{
	border:  none;
	width:  60%;
	text-align: center;
	border-bottom:  1px #aaa solid;
}


#content-inner ul.relatedEntries
{
	margin: 0;
	padding: 0;
}

#content-inner ul.relatedEntries li
{
	float: left;
	display: block;
}

#content-inner ul.relatedEntries li a
{
	display: block;
	padding: 10px;
	margin-right: 1px;
	background: #CCE59C;
	border: 1px solid #8CC63F;
	
}

#content-inner ul.relatedEntries li a:hover
{
	background: #8CC63F;
	color: #000;
	border: 1px solid #639F13;
}

/* Side text within main content */

.nudge     /* This creates a 20px padding which hides the border of the 100%-width header */
{
float: right;
display: block;
width: 200px;
background-color: #F2F2F2;
margin: 20px 0 20px 0;
padding-left: 20px;
clear: right;
}

.nudge2     /* This creates a 20px padding on both sides which hides the border of the 100%-width header. Use if the element is outside of #context-inner */
{
float: right;
display: block;
width: 200px;
background-color: #F2F2F2;
margin: 20px 0px 20px 0;
padding-left: 20px;
padding-right: 20px;

}


.sidetext, .sidetext-wide
{
float: right;
position: relative;
display: block;
width: 200px;
background-color: #CCE59C;
}

.sidetext-wide	/* For wide content: used for pages such as jphc/outcome */
{
    width: 100%;
	/*width: 620px;*/
	line-height: 0em;
}

.sidetext span.t, .sidetext span.t span, .sidetext span.b, .sidetext span.b span,
.sidetext-wide span.t, .sidetext-wide span.t span, .sidetext-wide span.b, .sidetext-wide span.b span
{
display: block;
overflow: visible;
height: 10px;
background: transparent url(/img/sidetext_corners.gif) 0 0 no-repeat;

}

.sidetext span.t, .sidetext span.t span, .sidetext-wide span.t, .sidetext-wide span.t span
{
width: 100%;
position: absolute;
top: 0;
}

.sidetext span.b, .sidetext-wide span.b, .sidetext span.b span, .sidetext-wide span.b span
{
bottom: 0;
left: 0;
font-size: 0px;
}

.sidetext span.t span,
.sidetext-wide span.t span
{
background-position: 100% -20px;
}

.sidetext span.b,
.sidetext-wide span.b
{
background-position: 0 -10px;
}

.sidetext span.b span,
.sidetext-wide span.b span
{
background-position: 100% -30px;
}

.sidetext-wide-inner
{
padding: 0px 0px 0px 0px;

}

.sidetext-inner
{
	padding: 10px;
}

.sidetext-wide .column-left, .sidetext-wide .column-right
{
	width:  50%;
	float: left;
	display: block;
}

.sidetext-wide .column-right
{
	float: right;
}

.sidetext-wide .dropdown-list
{
	float: left;
	width:  620px;
	visibility: hidden;
	position: absolute;
	left: 0;
	background-color: #DEF8AC/*#CCE59C #BBD38E */;
	padding:  20px 10px 10px 10px;
	display: block;
	z-index: 50;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.sidetext-wide .dropdown-list ul
{
	/*width: 110px;
	//height: 100%;*/
	display: block;
	margin: 0 0px 0 0em !important;
	/*float: left;*/
}

.sidetext-wide .dropdown-list ul ul ul ul, .sidetext-wide .dropdown-list ul.columns
{
	width: 150px;
	height: 100%;
	display: block;	
	margin: 0 0 0 0 !important;
	float: left;
}

.sidetext-wide .dropdown-list ul li
{
	/*width:  110px;*/
	display: block;
	list-style-type: none !important;
}

.sidetext-wide .dropdown-list ul li a
{

	background: transparent url(/img/pointer-green.gif) 4px 6px no-repeat;
	padding: 5px 0px 5px 0px;
	line-height: 1.1em;
	height: 100%;
	width: 120px;
	display: block;
	font-size: 1.0em;
	text-decoration: none !important;
}

.sidetext-wide .dropdown-list ul li a span
{
	padding:  0 10px 0 14px;
	display: block;
}

.sidetext-wide .dropdown-list ul li a:hover
{
	
	color: #fff !important;
	background: #8CC63F url(/img/pointer-green-fluo.gif) 4px 6px no-repeat;
}

.sidetext-wide .dropdown-list h3
{
	font-size: 1.1em;
	height: 1.1em;
	color: #864000;
	margin: 0;
	border-bottom: 2px solid #864000;
	width: 600px;
	display: block;
	clear:  both;
	
}

.sidetext-wide .dropdown-list h4
{
	font-size: 1.0em;
	color: #006837;
	padding: 10px 0 0px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #006837;
	width: 600px;
	display: block;
	clear:  both;
	
}

.sidetext-wide .visible
{
	visibility: visible;
}


.sidetext h2, .sidetext-wide h2
{
	font-size: 1.2em;
	color: #603813;
	line-height: 1.2em;
	border: none;
	margin: 0px 0 0px 0;
	height: 30px;
	padding: 10px 0 5px 10px;
	
}

.sidetext h3, .sidetext-wide h3
{
	font-size: 1.0em;
	color: #603813;
	line-height: 1.2em;
	border: none;
	margin: 0px 0 0px 0;
	/*height: 30px;*/
	padding: 20px 0 5px 0px;
	
}

.sidetext-wide h2 span.title
{
	 padding-top: 5px;
	 display: block;
}

.sidetext-wide h2.clickable
{
	cursor: pointer;
}

.sidetext-wide h2.hovered
{
		background-color: #DEF8AC/*#CCE59C #BBD38E*/;
}

.sidetext-wide h2 div
{
	 background: transparent url(/img/sprites.gif) no-repeat;
	 width: 40px;
	 height: 30px;
	 margin: 0 5px 0 0;
	 float: left;
}

.sidetext-wide h2 div.category
{
	background-position: 0px 0px;
}

.sidetext-wide h2 div.keyword
{
	 background-position: 0 -32px;
}

.sidetext-wide h2 div.hovered-category
{
	background-position: -41px 0px;
}

.sidetext-wide h2 div.hovered-keyword
{
	background-position: -41px -32px;
}

.sidetext-wide ul
{
	list-style-type: none;
}

.sidetext-wide ul li
{
	margin: 0;
	list-style-type: none;
}


.sidetext-wide a, .sidetext-wide ul li a
{
	height: 2em;
	padding: 0 10px 0 0;
	color: #B26715;
	text-decoration: underline;
}

.sidetext td
{
vertical-align: middle;
}

.sidetext td.date1, .sidetext td.date2
{
font-size: 0.8em;
text-align: center;
line-height: 1.2em;
color: #fff;
width: 4.5em;
text-align: center;
padding: 5px !important;
}

.sidetext td.date1
{
background-color: #8CC63F;
}

.sidetext td.date2
{
background-color: #91E12C;
}

.sidetext td.title
{
padding: 3px !important;
font-size: 0.8em;
line-height: 1.2em;
border-bottom: #8CC63F dashed 1px;
}

.sidetext td.title a
{
}

/* Sidetext areas to use with two/three column views */

.sidetextCol, .sidetextCol-lightgreen
{
float: left;
position: relative;
display: block;
background-color: #CCE59C;
}

.sidetextCol-lightgreen
{
background-color: #EAEFE0;
}

.sidetextCol span.t, .sidetextCol span.t span, .sidetextCol span.b, .sidetextCol span.b span, .sidetextCol-lightgreen span.t, .sidetextCol-lightgreen span.t span, .sidetextCol-lightgreen span.b, .sidetextCol-lightgreen span.b span
{
display: block;
overflow: visible;
height: 10px;
background: transparent url(/img/sidetext_corners.gif) 0 0 no-repeat;
}

.sidetextCol-lightgreen span.t, .sidetextCol-lightgreen span.t span, .sidetextCol-lightgreen span.b, .sidetextCol-lightgreen span.b span
{
background: transparent url(/img/sidetext_corners_lg.gif) 0 0 no-repeat;	
}

.sidetextCol span.t, .sidetextCol span.t span, .sidetextCol-lightgreen span.t, .sidetextCol-lightgreen span.t span
{
width: 100%;
position: absolute;
top: 0;
}

.sidetextCol span.b, .sidetextCol span.b span, .sidetextCol-lightgreen span.b, .sidetextCol-lightgreen span.b span
{
bottom: 0;
left: 0;
font-size: 0px;
}

.sidetextCol span.t span, .sidetextCol-lightgreen span.t span
{
background-position: 100% -20px;
}

.sidetextCol span.b, .sidetextCol-lightgreen span.b
{
background-position: 0 -10px;
}

.sidetextCol span.b span, .sidetextCol-lightgreen span.b span
{
background-position: 100% -30px;
}

.sidetextCol ul li a.current, .sidetextCol-lightgreen ul li a.current
{
	font-weight: bold;
	color: #C80000 !important;
	background-color: #9BBF53;
	
}




/* Side image within main content */

.imagenudge
{

display: block;
background-color: #F2F2F2;
margin: 20px 0 20px 0;
padding-left: 20px;
}

.imagenudge img
{

}

/* Gallery-like area
 * -----------------
 */

#content a.gallery, #content a.gallery2
{
	display: block;
	text-decoration: none;
	padding:  0px;
	margin:  0 auto;
	position: relative;
}

#content a.gallery2
{
	padding: 5px;
	margin: 5px;
}

#content a.gallery
{
	width: 100%;
	float: left;
}

#content a:hover.gallery, #content a:hover.gallery2
{
	display: block;
	background-color: #D1E6EF;
	color: #6F400D;
}

#content a.gallery span, #content a.gallery2 span
{
	font-size: 0.9em;
	display: block;
	margin: 3px 5px 10px 5px;
	text-decoration: underline;
}

#content a:hover.gallery span, #content a:hover.gallery2 span
{
text-decoration: none;
}


#content a.gallery img.bordered, #content a.gallery2 img.bordered
{
	border: 2px solid #B26715;
	text-decoration: none;
	display: block;
	margin: 10px auto 0px auto;
}

#content a:hover.gallery img.bordered, #content a:hover.gallery2 img.bordered
{
	border-color: #000;
}

#content a div.expand-icon, #content a span.expand-icon
{
	display: none;
}

#content a:hover div.expand-icon, #content a:hover span.expand-icon
{
	display: block; 
	height: 16px; width: 16px; 
	position: absolute; 
	top: 5px; 
	left: 5px;
	background: transparent url(/img/icons/overlay/magnifier--plus.png) top left no-repeat;
}


span.breadcrumbs
{
	font-size: 0.75em;
	color: #555;
        background: #e4e4e4;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
}

#content-inner span.breadcrumbs a, #content-inner span.breadcrumbs span.nolink
{
	color: #B26715;
	text-decoration: none;
	background: #e4e4e4 url(/img/breadcrumb.gif) right center no-repeat;
	height: 16px;

}

#content-inner span.breadcrumbs span.nolink
{
	color:  #555;
}

#content-inner span.breadcrumbs a span, #content-inner span.breadcrumbs span.nolink span, #content-inner span.breadcrumbs span.last
{
	padding: 0px 15px 0px 7px;
}

#content-inner span.breadcrumbs a:hover
{
	color: #FF7800;
}

/* Search */

#searchbar
{
background: transparent url(/img/searchbar-blue.png) top left no-repeat;
height: 60px;
width: 210px;
float: left;
}

#searchbar-inner
{
padding: 0 0 0 15px;
position: relative;
float: left;
}

#searchbar-inner label
{
font-size: 1.0em;
float: left;
color: #195D7F /*#603813*/;
margin: 10px 0 0 0;
}

#searchbar-inner input#keywords
{
position: absolute;
left: 5px;
top: 17px;
color: #777;
margin: 10px;
}

#searchbar-inner input.submit
{
position: absolute;
color: transparent;
font-size: 0px;
cursor: pointer;
float: right;
border: none;
background-color: transparent;
width: 42px;
height: 42px;
top: 11px;
left: 160px;
text-indent: -5000px;
}

table.results
{
}

#content-inner table.results tr td
{
padding: 10px;
}

#content-inner table.results tr.tableheader td
{
padding: 0px;
}

#content-inner table.results tr.tableheader td h3
{
padding: 0px 0 0px 5px;
margin-top: 0;
}

#content-inner table.results tr td h1, #content-inner table.results tr td h2, #content-inner table.results tr td h3, #content-inner table.results tr td h4
{
margin-top: 0;
}

.resultRowOne, .resultColumnOne
{
	background-color: #B8D1DB;
}

.resultColumnOne
{
	border-right: 1px #f2f2f2 solid;
	border-bottom: 1px #f2f2f2 solid;
}

.resultRowTwo
{
	
}

.resultColumnTwo
{
	background-color:  #91C4D8;
	border-right: 1px #f2f2f2 solid;
	border-bottom: 1px #f2f2f2 solid;
}

.resultColumnThree
{
	background-color: #6BA9BF;
	border-right: 1px #f2f2f2 solid;
	border-bottom: 1px #f2f2f2 solid;
}

/* Footer */

#footer
{
margin: 0 auto;
color: #f2f2f2;
position: relative;
background: #022A43 url(/img/footer-bkg.gif) top left repeat-x;
/*width: 920px;*/
height: 300px;
border-top: #1A2128 /*#195D7F*/ 1px solid;
}

.clearfooter {
height: 300px;
clear: both;
width: 100%;
position: relative;
}

#footer-inner
{
margin: 0 auto;
width: 920px;
padding: 25px 15px 15px 15px;
}

#footer-inner .foot-col1, #footer-inner .foot-col2, #footer-inner .foot-col3, #footer-inner .foot-col4
{
width: 195px;
height: 180px;
padding: 0 10px 0 20px;
float: left;
border-right: 2px #01141F dotted;
}

#footer-inner .foot-col1, #footer-inner .foot-col1 a,
#footer-inner .foot-col4, #footer-inner .foot-col4 a
{
	font-size: 0.9em;
	line-height: 1.2em;
}

#footer-inner .foot-col4
{
	border: none;
}


#footer-inner a
{
color: #5FAFD6;
font-size: 0.8em;
}

#footer-inner h3
{
	color: #FFF;
	margin: 0 0 5px;
	font-size: 1em;
	font-weight: normal;
	font-family: "Hiragino Mincho Pro W3 aka", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W6 aka", "ヒラギノ明朝 Pro W6", "MS Mincho", "ＭＳ 明朝", Georgia, Century, Times;
	text-transform: uppercase;
	text-shadow: #000 0 1px 0px;
	letter-spacing: 0.1em;
}

#content-inner a.returnToTop
{
	display:block;
	text-align: right;
	clear: both;
	text-decoration: none;
}

#content-inner a.returnToTop img
{
	margin: 0;
	padding: 0;
	border: none;
}

/* Sitemap */

.sitemap
{
float: left;
width: 150px;
padding: 0 20px;
margin: 0 0 30px 0;
}

.sitemap ul.nav_cat_archive
{
margin: 0 !important;
list-style: none;
}

.sitemap ul.nav_cat_archive ul
{
font-size: 12px;
margin: 0 !important;
}

.sitemap ul li
{
list-style: none !important;
margin: 0;
padding: 0;
line-height: 1em;
}

.sitemap ul li a
{
font-size: 12px;
margin: 0 0 0 0em;
}

.sitemap ul li h3
{
margin: 1.5em 0 0 0;
font-size: 16px !important;
font-weight: bold;
}




/* Entry and Content-specific styles */

/* List */

.listarea ul
{
width: 100%;
float: left;
height: 100%;
display: block;
margin: 5px 0 15px 0;
}

.listarea ul li
{
width: 33%;
float: left;
border: 1px transparent solid;
}

.listarea b, .listarea h3 {
float: left;
width: 100%;
}

.listarea b 
{
background-color: #B8D1DB;
}

#epi-map
{
	height: 500px;
	border: 1px solid #333;
}


/* 3-column view (for /jp(or en)/projects page */

#threecolumnview
{

}

#threecolumnview ul, #twocolumnview ul
{
	margin: 0;
	padding: 0;
	float: left;
	width: 30%;
	padding-right: 3%;
}

#threecolumnview hr, #twocolumnview hr
{
	border:  none;
	border-bottom:  1px #aaa solid;
}

#twocolumnview ul
{
	width: 47%;
}

#threecolumnview ul li, #twocolumnview ul li
{
	list-style: none;
}

#threecolumnview ul li p, #twocolumnview ul li p
{
	font-size: 0.9em;
	color: #666;
}

#threecolumnview ul li h2.nopad, #twocolumnview ul li h2.nopad
{
	margin: 0;
}

/* For standard areas - useful with sidetextCol */

.columnView70
{
	width:  68%;
	margin:  0 2% 20px 0;
}

.columnView30
{
	width:  28%;
	margin:  0 0% 20px 0;
}

#content-inner .columnView70 ul, #content-inner .columnView30 ul
{
	margin: 0;
}

#content-inner .columnView70 ul li, #content-inner .columnView30 ul li
{
	list-style-type: none;
}

#content-inner .columnView70 ul li a, #content-inner .columnView30 ul li a
{
	display:  block;
	font-size: 0.9em;
	padding: 3px;
}

li.colItemInactive
{
	color: #A3BF6B;
	padding: 3px;
}

#content-inner .columnView70 h2.sidetext-h2, #content-inner .columnView30 h2.sidetext-h2
{
	font-size: 1.2em;
	color: #603813;
	line-height: 1.2em;
	border: none;
	margin: 0em 0 0.3em 0;
}