﻿
/*------------   General style   -----------------------*/

html,body {
  margin: 0;
  padding: 0;
  font-size : 14px;
  color: #000000;
  background: #ffffff;
  font-family: Meiryo, MS PGothic, Verdana, Arial, sans-serif;
  }

a {
  color : #347235;
  }

/*
a:hover {
  background-color : #008000;
  text-decoration: none;
   }
*/

h1 {
  color : #347235;
  background: #f5fffa;  /*--  for IE  --*/
  /*background: linear-gradient(to right bottom,rgba(0,128,0,0),rgba(0,128,0,1));*/
  font-size : 22px;
  font-weight : bold;
  margin : 0px;
  padding: 10px 20px 10px 30px;
   }

h1 a:link{
  color : #347235;
  background: #f5fffa;
  font-size : 22px;
  font-weight : bold;
  text-decoration: none;
}

h1 a:visited{
  color : #347235;
  background: #f5fffa;
  font-size : 22px;
  font-weight : bold;
  text-decoration: none;
}

h1 a:hover{
  color : #008000;
  background: #f5fffa;
  font-size : 22px;
  font-weight : bold;
  text-decoration: none;
}

h2 {
  font-size : 20px;
  font-weight : bold;
  margin-left : 30px;
  color : #347235;
   }



hr {
  width: 80%;
  border-color: #008000;
}






/*------------------  Icons style  -------------------------*/


div#Icons {
  margin: auto auto auto 100px;
  }


div#Icons .Applications {
  float: left;
  margin: 20px 0px 50px 0px;
  }


div#Icons .Access {
  float: left;
  margin: 20px 0px 50px 30px;
  }


#Icons th {
  color: #ffffff;
  text-align: center;
  background-color: #eec900;
  border-radius: 3px;
  }


#Icons td {
  background-color: #fffacd;
  border-radius: 3px;
  }


#Icons td.ApplicationName {
  color: #ffffff;
  text-align: center;
  background-color: #eec900;
  border: none;
  }


#Icons td img {
  vertical-align: middle;
  border: none;
  }



/*----------------    Subjects style     --------------------*/


div#Subjects {
  margin: 20px 100px 20px 100px;
  clear:both;
  }

#Subjects table {
  font-size: 85%;
  }

#Subjects th {
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  border-radius: 3px;
  font-weight: bold;
  }

#Subjects td {
  border: 1px solid;
  text-align: left;
  vertical-align: top;
  border-radius: 2px;
  }


#Subjects td.Subject_Term {
  text-align: center;
  }







/*-------------------  BodyText style ----------------------*/


#BodyText {
 margin-left: 80px;
 font-family: Meiryo, MS PGothic, "bitstream vera sans", verdana, sans-serif;
 padding: 20px;
 border-top: none;
 z-index: 5;
 }


#BodyText a {
 text-decoration: underline;
 }

#BodyText form {
 text-align: center;
 }



.BText {
 margin-left: 80px;
 font-family: Meiryo, MS PGothic, "bitstream vera sans", verdana, sans-serif;
 border-top: none;
 }

.red {
 color: #ff0000;
}



/*--------------------- Attention note style -------------------------*/


#Attention table {
 border-width: 2px;
 border-color: #f778a1;
 border-style: dotted;
 margin-left: auto;
 margin-right: auto;
 padding: 3px 10px;
 }







/*-----------------  Language change style --------------------------*/


#Language {
 text-align: right;
 margin: 20px 50px 20px 0px;
}

#Language a {
 color: #008b8b;
 text-decoration: none;
 }



/*-------------------- Link style --------------------------*/


#Link {
 margin-left: 80px;
 font-family: Meiryo, MS PGothic, "bitstream vera sans", verdana, sans-serif;
 padding: 20px;
 border-top: none;
 z-index: 5;
 }





/*---------------------- Footer style --------------------------*/


#Footer {
 margin: 10px 0px 20px auto;
 width: 100%;
 clear:both;
 }


#Footer table {
 border-style: none;
 width: 90%;
 }


#Footer td {
 border-style: none;
 text-align: right;
 }




