@charset "UTF-8";

/*
Japan Association for Working Environment Measurement. CSS
*/


/*-----------------------------------------------
 __Initial Setting
-----------------------------------------------*/

* {
	margin:0px;
	padding:0px;
}
img {
	border:0;
}
a {
	text-decoration:none;
}
a:focus {
	outline:none;
}
li {
	list-style-type:none;
}



/*-----------------------------------------------
 __Base Setting
-----------------------------------------------*/

a:link , a:visited {
	color:#09C;
}
a:hover {
	color:#F90;
}
body {
	margin:0px;
	line-height:1.4;
	color: #333;
	min-width: 750px;
	background:#ECECD9 url(../refer/bg_body.gif) repeat-x 0 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ClearBoth {
	clear:both;
}
#Wrapper {
	margin:0px auto;
	width:1000px;
	position:relative;
}

/*-----------------------------------------------
 __HEADER
-----------------------------------------------*/

#HEADER {
	width:1000px;
	height:90px;
	margin-bottom:60px;
	position:relative;
}
#HEADER h1 {
	width:1000px;
	height:90px;
}
#HEADER p {
	font-size:1px;
	text-indent:-9999px;
}

/*-----------------------------------------------
 __Footer
-----------------------------------------------*/

#Footer {
	width:1000px;
	padding-top:20px;
	padding-bottom:30px;
}
#Footer .FootMap dl {
	float:left;
	width:170px;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:20px;
}
#Footer .FootMap:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;
}
#Footer .FootMap dl.Right {
	padding-right:0;
}
#Footer .FootMap dl dt {
	font-size:88%;
	font-weight:bold;
	padding-bottom:5px;
}
#Footer .FootMap dl dd {
	font-size:75%;
	padding:0 0 4px 14px;
	background:url(../refer/ic_list_footer.gif) no-repeat 5px 5px;
}
#Footer .FootMap dl dt {
	color:#336238;
}
#Footer .FootMap dl dd a {
	color:#333;
}
#Footer .FootMap dl dd a:hover {
	color:#F90;
}
#Footer .HomeLink li {
	float:left;
	width:120px;
	line-height:30px;
	text-align:center;
	font-size:75%;
	margin-right:10px;
}
#Footer .HomeLink li a {
	display:block;
	color:#FFF;
}
#Footer .HomeLink li.Home a {
	background:#09C;
}
#Footer .HomeLink li.Home a:hover {
	background:#069;
}
#Footer .HomeLink li.Member a {
	background:#F90;
}
#Footer .HomeLink li.Member a:hover {
	background:#F60;
}

#Footer p.Copyright {
	font-size:75%;
	color:#663;
	text-align:right;
	line-height:18px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#Footer #PageTop {
	width:35px;
	height:121px;
	font-size:1px;
	text-indent:-9999px;
	position: fixed;
	bottom: 30px;
	right:0;
}
#Footer #PageTop a {
	display:block;
	width:35px;
	height:121px;
	background:url(../refer/bg_pagetop.gif) no-repeat 0 0;
}
#Footer #PageTop a:hover {
	background:url(../refer/bg_pagetop.gif) no-repeat -50px 0;
}

/*-----------------------------------------------
 __Navi
-----------------------------------------------*/

