@charset "UTF-8";

@import url("/psl/common/css/default.css");

/* business_header.css */

body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
	background-image: url(/psl/safety/use/header_bg.jpg);
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
}
a img,
a:link img,
a:visited img,
a:hover img,
a:active img {
	border: none;
}

/* ロゴ */
img#logo_business {
	z-index: 3;
	height: 64px;
	margin-left: 0;
}

/* ----------------------------------------------------- */
/* ナビゲーション */
/* ----------------------------------------------------- */

/* 閉じる */
.module_close {
	z-index: 1;
	position: absolute;
	top: 10px;
	right: 0px;
	width: 110px;
	padding-right: 10px;
	height: 60px;
	margin: 0;
	text-align: right;
	font-size:12px;
}
.link_close {
	background: url("/psl/common/img/popup/icon_close.gif") no-repeat top right;
	padding-right:15px;
}
