@charset   "Shift_JIS";
  /* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/


.m0l0o {
  text-decoration: none;
  margin: 0px;
  border : 1px solid;
}
.m0l1o {
  text-decoration: none;
  margin: 0px;
  border : 1px solid white;
}
.m0l0i {
  padding: 6px  10px 4px;
  text-decoration: none;
  font-family: Tahoma, Verdana, Arial;
  font-size: 15px;
}
.m0l1i {
  padding:  6px  10px 4px;
  text-decoration: none;
  font-family: Tahoma, Verdana, Arial;
  font-size: 15px;
}
TD{
  font-size : 15px;
  font-family : HG丸ｺﾞｼｯｸM-PRO;
  line-height : 140%;
  text-align : center;
}
body{
  margin:0px;
  padding:0px;
  background-color:  ;
  text-align:center;
  background-color : #a4cdff;
}
#all{
  width : 800px;
  height:auto;
  background-color:#00000;
}
DIV.head{
  width : 1000px;
  height:100px;
}
.title{
  font-size:35px;
  font-weight : bold;
  font-style : normal;
  color:#ffffff;
  text-align:center;
  width : 1000px;
  height:70px;
  background-color:#336699;
  font : HGP正楷書体;
  font : "小塚明朝 Pro M";
  font : "小塚ゴシック Pro L";
  font : "AR P隷書体M";
  font : AR隷書体M;
}


