a {
	color : #934141;
    text-decoration : none;
}

a:hover {
	color:  #934141;
    text-decoration : underline;
}
body {
    background: #ececec;
    color: #333333;;
	scrollbar-face-color:"lightblue";
	scrollbar-arrow-color:"white";
	scrollbar-base-color:"white";
	scrollbar-shadow-color:"snow";
	scrollbar-highlight-color:"snow";
    line-height: 1.2 ;
}

.scroll {
    overflow:auto;
    width:577px;
    height:555px;
} 

.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}

.sidetitle {
    margin-left: 1em;
    color: black;
    font-weight: bold;
}


.bold {
    color: #333333;
    font-weight: bold;
}

.font-sans {
   font-family:sans-serif;
}

.bluefont {
   color: #008DF9;
   font-weight: bold;
}
.cherryfont {
   color: #8e121d;
   font-weight: bold;
}
.grayfont {
   color: gray
}
.whitefont {
   color: white;
}
.orangefont {
   color: #d07215;
   font-weight: bold;
}
.bigfont {
   font-size: 6em;
   color: gray;
   font-family: serif;
   text-decoration: none
   
}

.sobigfont {
   font-size: 5em;
   color: gray;
   font-family: serif;
   text-decoration: none
   
}

.sosobigfont {
   font-size: 2em;
   color: gray;
   font-family: serif;
   text-decoration: none
   
}
.smallfont {
   font-size: smaller;
}

.update {
    margin-left: 1em;
}

.explanation {
    line-height: 150%;
    margin-left: 1em;
} 
.title {
    color: gray;
    font-size: large;
    font-weight: bold;
}
.headline {
    color: gray;
    font-size: xx-large;
    font-weight: bold;
}
.sidebody {
    margin-left: 2em;
}

/* 太字にする */
.title {
    font-weight: bold;
}
/* 太字ここまで */


/* 吹き出しコメントの表示 */



/* Tip表示する文字の装飾 */
a.tips{
  text-decoration:none;
  font-style:bold;
  color:black;
}
/* Tip表示するレイアの定義と装飾 */

DIV.tips{
  position:absolute;
  visibility:hidden;
  border:1px solid orange;
  padding:5;
  background-color:lightyellow;
  layer-background-color:#ffffcc;
}
/* 吹き出しここまで */

