@charset "utf-8";

/* ----------------------

css for : about us > history

------------------------- */

body#page02 div.wrap {
	width: 994px;
}

body#page03 div.wrap {
	width: 1004px;
}

div#nav,
div#content {
	height: 692px;
}

/*  history内　メニュー */
div#content {
	position: relative;		
}

div#content div.text ul {
}

li#menu01 {
	position: absolute;
	top: 661px;
}

li#menu02 {
	position: absolute;
	top: 661px;
	left: 150px;
}

li#menu03 {
	position: absolute;
	top: 661px;
	left: 405px;
}

li#menu04 {
	position: absolute;
	top: 661px;
	left: 595px;
}


/*  背景画像 個別css　*/
div#nav {
	background: url("../images/nav_bg.jpg") no-repeat;
}

body#index div#content {
	background: url("../images/content_bg_index.jpg") no-repeat;
}

body#page02 div#content {
	width: 752px;
	background: url("../images/content_bg_page02.jpg") no-repeat;
}

body#page03 div#content {
	width: 762px;
	background: url("../images/content_bg_page03.jpg") no-repeat;
}

body#page04 div#content {
	background: url("../images/content_bg_page04.jpg") no-repeat;
}





