﻿@charset "utf-8";

/*----------------------------------------------------
	基本設定
----------------------------------------------------*/
body {
	text-align: center;
	margin: 0 auto;
}

a {
	color: #004EA2;
}

iframe {
	border: 1px solid #999999;
}

table {
	margin-bottom: 1em;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	background: url(../img/top_body.jpg) left top repeat-x;
}

#commonWrapper {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	background: url(../img/common/common_body.jpg) left top repeat-x;
}
	

#contents {
	width: 680px;
}

#main {
	float: left;
	width: 420px;
}

#sub {
	float: right;
	width: 250px;
}

/* 下層ページ　コンテンツエリア */
#summary #main, #enterprise #main, #finance #main, #recruit #main, #procement #main, #renew #main, #sitemap #main, #inquire #main {
	float: right;
	margin: 0;
	width: 460px;
}

#summary #sub, #enterprise #sub, #finance #sub, #recruit #sub, #procement #sub, #renew #sub, #sitemap #sub, #inquire #sub {
	float: left;
	width: 190px;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*----------------------------------------------------
	#navSkip
----------------------------------------------------*/
span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/
#wrapper {
	
}


/*-----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	margin: 0 auto;
	width: 680px;
	overflow: hidden;
}

/* IE6以下ハック */
* html #header {
	overflow: visible;
}

#logo {
	float: left;
	margin-top: 18px;
}

#fontSize {
	float: right;
	margin-top: 3px;
}

#fontSize li {
	float: left;
}

#guideNav {
	float: right;
	clear: right;
	margin-top: 20px;
	font-size: x-small;
}

#guideNav li {
	float: left;
	margin-left: 10px;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	margin: 10px auto 0 auto;
}

#gNav li {
	float: left;
}

#topicPath {
	float: left;
	display: block;
	width: 100%;
	margin: 10px 0;
	font-size: 75%;
}

#contents .pageTop {
	clear: both;
	float: right;
}

/* トップページで「ページの先頭へ」を表示させない */
#top #contents .pageTop {
	clear: both;
	display: none;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/
/* トップページ */
#main {
	margin-top: 15px;
}

#topics {
	border: 1px solid #DEDEDE;
	position: relative;
}

#topics dl {
	margin-top: 10px;
	padding-left: 10px;
	width: 420px;
}

/* IE6以下ハック */
* html #topics dl {
	width: 405px;
}

#topics dt {
	float: left;
	margin-bottom: 7px;
	width: 10em;
}

.small #topics dt {
	width: 11em;
}

.small #topics dd {
	float: left;
	margin-bottom: 7px;
	width: 300px;
}

.middle #topics dd {
	float: left;
	margin-bottom: 7px;
	width: 280px;
}

.large #topics dd {
	float: left;
	margin-bottom: 7px;
	width: 260px;
}

/* IE6以下ハック */
* html .small #topics dd {
	width: 285px;
}

* html .middle #topics dd {
	width: 265px;
}

* html .large #topics dd {
	width: 245px;
}

#jpoLink {
	clear: both;
}

#jpoLink li {
	float: left;
	margin-top: 20px;
	padding-left: 20px;
	width: 150px;
	background: url(../img/common/selectors_link.gif) left center no-repeat;
}

/* IE6以下ハック */
* html #jpoLink li {
	margin-top: 27px;
}

#banner {
	margin-top: 10px;
	float: right;
}

/* IE6以下ハック */
* html #banner {
	margin-top: 18px;
}

#banner li {
	float: left;
}

#bnrNews {
	margin-left: 10px;
}

/* 下層ページ共通 */
.caption {
	clear: both;
	margin-bottom: 0.8em;
	padding-left: 15px;
	background: url(../img/common/common_title_mark.jpg) 0 0.2em no-repeat;
	font-size: 1.2em;
}

.middle .caption {
	background: url(../img/common/common_title_mark.jpg) 0 0.1em no-repeat;
}

.heading {
	clear: both;
	margin-bottom: 1em;
	color: #1F7C32;
}

.mainList {
	margin-bottom: 10px;
}

.mainList li {
	margin-bottom: 5px;
	padding-left: 12px;
	background: url(../img/common/common_mark.gif) 0 0.4em no-repeat;
}

