/* SWEET DEVILS Index */

* {
	margin: 0;
	padding: 0;
}

html,body {
	color: #000;
	height: 100%;
	background: #000;
}

img {
	border: none;
}



/*ヘッダ
------------------------------------------------*/

h1 span, h2 span{
		display: none;
}


/*トップ画像
------------------------------------------------*/

#topimage {
		width: 800px;
		height: 492px;
		background: url('../images/toppage.jpg') no-repeat;
}

/*ナビゲーション
------------------------------------------------*/

#navi_top1 {
		width: 800px;
		height: 23px;
		float: left;
		overflow: hidden;
		margin-top: 400px;
}

#navi_top1 ul {
		display: inline;
		float: left;
		margin-left: 23px;
}


#navi_top1 li {
		display: inline;
		float: left;
		height: 23px;
		text-indent: -1000em;
		overflow: hidden;
}


#navi_top1 a {
		display: block;
		height: 23px;
		font-size: 0px;
}

#navi_top1 a:hover {
		background-position: bottom;
}

#navi_top-01 a {background: url('images/topmenu01.png') no-repeat; width: 72px;}
#navi_top-02 a {background: url('images/topmenu02.png') no-repeat; width: 44px;}
#navi_top-03 a {background: url('images/topmenu03.png') no-repeat; width: 52px;}
#navi_top-04 a {background: url('images/topmenu04.png') no-repeat; width: 71px;}
#navi_top-05 a {background: url('images/topmenu05.png') no-repeat; width: 76px;}
#navi_top-06 a {background: url('images/topmenu06.png') no-repeat; width: 58px;}

#navi_top-01 {margin-left: 17px;}
#navi_top-02 {margin-left: 39px;}
#navi_top-03 {margin-left: 38px;}
#navi_top-04 {margin-left: 37px;}
#navi_top-05 {margin-left: 38px;}
#navi_top-06 {margin-left: 38px;}


#navi_top2 {
		width: 800px;
		height: 23px;
		float: left;
		overflow: hidden;
		margin-top: 1px;
}

#navi_top2 ul {
		display: inline;
		float: left;
		margin-left: 23px;
}


#navi_top2 li {
		display: inline;
		float: left;
		height: 23px;
		text-indent: -1000em;
		overflow: hidden;
}


#navi_top2 a {
		display: block;
		height: 23px;
		font-size: 0px;
}

#navi_top2 a:hover {
		background-position: bottom;
}

#navi_top-07 a {background: url('images/topmenu07.png') no-repeat; width: 135px;}
#navi_top-08 a {background: url('images/topmenu08.png') no-repeat; width: 99px;}
#navi_top-09 a {background: url('images/topmenu09.png') no-repeat; width: 128px;}
#navi_top-10 a {background: url('images/topmenu10.png') no-repeat; width: 36px;}
#navi_top-11 a {background: url('images/topmenu11.png') no-repeat; width: 68px;}

#navi_top-07  {margin-left: 25px;}
#navi_top-08  {margin-left: 31px;}
#navi_top-09  {margin-left: 27px;}
#navi_top-10  {margin-left: 27px;}
#navi_top-11  {margin-left: 19px;}



