body {
/*font-family : courier new,monospace;*/
font-family : serif;
font-size : 14px;
background-color : #000000;
color : #FFFFFF;
}
a {
color : #ffffff;
}
h1 {
margin-top : 0;
}
label {
font-weight : bold;
cursor : pointer;
float : left;
width : 30%;
margin-right : 20px;
}
input, select, textarea{
margin : 0.1em 0 0.1em 0;
}
caption {
font-size : 18px;
font-weight : bold;
margin-bottom : 10px;
text-align : left;
}
table {
border-collapse : collapse;
/*
margin-left : auto;
margin-right : auto;
*/
}
td, th {
text-align : left;
vertical-align : top;
}
#header h1 {
font-size : 45px;
font-weight : bold;
text-align : center;
line-height : 40px;
margin-left : 1%;
margin-right : 2%;
margin-top : 0;
margin-bottom : 0;
}
#menu,#content,#right {
float : left;
margin-top : 30px;
}
#menu {
margin-left : 1%;
width : 16%;
}
#content {
margin-left : 3%;
width : 70%;
font-size : 14px;
}
#right {
text-align : right;
margin-left : 1%;
margin-right : 1%;
width : 21%;
font-size : 12px;
}
#right img {
margin : 0px 10px 20px 10px;
}
#from, #from_addr, #subject, #mail {
width : 300px;
}
#mail {
height : 200px;
}
.menulist {
list-style-type : none;
margin : 0px;
padding : 0px;
}
.menuitem{
width : 100%;
padding : 0.2em;
display : block;
margin : 0 0 3px 0;
text-decoration : none !important;
line-height:1.2em;
border-top:1px solid #e4d9c0;
border-right:1px solid #837c6b;
border-bottom:1px solid #837c6b;
border-left:1px solid #e4d9c0;
}
.menuitem:hover, .menuitem:active {
background-color : #ffffff;
color : #000000;
text-decoration : none;
border-top : 1px solid #99917d;
border-right : 1px solid #e4d9c0;
border-bottom : 1px solid #e4d9c0;
border-left : 1px solid #99917d;
}
.left {
text-align : left;
}
.center {
text-align : center;
vertical-align : middle;
}
h1.center {
font-size : 16px;
font-weight : bold;
margin : 0px;
}
.nobr {
white-space : nowrap;
}
