/* CSS Document */
*{
margin: 0;
padding: 0;
}

html{
overflow-y: scroll;
}
p.clear{
clear: both;
}

p.copy{
margin-top: 30px;
margin-bottom: 10px;
}

a:link{
color: #555;
text-decoration: none;
}

a:visited{
color: #555;
text-decoration: none;
}

a:hover{
color: #66CCFF;
}

a:active{
color: #66CCFF;
text-decoration: underline;
}

body{
font-family : Arial, Helvetica, sans-serif;
font-size: 12px;
color: #555;
margin-top: 10px;
}

h1{
width: 89px;
height: 35px;
float: left;
}

h2{
margin: 10px 0;
}

h3{
margin: 20px 0;
}

/* for WinIE6*/
* html body {
font-size: 75%;
}

/* for WinIE7*/
*:first-child+html body {
font-size: 75%;
}

img{
border: none;
}

a img{
border: none;
}

#wrap{
width: 840px;
margin: 0 auto;
margin-bottom: 20px;
text-align: center;
overflow: hidden;
background: url(../images/line.gif) 0 10px repeat-x;
}

#header{
text-align: right;
}

#header ul{
list-style: none;
font-size: 80%;
margin-top: 10px;
}

#header ul li{
float: right;
padding-left: 20px;
}

#content-wrap{
text-align: left;
width: 745px;
margin-left: 95px;
}

#navi{
background: url(../images/line.gif) 0 10px repeat-x;
padding-bottom: 10px;
margin-top: 10px;
overflow: hidden;
}

* #header{
margin-top: 10px;
}

#navi ul{
list-style: none;
width: 840px;
height: 31px;
text-align: center;
}

#navi ul li{
float: left;
width: 81px;
padding-right: 26px;
}

#navi ul li.lastchild{
padding: 0;
}