a:link {
 color: #9e5e64;
 background-color: #fac186;
}

a:visited {
 color: #e98587;
 background-color: #fac186;
}

a:active {
 color: #f7c5c8;
 background-color: #fac186;
}

div.center {
 text-align: center;
}

body {
 color: #9e5e64;
 background-color: #fdd6b3;
 font-family: sans-serif;
 font-size: 14px;
 letter-spacing: 0.08em;
 line-height: 180%;
 width: 100%;
 margin: 0px;
 overflow: hidden;
 padding: 0px;
}

.menu {
 color: #9e5e64;
 background-color: #fac186;
 width: 20%;
 height: 100%;
 left: 0px;
 top: 0px;
 position: absolute;
 overflow: auto;
}

.menu div.contents {
 margin: 20px 5% 20px 5%;
}

.menu h1 {
 font-size: 24px;
 margin: 20px auto 20px auto;
}

.main {
 color: #9e5e64;
 background-color: #fdd6b3;
 width: 80%;
 height: 100%;
 top: 0px;
 left: 20%;
 position: absolute;
 overflow: auto;
}

.main table {
 border-collapse: collapse;
 border-style: solid;
 border-width: 2px;
 border-color: #9e5e64;
 margin: 20px 17% 20px 17%;
 width: 66%;
 color: #9e5e64;
 background-color: #fdd6b3;
 font-family: sans-serif;
 font-size: 14px;
 letter-spacing: 0.08em;
 line-height: 150%;
}

.main table td {
 border-style: solid;
 border-width: 2px;
 border-color: #9e5e64;
 text-align: center;
 vertical-align: middle;
 width: auto;
 height: 40px;
 padding: 5px;
}

.main table td.left {
 border-style: solid;
 border-width: 2px;
 border-color: #9e5e64;
 text-align: center;
 vertical-align: middle;
 width: 30%;
 padding: 5px;
}

.main table td.right {
 border-style: solid;
 border-width: 2px;
 border-color: #9e5e64;
 text-align: center;
 vertical-align: middle;
 width: auto;
 padding: 5px;
}

.main table td.left_request {
 border-style: solid;
 border-width: 2px;
 border-color: #9e5e64;
 text-align: center;
 vertical-align: middle;
 width: 30%;
 padding: 5px;
}

.main table td.right_request {
 border-style: solid;
 border-width: 2px;
 border-color: #9e5e64;
 text-align: left;
 vertical-align: middle;
 width: auto;
 padding: 5px;
}

.main table td.left_other {
 border-style: solid;
 border-width: 2px;
 border-color: #9e5e64;
 text-align: center;
 vertical-align: middle;
 width: 20%;
 padding: 5px;
}

.main table td.right_other {
 border-style: solid;
 border-width: 2px;
 border-color: #9e5e64;
 text-align: left;
 vertical-align: middle;
 width: auto;
 padding: 5px;
}

.main table td.content {
 border-style: solid;
 border-width: 2px;
 border-color: #9e5e64;
 text-align: left;
 vertical-align: top;
 width: auto;
 padding: 5px;
}
