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

body{
	font-family:Georgia, "Lucida Bright", Times, serif;
	color:#666666;
	font-size: 11px;
	letter-spacing: .08em;
	}

div#container{
	margin: 0 auto;
	width: 1200px;
	text-align:center;
}

div#main img{
	padding-top: 70px;
	}
	
div#navi a{
	
}

a{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

a:hover {
	color: #3333CC;
}