#Navi {
	width:1000px;
	height:60px;
	position:absolute;
	top:90px;
}
#Navi > ul > li {
	float:left;
	width:111px;
	height:60px;
	font-size:1px;
	text-indent:-9999px;
	border-left:1px solid #9AC26F;
	position:relative;
}
#Navi li.NaviHome {
	width:100px;
}
#Navi li.NaviBook {
	border-right:1px solid #9AC26F;
}
#Navi > ul > li > a {
	display:block;
	width:111px;
	height:60px;
	color:#FFF;
}
#Navi li.NaviHome a{
	width:100px;
}
#Navi li.NaviHome > a {
	background:url(../refer/navi_bg_home.gif) no-repeat 50% 0;
}
#Navi li.NaviKankyo > a {
	background:url(../refer/navi_bg_kankyou.gif) no-repeat 50% 0;
}
#Navi li.NaviShunin > a {
	background:url(../refer/navi_bg_shunin.gif) no-repeat 50% 0;
}
#Navi li.NaviMemberShip > a {
	background:url(../refer/navi_bg_MemberShip.gif) no-repeat 50% 0;
}
#Navi li.NaviSkill > a {
	background:url(../refer/navi_bg_skill.gif) no-repeat 50% 0;
}
#Navi li.NaviAboutKankyo > a {
	background:url(../refer/navi_bg_about_kankyo.gif) no-repeat 50% 0;
}
#Navi li.NaviIshiwata > a {
	background:url(../refer/navi_bg_ishiwata.gif) no-repeat 50% 0;
}
#Navi li.NaviDownload > a {
	background:url(../refer/navi_bg_download.gif) no-repeat 50% 0;
}
#Navi li.NaviBook > a {
	background:url(../refer/navi_bg_hanbai.gif) no-repeat 50% 0;
}
#Navi > ul > li > a:hover {
	background-position:50% -90px;
}
#Navi li ul {
	text-align:left;
	position:absolute;
	left:-1px;
	top:60px;
	display:none;
	border:0;
}
#Navi li ul li {
	display:block;
	height:auto;
	text-align:left;
	text-indent:0;
	font-size:14px;
	font-weight:normal;
	background:#690;
	background-image:none;
	border:0;
}
#Navi li ul li a {
	display:block;
	width:400px;
	height:auto;
	color:#FFF;
	font-weight:bold;
	border:1px solid #FFF;
	padding:10px 10px 10px 30px;
	border:0;
	border-bottom:1px solid #9AC26F;
	background: #78B300 url(../refer/ic_allow_white.gif) no-repeat 10px 15px;
}
#Navi li ul li a:hover {
	background: #F90 url(../refer/ic_allow_white.gif) no-repeat 10px 15px;
}

/*-----------------------------------------------
 __HeadNavi
 
-----------------------------------------------*/
#HeadNavi #Search {
	display:none;
	width:225px;
	position:absolute;
	top:24px;
	right:180px;
}
#HeadNavi #Search #Keywords{
	width:200px;
	height:24px;
	font-size:14px;
	border:1px solid #CCC;
}
#HeadNavi #Search #SearchBtn{
	width: auto;
	height:23px;
	font-size:14px;
	position:absolute;
	right:0;
	top:0px;
}
#HeadNavi #cse-search-box {
    width: 250px !important;
    float: right;
    margin-top: 6px;
    margin-right: 11px;
	position:absolute;
	top:0px;
	right:120px;
}
#HeadNavi #cse-search-box table.gsc-search-box td.gsc-input {
    padding: 0 !important;
}
#HeadNavi #cse-search-box input[type="text"] {
    border: 1px solid #F90;
    border-radius: 5px 0 0 5px;
    height: 25px;
    padding: 0 !important;
    width: 140px;
    float: left;
    margin-left: 18px;
}
#HeadNavi #cse-search-box input[type="submit"] {
    background-color: #f0f8ff;
    border: 1px solid #F90;
    border-radius: 0 5px 5px 0;
    color: #f0f8ff;
    float: right;
    height: 29px;
    margin-left: 0 !important;
    width: 10px;
}
#HeadNavi .MemberBtn{
	width:140px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	position:absolute;
	right:0px;
	top:0;
}
#HeadNavi .MemberBtn a{
	display:block;
	width:130px;
	color:#FFF;
	background:#F90 url(../refer/ic_allow_white.gif) no-repeat 8px 50%;
	padding:15px 0 15px 10px;
}
#HeadNavi .MemberBtn a:hover{
	background-color:#F60;
}
#HeadNavi ul{
	position:absolute;
	right:0em;
	top:60px;
}
#HeadNavi ul li{
	float:left;
	font-size:15px;
}
#HeadNavi ul li a{
	display:block;
	color:#333;
	padding-left:0.8em;
	padding-right:0.8em;
	border-left:2px solid #F90;
}
#HeadNavi ul li a:hover{
	color:#F90;
}

/*IE7 icon bg fix*/
.inline-bg-fix {
  padding: 0 !important;
  background: none !important;
}
.inline-bg-fix .bg-r {
  margin-left: -15px;
}
a.LinkWord,
a.LinkWord .bg-r {
  padding-right: 30px;
  background:url(../refer/ic_word.gif) no-repeat 100% 0;
}
a.LinkPDF,
a.LinkPDF .bg-r {
  padding-right: 30px;
  background: url(../refer/ic_pdf.gif) no-repeat 100% 0;
}
