body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

a:link {color: #666666;
        text-decoration:underline;
}
a:visited {color: #666666;
        text-decoration:underline;
}
a:hover	{color: #006699; 
        text-decoration:underline;
}

#all {
	text-align: left;
	width: 770px;
	margin: 0px;
	padding: 0px;
	height: auto;
}

#header {
	background: url(../img/header.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 770px;
}


#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 770px;
	height: 76px;
}

#logo em {
	visibility: hidden;
}		

#navi {
	position: absolute;
	left: 410px;
	top: 34px;
	width: 334px;
	height: 42px;
}

#navi p {
    font-size: 10px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#navi p em {
	visibility: hidden;
}

#navi p a {
    text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#navi p#bn1 a {
	background: url(../img/bt/bt01.gif) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 42px;
}
#navi p#bn2 a {
	background: url(../img/bt/bt02.gif) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 120px;
	height: 42px;
}
#navi p#bn3 a {
	background: url(../img/bt/bt03.gif) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 114px;
	height: 42px;
}
#navi p#bn1 a:hover {
	background: url(../img/bt/bt01on.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
#navi p#bn2 a:hover {
	background: url(../img/bt/bt02on.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

#navi p#bn3 a:hover {
	background: url(../img/bt/bt03on.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

#navi p#bn1on a {
	background: url(../img/bt/bt01on.gif) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 42px;
}
#navi p#bn2on a {
	background: url(../img/bt/bt02on.gif) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 120px;
	height: 42px;
}
#navi p#bn3on a {
	background: url(../img/bt/bt03on.gif) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 114px;
	height: 42px;
}

#contents {
	position: absolute;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-y;
	left: 0px;
	top: 100px;
        width: 770px;
	padding: 0px;
	height: auto;
}

#contents h1 {
        font-size: 10px;
	font-weight: normal;
	color: #333333 ;
	margin: 0 0 0 30px;
	padding: 0px;
}


#footer {
	background: url(../img/copyright.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 770px;
	float:left;
}

.privacy {
	margin: 30px 20px 10px 10px;
        font-size: 10px;
	font-weight: normal;
	color: #333333 ;
	padding: 0px;
	float:right;
}
.new{margin:8px 0px;}

