@charset "utf-8";
/* CSS Document */

.tabheader li a {
	background-image:url(../img/app_subtitle.gif);
	display:block;
	height:28px;
}

/*================================
メニューボタン（通常時）
================================*/
#head1 a {
	width:157px;
	background-position:0px 0px;
}

#head2 a {
	width:543px;
	background-position:-157px 0px;
}

/*================================
メニューボタン（オンマウス時）
================================*/
#head1 a:hover {
	background-position:0px -28px;
}

#head2 a:hover {
	background-position:-157px -28px;
}

#box1 {
	background-image:url(../img/app_title_01.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#box2 {
	background-image:url(../img/app_title_02.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

/* 背景画像設定 */
#AppPhotoBG01 {
	background-image:url(../img/app_ph_01.jpg);
	background-position:right 50px;
	background-repeat:no-repeat;
}

#AppPhotoBG02 {
	background-image:url(../img/app_ph_02.jpg);
	background-position:right 50px;
	background-repeat:no-repeat;
}

