#wrapper {
    margin: 0 auto;
	width: 1000px;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

a.line:link {
	color: #666666;
	text-decoration:underline;
}
a.line:visited {
	color: #666666;
	text-decoration:underline;
}
a.line:hover {
	color: #666666;
	text-decoration:underline;
}
a.line:active {
	color: #666666;
	text-decoration:underline;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #666666;
text-align: left;
letter-spacing: 1px;
background-image:url(../image/logo.jpg);
background-position: top left;
background-repeat:no-repeat;
background-attachment:fixed;
}

h1 {
font-size:24px;
line-height: 26px;
letter-spacing: 5px;
font-weight:600;
}

ul {
list-style-image:url(../image/list-image.jpg);
list-style-position:outside;
}

h2 {
font-size:20px;
line-height: 22px;
letter-spacing: 5px;
font-weight:200;
}

h3 {
font-size:16px;
line-height: 26px;
letter-spacing: 5px;
font-weight:500;
margin-top: 10px;
}

h4 {
font-size:14px;
line-height: 19px;
letter-spacing: 5px;
font-weight:500;
margin-top: 5px;
}

p.p1 {
letter-spacing: 1px;
white-space:normal;
}

p.pcenter {
letter-spacing: 1px;
white-space:normal;
text-align: center;
}

p.pmenu {
font-size: 14px;
line-height: 18px;
letter-spacing: 5px;
font-weight: 500;
margin-top: 90px;
}

p.pfooter {
font-size: 10px;
text-align: center;
}

#tablelayout{
border-collapse:collapse;
padding: 0px;
margin-top: 10px;
border: 0px;
width: 1000px;
height: 500px;
}

#table1 {
border-collapse:collapse;
}

td.tsize {
text-align: center;
line-height: 15px;
border-bottom: 1px solid #999999;
border-top: 1px solid #999999;
padding-left: 5px;
}

th.tsize {
font-style:bold;
text-align: center;
line-height: 15px;
border-bottom: 1px solid #999999;
border-top: 1px solid #999999;
padding-left: 5px;
}

img {
border: 0;
}

img.imgautosize {
width: auto;
height:auto;
}

img.imgfixsize{
height:200px;
}

select {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #666666;
}

input {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #666666;
}