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

/* nippongene
-----------------------------------------------------*/

/* ==============================================
    universal reset
============================================== */
* {
	margin: 0;
	padding: 0;
}

/* ==============================================
    html,body and base
============================================== */

/* general params
------------------*/
table {
	empty-cells: show;
	font-size: 100%;
}

img {
	border: none;
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 100%;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
	vertical-align: baseline;
}

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr {
	cursor: help;
}

/* ==============================================
    clear
============================================== */
.cbox {
	zoom: 100%;
}
.cbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear hr {
	display: none;
}

hr.clear {
	zoom: 1;
	clear: both;
	height: 0;
	border: none;
	font-size: 0;
}
*:first-child+html hr.clear {/* for IE7 */
	border-top: 1px solid;
} 

/* ==============================================
    body
============================================== */
body {
	color: #363636;
	line-height: 1.1;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

/* ==============================================
    link
============================================== */
a,
a:visited,
a:active {
	color: #005bb8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img,
#pagetop img:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #fff;
}
a:hover img.rollover {
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/* ==============================================
    
============================================== */
.inner,
#contents,
#footer {
	zoom: 1;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
.inner:after,
#contents:after,
#footer:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}

/* ==============================================
    header
============================================== */
#header {
	height: 102px;
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
}
#header .inner {
	position: relative;
}

#siteid {
	display: block;
	padding-top: 11px;
}

#header_navi {
	position: absolute;
}
ul#header_navi {
	zoom: 1;
	list-style: none;
	top: 24px;
	right: 292px;
}
ul#header_navi:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
#header_navi li {
	float: left;
	margin-right: -1px;
	padding: 0 10px;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	font-size: 75%;
}
#header_navi li a {
	text-decoration: none;
	color: #363636;
}
#header_navi li a:hover {
	text-decoration: underline;
	color: #005bb8;
}
p#header_navi {
	top: 19px;
	right: 260px;
}

input#search_text,
input#search_btn {
	position: absolute;
	top: 19px;
}
input#search_text {
	right: 54px;
	width: 189px;
	height: 21px;
	border: 1px solid #ccc;
}
input#search_btn {
	right: 0;
}

#menu {
	zoom: 1;
	margin-top: 16px;
	font-size: 95%;
	background: url(image/header_menu.gif) no-repeat left top;
}
#menu:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
#menu li {
	list-style: none;
	float: left;
	width: 24.9%;
	background: url(image/header_menu.gif) no-repeat right top;
}
#menu li a {
	display: block;
	height: 27px; /* 34px */
	padding-top: 7px;
	text-align: center;
	color: #363636;
}
.siyaku #menu li,
.kensa #menu li,
.ivd #menu li,
.english #menu li {
	width: auto;
}
.siyaku #menu li a,
.kensa #menu li a,
.ivd #menu li a,
.english #menu li a {
	padding-left: 45px;
	padding-right: 45px;
}

#menu li a:hover {
	text-decoration: none;
}
#menu li a:hover,
#home #menu_home,
.company #menu_company,
.recruit #menu_recruit,
.contact #menu_contact {
	color: #005bb8;
	border-bottom: 3px solid #0057c9;
}

.siyaku #menu li a:hover,
#index.siyaku #menu_index,
#category.siyaku #menu_category,
#product.siyaku #menu_category,
#list.siyaku #menu_list {
	color: #ac0000;
	border-bottom: 3px solid #ac0000;
}
.kensa #menu li a:hover,
#index.kensa #menu_index,
#product.kensa #menu_category,
#list.kensa #menu_list {
	color: #5b9010;
	border-bottom: 3px solid #5b9010;
}

/* ==============================================
    contents
============================================== */
#contents {
	overflow: hidden;
	margin: 20px auto 40px;
}

/* ==============================================
    pagetop
============================================== */
#pagetop {
    position: fixed;
    bottom: 27px;
    right: 0;
    display: none;
}
#pagetop img {
	cursor: pointer;
}

/* ==============================================
    footer
============================================== */
#footer {
	padding-bottom: 30px;
}

#footer_bnr {
	zoom: 1;
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 14px;
	background: url(image/footer_bnr.gif) repeat-x left bottom;
}
#footer_bnr:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
#footer_bnr li {
	float: left;
	margin-right: 10px;	
}

ul#footer_btn {
	float: right;
	list-style: none;
	margin-right: 2px;
}
ul#footer_btn li {
	float: left;
	margin-right: -1px;
	padding: 0 18px;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}

#copyright {
	padding-top: 6px;
	font-size: 75%;
}

/* ==============================================
    info
============================================== */
#contents #info,
#contents #renew,
#info #contents div {
	position: relative;
	padding: 12px 19px;
	border: 1px solid #ddd;
	background: #fff;
}
#contents #info h2,
#contents #renew h2,
#info #contents div h2 {
	margin-bottom: 4px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
}
#contents p.btn_list {
	position: absolute;
	top: 12px;
	right: 19px;
}
#contents #info iframe {
	width: 910px;
	height: 120px;
}
#info #contents div iframe {
	width: 910px;
	height: 500px;
}

/* body#info 
-------------------------------------*/
#entry_list {
	margin: 10px 2px;
	font-size: 90%;
	line-height: 1.3;
}
body#info p.entry_title,
body#renew p.entry_title,
body#renew div.entry {
	margin-top: -1.3em;
	margin-bottom: 9px;
	padding-left: 9em;
}
body#renew div.entry p.entry_title {
	margin: 0 0 5px;
	padding: 0;
}
body#renew div.entry table {
	width: 100%;
}
body#renew div.entry th,
body#renew div.entry td {
	text-align: center;
}
body#info.siyaku p.entry_title,
body#info.kensa p.entry_title,
body#info.ivd p.entry_title {
	margin: 0 0 5px;
	padding: 0;
}
body#info.siyaku p.entry_date,
body#info.kensa p.entry_date,
body#info.ivd p.entry_date {
	margin-bottom: 17px;
	text-align: right;
	color: #7a7a7a;
}