@charset "utf-8";


/*--------------------------------------
メインナビゲーション設定
--------------------------------------*/
#nav-achievements a{
	height: 50px;
	width: 206px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(../img-common/main-nav.jpg);
	background-repeat: no-repeat;
	background-position: -206px -360px;
}
/*--------------------------------------
メインナビゲーション設定END
--------------------------------------*/

/*--------------------------------------
サブナビゲーション設定
--------------------------------------*/
#sub-title {
	width: 669px;
	height: 80px;
	background-image: url(../achievements/img/sub-title-bg.gif);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#sub-nav {
	height: 24px;
	margin-top: 12px;
	margin-left: 191px;
}
#sub-nav ul{
	list-style-type: none;

}
#sub-nav li{
	list-style-type: none;
	float: left;
	padding-left: 19px;

}
/*--------------------------------------
サブナビゲーション設定END
--------------------------------------*/

