@charset "UTF-8";

body {
	background-color: #FFFFFF;
	color: black;
	font-family: "ＭＳ 明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	line-height: 1.166;
	margin: 0px 0px 0px 0px;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

h1 {
	background-color: #990000;
	color:#FFCC66;
	font-family: "ＭＳ ゴシック", "Osaka－等幅", Verdana, Arial, sans-serif;
	font-size: 120%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

h2, h3, h4, h5, h6, div.description dt {
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "Osaka－等幅", Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #990000;
}

h2 {
	font-size: 114%;
}

h3 {
	font-size: 110%;
}

h4, div.description dt {
	font-size: 100%;
}

strong{
	font-family: "ＭＳ ゴシック", "Osaka－等幅", Verdana, Arial, sans-serif;
}

#masthead{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#navBar{
	margin: 0px 77% 5px 0px;
	padding: 0px;
	/* border-bottom: 1px solid #ccc; */
	/* position: fixed;
	top: 100px;
	left: 0px; */
    /* Don't show Navigation Bar! */
	display: none;
}

#navBar ul a {
	display: block;
	padding: 3px 0px 3px 10px;
}
#navBar ul {
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #CCCCCC;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#content{
/*   float:right;
  width: 74%; */
  margin: 0px;
  padding: 0px 10px 0px 10px;
  /* border-top: 1px solid #666666;
  border-left: 1px solid #666666; */
}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

#pageName{
	padding: 0px 0px 10px 10px;
}

#utility{
	font: 70% Arial,sans-serif;
	/* position: absolute; */ /* settings for withNavBarCSS */
	/* top: 36px; */
	/* right: 0px; */
	color: #FFFFFF;
	text-align: right;
}

#utility a:link, #utility a:visited, #utility a:hover {
	text-decoration: none;
}

.link_back {
	font: 70% Arial,sans-serif;
	color: #666666;
	text-align: right;
}

#globalNav{
  font-family: "ＭＳ ゴシック", "Osaka－等幅", Verdana, Arial, sans-serif;
  font-size: 80%;
  background-color: #FFCC66;
  color: #990000;
  margin: 0px;
  padding: 3px 0px 3px 10px;
  white-space: nowrap;
  /* Don't show Global Navigation Bar! */
  display: none;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
  display: block;
}

#globalNav a {
  color: #990000;
  text-decoration: none;
}

#globalNav a:link, #globalNav a:visited {
  color: #990000;
  padding: 3px 0px 3px 0px;
  text-decoration: none;
}

#globalNav a:hover {
  color: #990000;
  background-color: white;
  padding: 3px 0px 3px 0px;
  text-decoration: none;
}

#globalNav a:active {
  color: #FFCC66;
  background-color: white;
  padding: 3px 0px 3px 0px;
  text-decoration: none;
}

address {
	font-style: normal;
	font-family: Arial, sans-serif;
}

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo a:link, #siteInfo a:visited, #siteInfo a:hover {
	text-decoration: none;
}

#sectionLinks{
	background-color: #990000;
	color: white;
	margin: 0px;
	padding: 0px;
	border-right:  1px solid #CCCCCC;
	/* border-left:  1px solid #CCCCFF; */
	border-bottom: 1px solid #CCCCCC;
	font-family: "ＭＳ ゴシック", "Osaka－等幅", Verdana, Arial, sans-serif;
	font-size: 90%;
}

#sectionLinks h3 {
	font-size: 100%;
	color: white;
	margin: 0px;
	padding: 10px 0px 2px 10px;
	border-top: 1px solid #CCCCCC;
}

#sectionLinks a {
	color: #FFCC66;
}

#sectionLinks a:link {
  padding: 2px 0px 2px 10px;
  border-top: 1px solid #CCCCCC;
  width: auto;
  background-color: #990000;
  text-decoration: none;
}

#sectionLinks a:visited {
  border-top: 1px solid #CCCCCC;
  padding: 2px 0px 2px 10px;
  background-color: #990000;
  text-decoration: none;
}

#sectionLinks a:hover {
  border-top: 1px solid #CCCCCC;
  background-color: #FFCC99;
  color: #990000;
  padding: 2px 0px 2px 10px;
  background-image: none;
}

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 10px 10px;
}

#breadCrumb a:link, #breadCrumb a:visited, #breadCrumb a:hover {
	text-decoration: none;
}

#date{
	background-color: white;
	font-family: Arial, sans-serif;
	padding: 20px 0px 10px 10px;
/*	border-bottom: 1px solid #666666; */
/* 	border-left:  1px solid #CCCCCC; */
/*	border-right:  1px solid #666666; */
	font-size: 75%;
	color: #666666;
}

#headlines {
	margin: 0px 0px 5px 0px;
	padding: 10px 2px 20px 10px;
	font-size: 80%;
	border-right:  1px solid #CCCCCC;
}

#headlines h3 {
	font-size: 100%;
	margin: 0px;
	padding: 5px 0px 2px 0px;
}

#headlines p {
	padding: 5px 0px 5px 0px;
}

.feature{
	padding: 0px 0px 10px 0px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 5px 5px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.story{
	clear: both;
	padding: 10px 0px 0px 0px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.en { font-family: "Times New Roman", serif; }

div.intro { 
  margin-top: 5px;
  margin-bottom: 5px;  
  font-size: 90%;
  border-width: thin;
  border-style: solid;
  border-color: #990000;
  background-color: #FFCC66;
  padding: 15px;
  line-height: 150%;
}

div.description {
  margin-top: 5px;
  margin-bottom: 5px;
  /* border-width: thin;
  border-style: solid;
  border-color: #FFCC99; */
  background-color: #FFCC99;
  padding: 15px; 
  line-height: 150%;
}

div.intro p, div.description p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

span.updated-red { color: yellow;
               background: red;
               vertical-align: super;
               font-weight: normal;
               /* font-size: 75%; */ }
			   
span.updated-yellow { color: red;
               background: yellow;
               vertical-align: super;
               font-weight: normal;
               font-size: 75%; }

span.note {
  font-family: "ＭＳ ゴシック", "Osaka－等幅", Verdana, Arial, sans-serif;
  color: #993300;
  font-size: 90%;
}