/* CSS Document */

body{
width:900px;
margin:0 auto;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
}

#contents{
width:900px;
margin-top:50px;
}


#naviber{
margin-top:20px;
text-align:right;
padding-bottom:3px;
border-bottom:#999999 dotted 1px;
}

#naviber img{
margin-left:40px;

}


#topimg{
margin-top:10px;
text-align:right;
}

address{
font-style:normal;
font-size:10px;
text-align:center;
margin-top:20px;
}
