@charset "utf-8";
/* CSS Document */

body {
background-color:#ffffff;
}
#global {
position: relative;
width: 50%;
min-width: 450px;
margin: 0 auto;
text-align: left;
background: url(../img/bg_body.png) repeat-x top;
border:#CCCCCC 1px solid;
}
#title {
width:100%;
background: url(../img/bg_header.png);
text-align:center;
padding:7px 0;
}
#logo {
position:absolute;
top:5px;
left:10px;
width:101px;
height:46px;
background:url(../img/logo.png) no-repeat top left;
}

p, ul, li {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
}
h1, h2{
font-family: "Times New Roman", Times, serif;
font-size: 24px;
}
h1 {
color: #EDEDED;
margin-bottom:20px;
}
h2 {
color: #666666;
border-bottom: #999 1px solid;
}
td {
padding:5px 20px;
width:50%;
vertical-align:top;
}
hr {
height: 1px;
margin: 0;
padding: 0;
color: #999;
background-color: #999;
border: 0;
}
a {
color:#333333;
text-decoration:underline;
}
#title span {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#ededed;
}

