/*
  $Id: default.css,v 1.16 2008/06/16 02:15:07 yahiro Exp $
*/

body {
  background-color: #ffffff;
}

div#wrapper 
{

}

a img {
   border: none;
}

s {
  color: #999;
}
/*******************************
  Global Menu
*******************************/
div#globalmenu 
{
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
/*
  text-align: right;
*/
  font-size: 13px;
  background-color: #333366;
  border-bottom: solid 3px #000066;
  border-top: solid 3px #9999aa;
  
}

div#globalmenu a {
  color: #ffffff;
}
div#globalmenu div#gnavi {
  display: inline;
  float: right;
}
div#globalmenu ul 
{
   margin: 0px;
   padding: 0px;
   display: inline;
   margin-left: 0px;
   margin-right: 0px;
   border-left: solid 1px #666;
  
}

div#globalmenu ul li 
{
    display: inline;
    margin-left: 0px;
    border-right: solid 1px #666;
    padding-left: 8px;
    padding-right: 8px;

}

div#globalmenu a {
   text-decoration: none;
}


div#menu {
 width: 120px;
 float: left;
 background-color: #003366;
 background-color: #eeeeff;
 color: #330;
 font-size: 12px;
}

div#menu ul {
 padding: 0px;
 margin: 0px;
}

div#menu ul li {
 padding: 0px;
 margin: 0px;
 border-bottom: solid 1px #ccccff;
 display: block;
 /*
  text-align: center;
  text-align: justify;
  text-justify: distribute-all-lines;
  padding-right: 8px;
 */
  padding-left: 8px;

 list-style: none;

}

div#menu ul li ul {
  padding-left: 8px;
}

div#menu a {
  color: #333300;
 display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
}

div#menu a:hover {
  background-color: #ffeeee;
}

div#menu h1 {
  font-size: 14px;
  font-weight: 100;
  text-align: center;
 margin: 0px;
 padding: 0px;
  border-left: 5px solid #6699cc;
  border-right: 5px solid #6699cc;
  background-color: #336699;
 color: #ff0;
  padding-top: 3px;
  padding-bottom: 3px;
  letter-spacing: 2px;
}




div#menu li#currentpage 
{
  background-color: #ccc;

}

div#menu li#currentpage ul li 
{
  font-weight: normal;

}


/******************************
  main Contents
*******************************/
/*

 iframe時には適用されない
*/
div#maincontentsarea {
   margin-left: 120px;

   border-left: solid 1px #ccc;
   text-align: left;
   font-size: 0.9em;
}


/* 
  iframe時, 非iframe時にも適用される
*/
div#maincontents
{

}

div#maincontents h1#title 
{/*
  font-weight: bold;
  font-size: 24px;
  background-color: #483d8b;
  color: #fff;
  padding: 4px;
  margin: 0px;
  border-bottom: solid 3px #9999ff;
  border-left: none;
*/
  font-size: 1.4em;
  background-color: #eef;
 border: none;
  font-weight: bold;
 padding: 6px;
  padding-top:5px;
  margin-top: 0px;
  margin-left: 0px;

}

div#maincontents h1 
{
/*
  font-size: 24px;
  font-weight: normal;
  border-bottom: solid 3px #483d8b;
  border-left: solid 24px #483d8b;
  padding-left: 8px;
  color: #483d8b;
*/
   border-left: solid 8px #000099;
  border-bottom: solid 1px #cccccc;
  padding-left: 4px;
  padding-top: 3px;
 color: #66a;
  background-color: #eee;

  font-size: 16px;
}


div#maincontents h2
{
/*  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 2px #6666ff;
  border-left: solid 12px #6666ff;
  padding-left: 16px; 
  color: #483d8b;
*/
  margin: 0px;
  margin-left: 8px;
  border-left: solid 8px #ccccff;
  border-bottom: solid 1px #ccccff;
  font-weight: normal;
  font-size: 1.0em;
  background-color: #eeeeff;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
}



div#maincontents h3
{/*
  font-size: 18px;
  font-weight: normal;
  border-bottom: solid 1px #9999ff;
  border-left: solid 6px #9999ff;	
  padding-left: 24px; 
  color: #483d8b;
  font-weight: bold;
*/

  margin: 0px;
  margin-left: 16px;
  /*
   border-left: solid 8px #ccccff;
  */
  border-bottom: solid 1px #ccccff;
  font-weight: normal;
  font-size: 0.9em;
  background-color: #eeeeff;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px; 
}

div#maincontents p 
{
  text-indent: 1em;
  margin-left: 1.0em;
}


div#maincontents div.sample 
{
  margin-left: 64px;
  margin-right: 64px;
  border: solid 1px #cccccc;  
  padding: 6px;
  background-color: #ffffee;
}

div#maincontents div.source 
{
  margin-left: 64px;
  margin-right: 64px;
//  border: solid 1px #cccccc;  
  padding: 6px;
  background-color: #eeeeff;
  border-left: solid 3px #996666;
}

div#maincontents div.important 
{
  margin-left: 64px;
  margin-right: 64px;
  border: solid 1px #990000;  
  padding: 6px;
  background-color: #ffcccc;
}

div#maincontents em
{
  color: #990000;
  font-style: normal;
  font-weight: bold;
}

div#maincontents span.sourcefilename 
{
  color: #008800;
  font-weight: bold;
  padding: 3px;
  border: solid 1px #ff00ff;
}

div#maincontents div.sourcecaption 
{
   margin: 0px;
   text-align: center;
   color: #336633;	
}
div#maincontents span.filename {
  color: #008800;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
}

div#maincontents .fig {
  float: right;
  padding: 6px;
  margin: 6px;
}

div#maincontents .fig-caption {
  font-size: 11px;
  text-align: center;
  color: #006600;
}
/****

****/
div#footer {
   clear: both;
   border-top: solid 1px #ccc;
   font-size: 13px;
}


tr.even {
  background-color: #ffffcc;	
}

tr.odd {

}


tr.header {
 background-color: #000099;
 color: #ffffff;
}

div.caption {
 font-size: 10px;
 text-align: center;
 color: #006600;
 margin-bottom: 5px;
}