body								
{ font: 12px Helvetica, Sans-Serif; } 
a
{ 
  text-decoration: none; 
}
a:link {color:#0000ff;}      /* unvisited link */
a:visited {color:#0000ff;}  /* visited link */
a:hover {color:#ff0000;}  /* mouse over link */
a:active {color:#0000ff;}  /* selected link */ 

ul.list { list-style: none; margin-left: 0.5em; padding-left: 0.5em; }
ul.list ul.list { margin-left: 0em; padding-left: 0em; font-size: 85%; }
li.list a:hover { color:red; }

a.bar { font-size: 12px; }

a.pos_right_top
{ 
  font-size: 14px;
  font-weight: bold;
}

.smaller { font-size: smaller;}

.smallbold { font-size: smaller; font-weight:bold;}

.bold { font-weight: bold; }

.article_title { text-align: center; }

.author { text-align: center; }

.slogan
{ 
  /*text-align: center;*/ 
  font-size: 12px;
  font-weight: bold;
	font-variant: small-caps; 
  color: #404040;
}

.date { text-align: center; }

.contents { margin:0px 195px 0px 50px; }

.right_bar
{
  position:fixed;
  top:5px;
  right:5px;
  width:180px;
  height:100%;
  background-color:#f0f0f0;
}

.pos_right_top
{
  position:relative;
  left:20px;
  top:5px;
}
.pos_right
{
position:relative;
left:-20px;
}

pre.out {
  background-color: #CCFFFF;
}

pre.lg {
  background-color: #F8F8F8;
}
