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

/* メインメニュー設定 */
.tabheader li a {
	display:block;
	background-image:url(../img/other_subtitle.gif);
	height:28px;
}

/*================================
メニューボタン（通常時）
================================*/
#head1 a {
	width:114px;
	background-position:0px 0px;
}

#head2 a {
	width:178px;
	background-position:-114px 0px;
}

#head3 a {
	width:135px;
	background-position:-292px 0px;
}

#head4 a {
	width:273px;
	background-position:-427px 0px;
}
/*================================
メニューボタン（オンマウス時）
================================*/
#head1 a:hover {
	background-position:0px -28px;
}

#head2 a:hover {
	background-position:-114px -28px;
}

#head3 a:hover {
	background-position:-292px -28px;
}

#head4 a:hover {
	background-position:-427px -28px;
}

#box1 {
	background-image:url(../img/other_title_01.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#box2 {
	background-image:url(../img/other_title_02.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#box3 {
	background-image:url(../img/other_title_03.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#box4 {
	background-image:url(../img/other_title_04.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#Guest {
	background-image:url(../img/guest_BG.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}

#ContestResults {
	background-image:url(../img/contest_BG.jpg);
	background-position:right 50px;
	background-repeat:no-repeat;
}

