body{
  color: #000000;
  font-family: "ＭＳ Ｐゴシック","Osaka",sans-serif;
  font-size : 12pt;
}
a.white       {
	color:#FFFFFF; text-decoration:none;
}
a.white:hover {
	color:#FF6600;
}
a.gray        {
	color:#555555; text-decoration:none; font-size:12px;
}
a.gray:hover  {
	color:#FFFFFF;
}
a.gray2       {
	color:#4169E1; text-decoration:none;
}
a.gray2:hover {
	color:#00BFFF;
}
a.green       {
	color:#00CC00; text-decoration:none;
}
a.green:hover {
	color:#88FF00;
}
a.black       {
	color:#000000; text-decoration:none;
}
a.black:hover {
	color:#FFFFFF;
}

.title{
	/* setting for title */
  width: 18em;
  padding: 2px 1.5em 1px 1.5em;
  border: solid 1px #C8DCF8;
  color: #333333;
  background-color: #FFFFFF;
  font-size: 11pt;
  letter-spacing: 0.1em;
  
}
.mark{
	/*left side mark for title */
  width: 8px;
  height: 8px;
  font-size: 8px;
  background-color: #C8DCF8;
  
}
.mark2{
	/* right side line for title */
  width: 190px;
  height: 1px;
  font-size: 1px;
  background-color: #C8DCF8;
  
}
.box{
	/* setting for header */
  padding: 2px 1.5em 1px 1.5em;
  border: solid 1px #DDDDDD;
  color: #333333;
  background-color: #FFFFFF;
  font-size: 11pt;
  letter-spacing: 0.1em;
  
}
.large-box{
	/* setting for header */
  padding: 2px 1.5em 1px 1.5em;
  border: solid 4px #FFDAB9;
  color: #555555;
  background-color: #FFFFFF;
  font-size: 12pt;
  letter-spacing: 0.1em;
  
}
.frame{
	/* setting for each cell's frame */
  border: solid 2px #DDDDDD;
  color: #000000;
  font-size: 12pt;
  
}
.table-frame{
	/* setting for table's frame */
  border: solid 3px #DDDDDD;
  border-style: double;
  
}
.space{
	/* letter-space */
  font-size: 10pt;
  letter-spacing: 0.5pt;
  line-height: 140%;
    
}
.space1{
	/* letter-space */
  font-size: 10pt;
  letter-spacing: 0.5pt;
  line-height: 180%;
    
}
.space2{
	/* letter-space */
  font-size: 10pt;
  letter-spacing: 0.5pt;
  line-height: 190%;
    
}
.comment{
	/* setting for comment */
  color: #0000FF;
  font-size: 9pt;
  letter-spacing: 0.08em;
  
}
.comment-box{
	/* setting for comment-box */
  font-size: 9pt;
  border: solid 1px #4169E1;
  background-color: #DDDDDD;
  
}
.comment-box2{
	/* setting for comment-box */
  font-size: 9pt;
  border: solid 1px #4169E1;
  padding-left: 0.8em;
  background-color: #DDDDDD;
  
}
.headline{
	/* setting for headline */
  font-size: 12pt;
  background-color: #C8DCF8;
  border-left: double 17px #6699CC;
  filter: alpha(opacity=100,finishopacity=10,style=1);
  
}
.linetext{
  font-size: 9pt;/*文字サイズ*/
  border-bottom: 1px dashed #616161;
  margin: 2px;
  padding: 1px 1px;
  
}
.size0 {
	font-size: 10pt;
}
.size1 {
	font-size: 11pt;
}
.size2 {
	font-size: 12pt;
}
.size4 {
	font-size: 14pt;
}
