﻿<@charset "UTF-8";>
	html,body {
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ丸ゴ ProN','ヒラギノ角ゴ Pro W3','YuGothic','Yu Gothic','メイリオ',' Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;  
		}
	html,body{margin:0;padding:0;}
	body { width : 1024px ;
       margin:auto ;
     }
	body { color: #000000; font-size:0.8em; font-weight: bold; }
	*{
		margin:0:
		padding:0;
		}

	h1 {color: #fff ;font-size: xx-large ; width: 100% ; height: 40px ;
	 	background-color: #880000 ; padding: 10px 0 5px 20px;
		}

	table {border: solid 1px #000000; border-collapse: collapse;
	width: 100% ;
	}

	tr.koumoku {background-color: #dcddcd;}
	tr.iight {background-color: #feffef ;}
	tr.dark {background-color: #edeee0;}

	p.header {line-height: 1.5em ;
	}
	span.ookii { color: #f900f9 ;font-size: 2.3em;
	}
	span.end {color: #008000 ; font-size: 2.5em ;
	} 
		span.aka { color: red; font-weight: bold; font-size:1.1em;
	}
	span.kuro {font-weight: 900;
	}



/*前後ボタン*/
input#go_back{
  text-decoration: none;
  height:30px;
  width: 150px;
  line-height: 30px;
  background:none;
  text-align: center;
  color: #716246;
  border:solid 1px #716246;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
	}
input#go_back:hover{
  background:#fff;
  color: #716246;
}

	p.copy_right {color: #716246; font-size: 1.6em; font-weight: bold ;}




