body {
	margin: 40px;  
	background-color:#ffffff;
	color   :#000033;
}
p {
	font-size:11pt;
}

ul.booklist li{
	margin:15px 0px;
}

ul.guidelist li{
	list-style-type: none;
	margin:15px 0px;
}

td{
	border-top-width: 0px;
	border-right-width:1px;

	border-bottom-width:2px;
	border-left-width:0px;
	border-color:#000077;

}
th{
	border-top-width: 0px;
	border-right-width:1px;
	border-bottom-width:2px;
	border-left-width:0px;
	border-color:#000077;
}

td.blue{
	background-color:#0000ff
}

td.p{
	background-color:#ffffff;
}

table.list{
	border:0px;
	margin:30px;
}

/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color:0000ff;/*文字の色：青*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
}
a:visited {/*訪問後の色*/
    color:#934C7B;/*文字の色：紫*/
    text-decoration:underline;/* 下線 */
}
a:hover {/*カーソルを合わせたときの色*/
    color:#ff0000;/*文字の色：赤*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
}
a:active {/*クリック中の色*/
    text-decoration:none;/* なし */
}

