@charset "UTF-8";

/*==============================
  CSS Style Sheet for PFR
==============================*/

* {
  margin:  0;
  padding: 0;
  line-height: 1.5;
}

body {
  font-size: 11pt;
  font-family: Verdana, sans-serif;
  color: black;
}

p {
/*  margin: 0 0 1em; */
  padding: 10px 10px 0;
  text-align: justify;
}

h1 {
  clear: both;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

h2 {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
  margin-left: 10px;
}

h3 {
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  margin-left: 10px;
}

blockquote {
  margin:  15px;
  padding: 15px;
  border:  4px double #000033;
}

dl {
}

dt {
  margin-top: 10px;
  font-weight: bold;
}

dd {
  padding: 0 20px 0;
}

ol {
  margin: 0;
  padding: 0 30px;
}

#container {
  width: 960px;
  margin: 0 auto; /* centering */
}

.volume {
  font-weight: bold;
}

.figureCaption {
  font-style: italic;
}

/*------------------------------
  Style for Header
------------------------------*/
#header {
  background: #FFFFE0;
}

#header_image {
  width: 600px;
  height: 80px;
  float: left;
}

#header_news {
  width: 360px;
  height: 80px;
  float: right;
  background: #333300;
}

#header_news ul {
  width: 330px;
  height: 70px;
  padding: 0 10px;
  border:  4px double #FFFFE0;
}

#header_news li {
  color: #FF7F7F;
  font-weight: bold;
  list-style: none;
}

ul.header * {
  list-style: none;
  font-size: 0.9em;
  line-height: 1.2;
}

ul.header li {
  float: left;
  position: relative;
}

ul.header li a {
  display: block;
  padding: 5px 10px;
  width: 138px;
  border-top:    1px solid #FFF; /* Color of Button Edge(T) */
  border-right:  1px solid #CCC; /* Color of Button Edge(R) */
  border-bottom: 1px solid #CCC; /* Color of Button Edge(B) */
  border-left:   1px solid #FFF; /* Color of Button Edge(L) */
  text-docoration: none;
  background: #CCCCB0; /* Color of Buttons*/
  color:      #333300; /* Color of Menu Literature */
}

ul.header li a:hover { /* Mouse on Button */
  background: #333300; /* Color of Buttons*/
  color:      #CCCCB0; /* Color of Menu Literature */
}

ul.header li ul {
  display: none;
  position: relative;
  font-size: 1em;
}

ul.header li:hover > ul {
  display: block;
}

ul.header li ul li {
  float: none;
}
/*------------------------------
  Style for Contents Frame
------------------------------*/
#contents {
  width: 960px;
  background: #EEEED0;
  color:      #003333;
}

/*------------------------------
  Style for Contents Menus
------------------------------*/
#menu {
  float: left;
  width: 158px;
}

ul.menu * {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  list-style: none;
  font-size: 0.9em;
  line-height: 1.2;
}

ul.menu li {
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
}

ul.menu li a {
  display: block;
  padding: 5px 10px;
  width: 138px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #FFF;
  text-docoration: none;
  background: #CCCCB0; /* Color of Buttons*/
  color:      #333300; /* Color of Menu Literature */
}

ul.menu li a:hover {
  background: #333300; /* Color of Buttons*/
  color:      #CCCCB0; /* Color of Menu Literature */
}

ul.menu li a.submenu {
  background: #EEFFFF; /* Color of Buttons*/
  color:      #224444; /* Color of Menu Literature */
  font-size: 0.8em;
}

ul.menu li a.submenu:hover {
  background: #333355; /* Color of Buttons*/
  color:      #FFFFEE; /* Color of Menu Literature */
  font-size: 0.8em;
}

ul.menu li ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 160px;
  font-size: 1em;
}

ul.menu li:hover > ul {
  display: block;
}

/*------------------------------
  Style for Main Content
------------------------------*/
#main_content {
  width: 800px;
  color:      #003333;
  background: #FFFFE0;
  float: right;
}

#main_content div.indent {
  margin-left: 20px;
}

#main_content a:link,a:visited {
  color: #003399;
}

#main_content ul {
  margin: 10px 20px;
}

#main_content ul li {
  font-style: italic;
  list-style: none;
}

#main_content ul ul li {
  font-weight: normal;
  font-style: normal;
  list-style: none;
}

#main_content table {
  margin: 5px auto;
  text-align: center;
}

#main_content caption {
  caption-side: top;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
}

div#head_guide {
  margin-right: 30px;
  text-align: right;
  font-size: 0.9em;
}

#main_content ul.index {
  margin: 0;
  padding: 0 30px;
}

#main_content ul.index li {
  font-weight: bold;
  font-style: normal;
  color: #FF7F7F;
}

#main_content ul.index ul {
  margin: 0;
  padding: 0 30px;
}

#main_content ul.index ul li {
  font-weight: normal;
  font-style: normal;
}

#main_content ul.std {
  margin: 0;
  padding: 0 30px;
}

#main_content ul.std li {
  font-weight: normal;
  font-style: normal;
}

#main_content ul.ita {
  margin: 0;
  padding: 0 30px;
}

#main_content ul.ita li {
  font-weight: normal;
  font-style: italic;
}

#volumeIndex {
  width: 800px;
}

#volumeIndex p {
  font-size: 0.7em;
  text-align: left;
}

/*------------------------------
  Style for Footer
------------------------------*/
#footer * {
  clear: both;
  height: 75px;
  font-weight: bold;
  color:      #FFFFE0;
  background: #333300;
  line-height: 2.0;
  font-size: 0.9em;
}


div#footer strong{
/*  text-decoration: underline; */
}
