body {
padding-top: 30px;
padding-bottom: 40px;
background-color: #413525;
color: white;
text-shadow: 1px 1px 1px #666;
font-family:ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif, Verdana, Arial;
background-image: url(/img/bg-pixel.jpg);
}

select {
width:auto;
padding:0;margin:0;
}
form {
margin: 0px;
}
.modal {
color: #333;
}

.tbl {
width:100%;
border-bottom: 1px solid #999;
border-right: 1px solid #999;
margin-top:2px;
background-color: white;
}
.tbl th {
background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(203,208,214,1) 51%,rgba(245,247,249,1) 100%);
background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(203,208,214,1) 51%,rgba(245,247,249,1) 100%);
background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(203,208,214,1) 51%,rgba(245,247,249,1) 100%);
background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(203,208,214,1) 51%,rgba(245,247,249,1) 100%);
color: black;
font-size:large;
text-align:center;
padding: 2px;
border-top: 1px solid #999;
border-left: 1px solid #999;
}
.tbl td {
padding: 2px;
text-align: center;
border-top: 1px solid #999;
border-left: 1px solid #999;
background-color: rgb(245,249,240);
color: #000;

}

.title {
border: 1px solid #ffffff;
color: #ffffff;
background-color: rgb(45,132,175);
background: linear-gradient(to bottom, rgba(45,132,175,1) 23%,rgba(14,55,81,1) 100%);
background: -moz-linear-gradient(to bottom, rgba(45,132,175,1) 23%,rgba(14,55,81,1) 100%);
background: -webkit-linear-gradient(top, rgba(45,132,175,1) 23%,rgba(14,55,81,1) 100%);
background: -ms-linear-gradient(top, rgb(45,132,175) 23%,rgb(14,55,81) 100%);
border-radius: 4px;
text-shadow: 1px 1px 1px #333;
box-shadow: inset 0 0 2px #333;
padding: 5px;
margin-bottom: 5px;
}

.title.big {
font-size: large;
line-height: 120%;
}
