@charset "utf-8";


/*=====================================
=1 common
=2 header
=3 side
=4 contents
=5 footer
=====================================*/


/*=====================================
=1 common
=====================================*/


html, body {
	height:100%;
}

body{
	background:#000 url(../../img/staff_bg.jpg) no-repeat center top fixed;
}



/*=====================================
=2 header
=====================================*/


/*---------main img---------*/

#main_img{
	/* 基本設定はcommon.cssに記述 */
	background:url(../../img/staff_main_img.png) no-repeat left top;
}

