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

body {
	background-image: url(../setting/grey-bg.jpg);
	margin: 0px;
	padding: 0px;
	background-color: #8E8F94;
}

#logo {
	background-image: url(../setting/head_logo.png);
	background-repeat: no-repeat;
	width: 600px;
	height: 210px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

#amp_fade {
	background-image: url(../setting/amp_fade.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 405px;
	height: 302px;
	top: -65px;
	left: -123px;
	z-index: -1;
}

#t_hor {
	background-image: url(../setting/t_hor.png);
	background-repeat: repeat-x;
	position: absolute;
	height: 40px;
	top: 35px;
	z-index: -1;
}

#t_hor.left {
	left: 269px;
	right: 194px;
}

#t_hor.right {
	width: 159px;
	right: 0px;
}

#t_ver {
	background-image: url(../setting/t_ver.png);
	background-repeat: repeat-y;
	position: fixed;
	width: 50px;
	right: 155px;
	top: 0px;
	height: 100%;
	z-index: -1;
}

#ll_patch {
	background-image: url(../setting/ll_patch.png);
	background-repeat: no-repeat;
	position: fixed;
	width: 285px;
	height: 115px;
	left: 0px;
	bottom: 0px;
	z-index: -1;
}

#r_patch {
	background-image: url(../setting/r_patch.png);
	background-repeat: no-repeat;
	position: fixed;
	width: 105px;
	height: 438px;
	right: 0px;
	bottom: 0px;
}

#ur_patch {
	background-image: url(../setting/corner/ur_blank.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 290px;
	height: 266px;
	right: 0px;
	top: 0px;
}
