table {
    background-color: #aaa;
    color: #111;
    border-spacing: 1px;
    font-size: 12px;
    width: 840px;
    text-align: left;
}
table.center{

	margin-left : auto ;

	margin-right : auto ;

	}
th {
    background-color: #ddd;
    background: -webkit-linear-gradient(90deg, #888 0%, #aaa 60%);
    background: -moz-linear-gradient(90deg, #888 0%, #aaa 60%);
    background: linear-gradient(90deg, #888 0%, #aaa 60%);
    padding: 1em 1.5em;
}
td {
    background-color: #eee;
    background: -webkit-linear-gradient(90deg, #dadcdf 0%, #eeefee 80%);
    background: -moz-linear-gradient(90deg, #dadcdf 0%, #eeefee 80%);
    background: linear-gradient(90deg, #dadcdf 0%, #eeefee 80%);
    padding: 5px 1.5em;
}
td.me {
    background: -webkit-linear-gradient(90deg, #fafcdf 0%, #feffee 80%);
    background: -moz-linear-gradient(90deg, #fafcdf 0%, #feffee 80%);
    background: linear-gradient(90deg, #fafcdf 0%, #feffee 80%);
}
td.hl2 {
    color: #c33;
}
td.hl3 {
    color: #33c;
}
td.matchyear {
    text-decoration: underline;
}
td.age {
    width: 3em;
    position: relative;
}
td.age:after {
    content: " 歳";
}
td.age div.ageSa {
    border-radius: 10px;
    padding: 2px 4px;
    position: absolute;
    top: 4px;
    right: -1em;
    z-index: 2;
}
td.name {
    width: 15em;
}
td.namej {
    width: 15em;
}
td.work {
    width: 18em;
}
td.year {
    width: 2.3em;
}
body {
    background-color: #666;
    font-family: meiryo;
    color: #ededec;
}
body,
ul {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 18px;
    margin: 2em;
}
article {
    margin: 0 30px 10px 30px;
    padding: 10px;
    width: 840px;
}
article ul li {
    list-style: none;
    margin-bottom: 1em;
}
article ul.target {
    position: relative;
    height: 70px;
}
article ul.target li{
    position: absolute;
}
article ul.target li.year {
    top: 24px;
    left: 370px;
}
form {
    display: inline;
}
#res0 {
    color: #fff;
    font-size: 12px;
    margin: 0 5px;
    height: 1.5em;
}
#res {
    color: #fff;
    font-size: 12px;
    width: 100%;
    height: 1.5em;
    text-align: right;
    margin: 0;
}
#test {
    position: absolute;
    left: 1000px;
    top: 50px;
}
footer {
    margin: 0 100px 50px 100px;
    font-size: 12px;
}
