
.box1
	{
	width:100%;
	height: 450;
	padding: 0px;
	margin:0px auto;
	}

/* グローバルナビゲーション */

#navi {
    border-bottom: 0px solid #669;
    height: 50px;
}
html > body #navi,
html > body #navi ul li a { /* for Safari */
    height: 50px;
}
#navi ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#navi ul li {
	float:left;
	border-right:0px solid #333;
	width: 161px;
}
#navi ul li a {
    color: #333;
    font-size: 75%;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2.3;
    text-decoration: none;
}
#navi ul li a:link,
#navi ul li a:visited {
    background: #fff;
}