/* 汎用スタイルシート */
/* WritedBy S.Sakura */
/* http://www.saintstar.com/ */
BODY{
	margin: 4em 5% 1em;
  font-family : "MS UI Gothic";
}
H1{
  font-size : 36px;
H2{
  font-size : 26px;
  
  border-left-style : none;
  
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #a5a2ea;
}
H2{
  border-left-width : 3px;
  border-bottom-width : 1px;
  border-left-style : double;
  border-bottom-style : dotted;
  border-left-color : #a092e7;
  border-bottom-color : #a092e7;
  text-indent : 3px;
  padding-left : 3px;
  font-size : 20px;
}
H3{
  font-size : 15px;
  border-left-width : 2px;
  border-bottom-width : 1px;
  border-left-style : double;
  border-bottom-style : dotted;
  border-left-color : #a092e7;
  border-bottom-color : #a092e7;
  text-indent : 5px;
  padding-left : 5px;
  left : 30px;
  margin-left : 5px;
}
A{
  font-size : 15px;
  color : blue;
  text-decoration : underline;
  font-weight : bold;
}
A:VISITED{
  font-size : 15px;
  color : blue;
}
LI{
  
  list-style-image : url(../img/ribbon.gif);
}
TD{
  
border-width : 1px 1px 1px 1px;border-style : dotted dotted dotted dotted;border-top-color : #cecff4;border-right-color : #cecff4;border-bottom-color : #cecff4;border-left-color : #cecff4;
}