#contentsTitle {
	margin-bottom: 1em;
}

#subTitle {
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: url(../img/common/common_title_bottom.gif) left bottom no-repeat;
	font-size: 1.2em;
}

.pageBody p, .pageBody img {
	margin-bottom: 1em;
}

/* ストライプテーブル */
.stripe {
	width: 460px;
	background-color: #CCCCCC;
}

.stripe th {
	padding: 5px;
	width: auto;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #ECECEC;
	color: #666666;
	font-weight: normal;
	text-align: center;
}

.stripe td {
	padding: 5px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

.stripe tr.even td {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #F9F9F9;
}

.stripe p {
	margin: 0 0 0 2em;
}

/* テーブル幅あわせ */
.stripe .w60 {
	width: 60px;
}

.stripe .w80 {
	width: 80px;
}

.stripe .w100 {
	width: 100px;
}

.stripe .w120 {
	width: 120px;
}

/* IPCCの概要 */
#summary .photo {
	float: right;
	margin-left: 1em;
}

#history {
	float: left;
	margin-bottom: 1em;
}

#history dt {
	float: left;
	width: 12em;
}

.small #history dd {
	float: left;
	width: 320px;
}

.middle #history dd {
	float: left;
	width: 290px;
}

.large #history dd {
	float: left;
	width: 270px;
}

#map {
	float: left;
	margin-bottom: 1em;
}

#map dt {
	float: left;
	width: 8em;
	color: #1F7C32;
}

#map dd p {
	padding: 5px;
	background-color: #ECFBF2;
	border: 1px solid #CCCCCC;
}

.small #map dd {
	float: left;
	width: 369px;
}

.middle #map dd {
	float: left;
	width: 353px;
}

.large #map dd {
	float: left;
	width: 336px;
}

#news {
	margin-bottom: 1em;
}

#news dt {
	margin-top: 15px;
}

#news dd {
	border-bottom: 1px dotted #666666;
}

/* 事業概要 */
#number {
	margin-bottom: 20px;
}

#number dt {
	float: left;
	width: 7em;
}

/* 業務、財務に関する事項 */
.financeList {
	margin-bottom: 10px;
}

.financeList li {
	margin-bottom: 5px;
	padding-left: 12px;
	background: url(../img/common/common_mark.gif) 0 0.4em no-repeat;
	height: 16px;
	line-height: 16px;
}

.financeList li img {
	margin: 0 0 0 5px;
	padding: 0;
	display: inline;
	vertical-align: bottom;
}

/* 募集・採用情報　先行技術調査 */
.techniquePhoto {
	margin-left: 60px;
}

.techniquePhoto img {
	float: left;
	margin-right: 10px;
}

.techniquePhoto02 {
	margin-left: 45px;
}

.reference {
	margin-bottom: 1em;
}

.reference li {
	list-style: inside decimal;
}

.inquireArea {
	padding: 10px;
	background-color: #ECFBF2;
	border: 1px solid #CCCCCC;
}

.date {
	float: right;
	margin: 0;
}

#recruitList {
	clear: both;
	width: 460px;
	font-size: 75%;
	table-layout: fixed;
	word-break: break-all;
}

.heading02 {
	clear: both;
	margin: 10px 0;
	color: #1F7C32;
}

.indent {
	margin-left: 1em;
}

.slate img {
	margin: 0 5px 0 5px;
	padding: 0;
	display: inline;
}

.flowFrame {
	clear: both;
	float: left;
	padding: 7px;
	border: 1px solid #CCCCCC;
	width: 444px;
	background-color: #F2F2F2;
}

.flowFrame img {
	margin: 0 5px 0 5px;
	padding: 0;
	display: inline;
}

.flowFrame02 {
	clear: both;
	margin-bottom: 1em;
	border: 1px solid #CCCCCC;
	width: 458px;
}

