/************************************************
/*
/* 共通スタイルシート
/*
/* Modify 2006/2/6 情報推進課
/*
/************************************************

/* オールエリア */
A:hover{
  color: #ff0000;
}
.text-120{
  font-size : 120%;
}
.text-80{
  font-size : 80%;
}
.text-blue{
  color : blue;
}
.text-green{
  color : green;
}
.text-red{
  color : red;
}
.text-brown{
  color : maroon;
}
.text-align-center{
  text-align : center;
}
.text-align-right{
  text-align : right;
}

/* ヘッターエリア */
.homelink{
  font-size : 12px;
  text-align : right;
}
.topstyle{
  margin-top : 0px;
  margin-bottom : 0px;
  padding-top : 0px;
  padding-bottom : 0px;
  background-image : url(../img/bkimageG.gif);
  background-repeat : repeat-x;
}
.navi{
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #999999;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #999999;
  background-color : #ffffbb;
  margin-top : 0px;
  padding-top : 2px;
  padding-left : 25px;
  padding-bottom : 2px;
  margin-bottom : auto;
}
.naviskip{
  float : right;
  font-size : 12px;
  display: none;
}

/* コンテンツエリア */
.content{
  line-height : 150%;
  margin-top : 30px;
}
.content P{
  margin-left : 15px;
}
.content TABLE{
  margin-top : 20px;
  margin-left : 20px;
  margin-right : 20px;
  margin-bottom : 20px;
}
.content LI{
  line-height : 150%;
}
.content UL{
  list-style-type : none;
}
.midashi_M1{
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #999999;
  position : relative;
}
.midashi_M2{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #999999;
  margin-top : 2em;
  margin-bottom : 2em;
  background-color : #caffff;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #999999;
}
.midashi_M3{
  background-color : #ffcae4;
  margin-top : 2em;
  margin-bottom : 2em;
}
.midashi_M4{
  background-color : #acffac;
  margin-top : 2em;
  margin-bottom : 2em;
}
.midashi_S1{
  line-height : 150%;
  font-weight : bold;
  color : #000099;
}
.midashi_S2{
  line-height : 150%;
  font-weight : bold;
  color : #ff0000;
}
.PhotoStyle1{
  float : right;
  margin-left : 30px;
  margin-right : 10px;
  margin-bottom : 30px;
}
.PhotoStyle2{
  float : left;
  margin-left : 10px;
  margin-right : 30px;
  margin-bottom : 30px;
}
.PhotoStyle3{
  text-align : center;
  margin-top : 30px;
  margin-left : 30px;
  margin-right : 30px;
  margin-bottom : 30px;
}
.explanation{
  font-size : x-small;
}
.update{
  margin-top : 4em;
  margin-bottom : 1em;
  text-align : right;
}
.movetop{
  margin-top : 2em;
  margin-bottom : 2em;
  text-align : right;
}
.kanren{
  text-align : right;
}

/* フッターエリア */
.footer P{
  margin-left : 15px;
  line-height : 150%;
}
.midashi_F1{
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #999999;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #999999;
  background-color : #dfdfdf;
}
.copyright{
  font-size : x-small;
  color : #000099;
  text-align : center;
  margin-top : 0px;
}

