@charset "UTF-8";

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

/*-----------------------------------------------
 __ContentTop
-----------------------------------------------*/
#ContentTop {
	width:1000px;
	background:#FFF;
}
#ContentTop .MainBox {
	width:1000px;
	padding-top:280px;
	margin:0 auto 40px;
	background:url(../refer/main_visual.jpg) no-repeat  0 0;
}
#ContentTop .MainBox > ul {
	width:960px;
	margin:0 auto 0;
	background:url(../refer/bg_mainbox.gif) repeat-y 50% 0;
}
#ContentTop .MainBox > ul > li {
	width:220px;
	display:table-cell;
	padding-right:10px;
	padding-left:10px;
	vertical-align:top;
}
/*IE7*/
*:first-child+html #ContentTop .MainBox > ul > li {
	display:inline;
	zoom:1;
}
#ContentTop .MainBox > ul > li.Right {
	border-right:0;
}
#ContentTop .MainBox > ul > li h2 {
	font-size:100%;
	color:#363;
}
#ContentTop .MainBox > ul > li h2 a {
	color:#363;
}
#ContentTop .MainBox > ul > li p {
	font-size:88%;
	color:#8B3D04;
	padding-bottom:1em;
}
#ContentTop .MainBox ul ul li{
	font-size:88%;
	padding:0 0 5px 14px;
	margin-bottom:5px;
	border-bottom:1px solid #ECECD9;
	background:url(../refer/ic_allow_orange.gif) no-repeat 0 4px;
}
#ContentTop .MainBox ul ul li a{
	color:#333;
}
#ContentTop .MainBox a:hover{
	color:#F90;
}

#ContentTop .LinkKoen{
	width:940px;
	color:#FFF;
	font-size:100%;
	line-height:50px;
	text-align:center;
	margin:0 auto 40px;
	background:#9C0;
}
#ContentTop .LinkKoen a{
	display:block;
	color:#FFF;
	font-weight:bold;
}
#ContentTop .LinkKoen span.ArrowL{
	padding-right:50px;
	background:url(../refer/ic_allow_double_l.gif) no-repeat 0 50%;
}
#ContentTop .LinkKoen span.ArrowR{
	padding-left:50px;
	background:url(../refer/ic_allow_double_r.gif) no-repeat 100% 50%;
}
#ContentTop .LinkKoen a:hover{
	background:#F90;
}

#ContentTop .TabBox{
	width:940px;
	margin:0 auto;
	padding-bottom:40px;
}
#ContentTop .TabBox .SelectTab{
	width:604px;
	padding-left:2px;
	margin:0 auto;
}
#ContentTop .TabBox .SelectTab:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;
}
#ContentTop .TabBox .SelectTab li{
	float:left;
	width:300px;
	height:36px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:36px;
	cursor:pointer;
	margin-right:2px;
	background:url(../refer/bg_tab.gif) no-repeat 0 0;
}
#ContentTop .TabBox .SelectTab li:hover{
	background:url(../refer/bg_tab.gif) no-repeat 0 -70px;
}
#ContentTop .TabBox .SelectTab li.Select{
	cursor:default;
	background:url(../refer/bg_tab.gif) no-repeat 0 -140px;
}
#ContentTop .TabBox .Information{
	padding:10px 0;
	border-top:4px solid #690;
}
#ContentTop .TabBox .Information .LinkList{
	font-size:88%;
	font-weight:bold;
	padding:0 0 10px 14px;
	background:url(../refer/ic_allow_orange.gif) no-repeat 0 5px;
}
#ContentTop .TabBox .Information ul li{
	width:750px;
	font-size:88%;
	padding:0 0 10px 190px;
	position:relative;
}
#ContentTop .TabBox .Information ul li .Date{
	color:#C63;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	top:0;
	left:0;
}
#ContentTop .TabBox .Information ul li .Cate{
	width:90px;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	color:#FFF;
	text-align:center;
	background-color:#C90;
	position:absolute;
	top:-2px;
	left:90px;
}
#ContentTop .TabBox .Information ul li li{
	font-size:100%;
	padding:0 0 5px 14px;
	background:url(../refer/ic_list.gif) no-repeat 2px 4px;
}
#ContentTop .TabBox .FAQ{
	padding:10px 0;
	border-top:4px solid #690;
}
#ContentTop .TabBox .FAQ .LinkList{
	font-size:88%;
	font-weight:bold;
	padding:0 0 10px 14px;
	background:url(../refer/ic_allow_orange.gif) no-repeat 0 5px;
}
#ContentTop .TabBox dl dt{
	font-size:88%;
	font-weight:bold;
	color:#C63;
	padding-top:5px;
}
#ContentTop .TabBox dl dd{
	padding-left:28px;
	font-size:88%;
	background: url(../refer/ic_list.gif) no-repeat 14px 5px;
}
#ContentTop .TabBox .Information ul li .LinkPDF,
#ContentTop .TabBox dl dd .LinkPDF{
	padding-right:15px;
	background:url(../refer/ic_pdf.gif) no-repeat 100% 0;
}
#ContentTop .TabBox .Information ul li .LinkWord,
#ContentTop .TabBox dl dd .LinkWord{
	padding-right:15px;
	background:url(../refer/ic_word.gif) no-repeat 100% 0;
}
#ContentTop .TabBox .Hide{
	display:none;
}