.flowFrame02 dt {
	padding: 5px 7px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.flowFrame02 dd {
	padding: 7px;
}

.flowMark {
	clear: both;
	float: left;
}

.questionList {
	margin: 0 0 15px 15px;
}

.questionList li {
	margin-bottom: 7px;
	padding: 8px 0 0 48px;
	background: url(../recruit/img/question.jpg) left center no-repeat;
	height: 30px;
}

.questionList .questionLines {
	padding: 0 0 0 48px;
	height: auto;
}

.qandaArea {
	margin-bottom: 1em;
	padding: 15px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}

.qandaArea dt {
	margin-bottom: 10px;
	padding: 8px 0 0 48px;
	background: url(../recruit/img/question.jpg) left center no-repeat;
	height: 30px;
	font-weight: bold;
}

.qandaArea dd {
	padding-left: 48px;
	background: url(../recruit/img/answer.jpg) left top no-repeat;
}

.qandaArea .answerLines {
	padding-left: 48px;
	background: url(../recruit/img/answer.jpg) left top no-repeat;
	height: 30px;
	line-height: 30px;
}

.qandaArea .questionLines {
	padding: 0 0 0 48px;
	height: auto;
}

.imgBox {
	clear: both;
	width: 460px;
}

.imgBox img {
	float: left;
}

.company01 {
	float: left;
	margin-right: 10px;
	width: 225px;
	font-size: x-small;
}

.company02 {
	float: left;
	width: 225px;
	font-size: x-small;
}

#lifeList {
	margin-bottom: 1em;
}

.lifeFrame {
	margin-bottom: 1em;
	border: 1px solid #CCCCCC;
}

.lifeFrame dt {
	padding: 5px 7px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F2F2F2;
	font-weight: bold;
}

.lifeFrame dd {
	padding: 7px;
}

.lifeFrame02 {
	padding: 7px;
	border: 1px solid #CCCCCC;
}

.lifeFrame03 {
	clear: both;
	padding: 7px;
	border: 1px solid #CCCCCC;
	background-color: #ECFBF2;
}

/* 募集・採用情報　特許文献（技術文献）解析者募集 */
#fieldList {
	margin-bottom: 1em;
}

.fieldFrame {
	margin-bottom: 1em;
	border: 1px solid #CCCCCC;
}

.fieldFrame dt {
	padding: 5px 7px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F2F2F2;
	font-weight: bold;
}

.fieldFrame dd {
	padding: 7px;
}

/* 調達情報 */
.signature span {
	float: right;
	text-align: right;
}

.lowerLatinList {
	margin-bottom: 1em;
}

.lowerLatinList li {
	list-style: inside lower-alpha;
}

.lowerLatinList li ol {
	margin-left: 1.5em;
}

.lowerLatinList li ol li {
	list-style: inside decimal;
}

.decimalList {
	margin: 0 0 1em 1.5em;
}

/* サイトマップ */
.sitemapList {
	margin: 0 0 1em 1em;
}

.sitemapList ul {
	margin: 0 0 1em 1em;
}


/*-----------------------------------------------------------
	#sub
----------------------------------------------------------- */
#top #sub {
	margin-top: 15px;
	background: url(../img/sub_back.gif) repeat;
}

#recruitLinkHeading {
	margin: 7px 7px 0 7px;
}

#recruitLink {
	margin: 0 7px 7px 7px;
	padding: 7px 10px 6px 10px;
	background-color: #FFFFFF;
}

#recruitLink li {
	padding: 3px 0 3px 15px;
	border-bottom: 1px dotted #ADB6C9;
	background: url(../img/common/squire_mark.gif) 0 0.7em no-repeat;
}

/* 下層ページ サイドバー */
#subMenu {
	width: 188px;
	padding: 10px 0 7px 0;
	border: 1px solid #CCCCCC;
	border-top: none;
}

#subMenu li {
	margin: 0 0 3px 10px;
	padding: 0 3px 0 15px;
	background: url(../img/common/squire_mark.gif) 0 0.5em no-repeat;
}

#subMenu li a {
	text-decoration: none;
}

#subMenu li a:hover {
	text-decoration: underline;
}

#subMenu li ul li {
	margin: 0 0 3px 0;
	padding-left: 0;
	background: none;
	font-size: 85%;
}


/*-----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	clear: both;
	margin-top: 15px;
	padding: 10px 0;
	width: 100%;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
}

