@charset "shift_jis";
/********************************/
/* 田んぼの今用のＣＳＳ　全体	*/
/********************************/

body {
	background-color: silver;
	border: 0px #ff0000 solid;
}

div {
	text-align: center;
}

hr.upper {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: White;
    border-bottom-color: White;
    height: 5px;
    width: 1024px;
}

hr.bottom {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: White;
    border-bottom-color: White;
    height: 1px;
    width: 850px;
}

hr.bottom1 {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: White;
    border-bottom-color: White;
    height: 1px;
    width: 690px;
}

span.xs{
	font-size: x-small;
}

span.s{
	font-size: small;
}

span.m{
	font-size: medium;
}

span.xl{
	font-size: x-large;
	color: blue;
}

span.xxlw{
	font-size: xx-large;
	color: white
}
