/* デフォルトCSS Document */



/****** CSSの初期化 ******/


body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
  vertical-align: baseline;
}

a img {
  border: none;
}

table {
  width:100%;
  border-collapse: collapse;
  border-spacing:0;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
}

th, td {
  padding:5px 0 5px 10px;
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc;
}

th {
	width:150px;
	font-weight:normal;
	font-style:normal;
	background:#FFEDC8;
	text-align:center;
}


th.year{
  background-color:#ffa300;
  color:#fff;
  width:100px;
 
}



