.page {
    padding : 1px;
    margin : 3px;
	border : 1px groove black;
    width : 25px;
    text-align : center;
    background-color : #d7ffff;
}
.pageNone {
    padding : 1px;
    margin : 3px;
	border : 1px groove silver;
    width : 25px;
    text-align : center;
	color : gray;
	background-color : silver;
}
a.page {
    text-decoration : none;
}
a:hover.page {
    text-decoration : none;
	color : white;
    background-color : #2564ab;
}
a:hover.ground {
 	top : 1px;
	left : 1px;
	position : relative;
}
a.ground {
    text-decoration : none;
}
.tr {
    background-color : #2564ab;
    color : white;
}
.base {
    font-size : 12px;
}
.title {
    color : black;
    background-color : #ccff99;
    padding : 5px;
	line-height:180%;
}
.houhou {
    border-left : 20px solid #2564ab;
    border-bottom : 2px solid #2564ab;
    padding-left : 10px;
    font-size : 20px;
    font-weight : bold;
}
