/*------------common------------*/

a img {
border: 1px;
border-color: black;
}



body {
background-color: #333344;
margin: 0px;
padding: 0px;
}

.head {
padding:3px;
}

#footer
{
text-align: center;
clear: both;
}

#backbutton {
margin-left: 30px;
}

p {
margin: 10px;
}

a img {
border: solid 1px;
border-color: white;
}

#base {
margin:0 auto 0 auto;
padding:0;
background-color:#ffffff;
width:800px; 
text-align: left;
}

h2 {
font-size: 30px;
font-family: sans-serif;
font-weight: 500;
padding: 4px 12px;
margin: 15px 5px 0 5px;
background-image: url(../images/bg.gif);
}

h1 {
width: 400px;
margin-left: 10px;
padding-left: 10px;
border-bottom: solid 3px;
border-color: #903060;
}


/*------------ MenuTable style set ------------*/

#nav {
text-align: center;
vertical-align: middle;
font-size: 18px;
}

.on {
height: 35px;
width: 131px;
border-left: 2px solid #999999;
font-family: sans-serif;
}

.on a {
display: block;
color:#FFFFFF;
background-color:#6495ed;
text-decoration: none;
height: 35px;
line-height: 35px;
}

.menu {
height: 35px;
width: 131px;
border-left: 2px solid #999999;
font-family: sans-serif;
}

.menu a {
display: block;
color:#000000;
text-decoration: none;
height: 35px;
line-height: 35px;
}

.menu a:hover {
color: #FFFFFF;
background-color: #6495ed;
line-height: 35px;
}

#end {
border-right: 2px solid #999999;
}

/*------------content------------*/


.job {
width: 130px;
}

.name {
width: 160px;
}

.eng {
width: 200px;
}

.center-list {
margin-top: 20px;
margin-left: 125px;
margin-bottom: 0px;
}