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

/*トップページ背景用画像*/
body#body01{
	background-image: url(/inc/images/top/topPhoto.jpg);
	background-position: 50% 0px;
}

/*右下バナーエリア*/
#bannerarea{
	width: 1000px;
	margin: 340px auto 0 auto;
	position: relative;
}
#bannerarea a{
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 159px;
}
#bannerarea a:hover{
	background-position: left bottom;
}
#bannerarea ul{
	/*margin-left: 523px;*/
}
li#ban01{
	width: 159px;
	float: right;
}
li#ban02{
	width: 308px;
	float: right;
}
li#ban01 a{
	background-image: url(/inc/images/top/top_ban_01.png);
	width: 159px;
	float: right;
}
li#ban02 a{
	background-image: url(/inc/images/top/top_ban_02.png);
	width: 308px;
	float: right;
}
