@charset "utf-8";
@import "contents.css";
@import "css.css";





/* =========================================================
■ table-01 CSS のみで見栄えよくしてみる
========================================================= */

table#table-01 {
	width: 510px;
/*	border: 1px #3399CC solid;　　
	border-collapse: collapse;　
	border-spacing: 0;　*/
	color: #2A1FAA;
	cellpadding="0";
}


table#table-01 tr:hover td {
    background: #3D80DF;
    color: #FFFFFF;
}

/*
a       {display:block;width:100%;height:100%;}
a:hover {background-color:#ffcccc;}

*/

table#table-01 th {
    padding: 5px;
/*    border: #444444 1px solid;　*/
    background: #99ccff;
    font-weight: bold;
    line-height: 120%;
}


table#table-01 th.speech {
    background: #8C8C8C;
}


table#table-01 td {
    padding: 5px;
/*    border: #D9D9D9 solid;　
    border-width: 0 1px 0 1px;　*/
}


table#table-01 tr.even {
    background: #EDF3FE;

}

table#table-01 tr.even2 {
    background: #ffffff;

}



