body{
  background: #ffffff;
  font-size: 16px;
  color: #000000;
  scrollbar-3dlight-color : #3366ff;
  scrollbar-arrow-color : #3366ff;
  scrollbar-base-color : #3366ff;
  scrollbar-darkshadow-color : #3366ff;
  scrollbar-face-color : #b0e0e6;
  scrollbar-highlight-color : #ffffff;
  scrollbar-shadow-color : #3366ff;
  scrollbar-track-color : #ffffff;
}
p.top{
  color: #6495ed;
  font-size: 32px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}
.title{
  color: #6495ed;
  font-size: 22px;
  text-align: center;
}
.title_top{
  color: #ffffff;
  background: #6495ed;
}
.subtitle{
  font-size: 18px;
  font-weight: bold;
}
.research{
  font-size: 12px;
  text-align: left;
  width: 500;
}
p.font_12{
  font-size: 12px;
}
.diary_index{
  background: #b0e0e6;
  text-align: center;
  width: 400;
  border-style: solid solid solid solid;
  border-width: 2px 2px 2px 2px;
  border-color: #3366ff;
}
.diary_index2{
  background: #ffffff;
  text-align: center;
}
.profile{
  font-size: 12px;
}
.small_font{
  font-size: 10px;
}
table.font{
  font-size: 14px;
}
table.font2{
  color: #000000;
  font-size: 14px;
}
a{
  text-decoration : underline;
  text-align: center;
  font-size: 16px;
}
a:link{
  color: #3366ff;
}
a:visited{
  color: #3366ff;
}
a:active{
  color: white;
  background: #3366ff;
}
a:hover{
  color: white;
  background: #3366ff;
}