<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.search_box_title {
	height: auto;
	width: 925px;
	background-color: #0071be;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/mark01.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
}
.search_box_title span {
	font-size: 93%;
	font-weight: normal;
	margin-left: 30px;
}
.search_box  {
	width: 950px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	height: auto;
	clear: both;
}
.search_box_bar {
	height: auto;
	width: 950px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1cdc1;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
.search_box_subtitle {
	font-size: 108%;
	font-weight: bold;
	background-image: url(../img/search_title_mark.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	float: left;
	width: 490px;
	height: 20px;
	padding-top: 5px;
}
.search_go_bt {
	background-image: url(../img/search_go_bt.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: auto;
	height: 14px;
	padding-right: 18px;
	float: right;
	margin-top: 5px;
}
.search_box_list01 {
	margin-bottom: 10px;
	height: auto;
	width: 950px;
	clear: both;
}
.search_box_list01 li {
	float: left;
	width: 186px;
	height: 20px;
	clip: rect(auto,auto,10px,auto);
	margin-bottom: 3px;
	line-height: 2em;
}
.search_box_list01 input {
	vertical-align: middle;
	margin-right: 3px;
}
.search_box_list02 {
	margin-bottom: 10px;
	height: auto;
	width: 950px;
	clear: both;
}
.search_box_list02 li {
	float: left;
	width: 310px;
	height: 20px;
	clip: rect(auto,auto,10px,auto);
	margin-bottom: 3px;
	line-height: 2em;
	text-indent: 3px;
}
.search_box_list02 input {
	vertical-align: middle;
	margin-right: 3px;
}
.error {
	height: 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d1cdc1;
	border-right-color: #d1cdc1;
	border-bottom-color: #d1cdc1;
	border-left-color: #d1cdc1;
	clear: both;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	padding-top: 50px;
}
.errorbox {
	font-size: 123.1%;
/*	background-image: url(../img/errormark.png);*/
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 60px;
}
.eigyou-box {
	border: 1px solid #999;
	margin-right: 54px;
	margin-left: 54px;
	padding-bottom: 10px;
	background-color: #F7FFFF;
	border: 1px solid #C1D3DE;
	margin-bottom: 10px;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
/* pagination */
.paginationbox {
	overflow:hidden;
	width: 980px;
	height: 29px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: both;
}
.paginationbox_in {
	position: relative;
	left: 50%;
	float: left;
}
.pagination {
	height: 29px;
	position: relative;
	left: -50%;
	overflow: hidden;
	width: auto;
	font-size: 93%;
	clear: both;
}
.pagination li {
	position: relative;
	float: left;
}
.pagination_left {
	height: 24px;
	width: 130px;
	padding-top: 5px;
	margin-right: 5px;
	overflow: hidden;
}
.pagination_right {
	height: 24px;
	width: 150px;
	overflow: hidden;
	padding-top: 5px;
}
.pagination_here {
	height: 24px;
	width: 24px;
	margin-right: 5px;
	overflow: hidden;
	padding-top: 5px;
	font-weight: bold;
	background-image: url(../img/pagination_here.png);
}
.pagination_link {
	background-image: url(../img/pagination_link.png);
	height: 25px;
	width: 24px;
	overflow: hidden;
	margin-right: 5px;
}
.pagination_link a {
	text-align: center;
	height: 20px;
	width: 24px;
	padding-top: 5px;
	display: block;
	overflow: hidden;
	background-image: url(../img/pagination_link.png);
}
.pagination_link a:hover {
	background-image: url(../img/pagination_link_over.png);
}
.ichiran_box_title {
	height: auto;
	width: 930px;
	background-color: #2694d4;
	background-image: url(../img/mark02.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.ichiran_box_title h3 {
	float: left;
	font-size: 108%;
	font-weight: bold;
	padding-top: 4px;
	color: #FFFFFF;
	text-decoration: none;
}
.ichiran_table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	width: 960px;
	background-image: url(../img/table_bg.png);
	background-repeat: no-repeat;
	clear: both;
	min-height: 250px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-position: center -10px;
}
.ichiran_table td {
	background-color: #FFFFFF;
	padding: 10px;
}
.ichiran_table_img img {
	border: 1px solid #0088cc;
	margin-bottom: 5px;
	max-width:200px;
	max-height: 300px;
}
.ichiran_table_name {
	font-weight: bold;
	background-color: #FFFFEE !important;
	background-image: url(../img/arrow04.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-right: 20px !important;
	width: 80px;
}
.richiran_table_name {
	font-weight: bold;
	background-color: #FFFFEE !important;
	background-image: url(../img/arrow04.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-right: 20px !important;
	width: 120px;
}
.research_left {
	float: left;
	height: auto;
	width: 280px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d1cdc1;
}
.research_right {
	float: right;
	width: 620px;
	height: auto;
}
.research_bt {
	height: 30px;
	width: 250px;
	background-image: url(../img/reserach_bt.png);
}
.research_bt a {
	height: 23px;
	width: 226px;
	padding-top: 7px;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 24px;
	background-image: url(../img/reserach_bt.png);
}
.research_bt a:hover {
	background-image: url(../img/reserach_bt_over.png);
	text-decoration: none;
}
.research_right p {
	font-weight: bold;
	color: #333333;
	background-image: url(../img/mark03.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 10px;
}
#research01 {
	height: auto;
	width: 820px;
	clear: both;
	background-color: #FFFFCC;
}
#research02 {
	height: auto;
	width: 820px;
	background-color: #FFFFCC;
}
#research03 {
	height: auto;
	width: 820px;
	clear: both;
	background-color: #FFFFCC;
}
#research04 {
	height: auto;
	width: 820px;
	background-color: #FFFFCC;
}
.research_box {
	margin: 10px;
	height: auto;
	width: 800px;
}
.research_box a:hover {
	text-decoration: underline;
}
.research_titlebox {
	height: 40px;
	width: 800px;
}
.research_titlebox span {
	float: left;
	padding-top: 10px;
}
.research_titlebox span a:hover {
	text-decoration: underline;
}
.rsearch_box_subtitle {
	font-size: 108%;
	font-weight: bold;
	padding-left: 30px;
	float: left;
	width: 490px;
	height: 20px;
	padding-top: 5px;
}
.research_close_bt {
	background-image: url(../img/close_bt.png);
	height: 25px;
	width: 27px;
	float: right;
        margin:1px;
}
.research_close_bt a {
	text-indent: -9990px;
	display: block;
	height: 25px;
	width: 27px;
	overflow: hidden;
}
.research_close_bt a:hover {
	background-image: url(../img/close_bt_over.png);
}
.research_box_bar {
	height: auto;
	width: 760px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1cdc1;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
.research_box_list01 {
	margin-bottom: 10px;
	height: auto;
	width: 760px;
	clear: both;
}
.research_box_list01 dd {
	float: left;
	width: 190px;
	height: 20px;
	clip: rect(auto,auto,10px,auto);
	margin-bottom: 3px;
	line-height: 2em;
}
.research_box_list01 input {
	vertical-align: middle;
	margin-right: 3px;
}
.research_box_list02 {
	margin-bottom: 10px;
	height: auto;
	width: 760px;
	clear: both;
}
.research_box_list02 dd {
	float: left;
	width: 380px;
	height: 20px;
	clip: rect(auto,auto,10px,auto);
	margin-bottom: 3px;
	line-height: 2em;
}
.research_box_list02 input {
	vertical-align: middle;
	margin-right: 3px;
}
.research_area {
	width: 800px;
	height: auto;
}
.research_area ul.tabs {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	margin:0px;
	padding:0px;
	height: 30px;
	width: 800px;
	overflow: hidden;
        font-size:1.0em;
	background-image: url(../img/research_ul_bg.png);
}
.research_area ul.tabs li {
	list-style:none;
	color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0071be;
	border-right-color: #0071be;
	border-bottom-color: #0071be;
	border-left-color: #0071be;
	font-weight: bold;
	float: left;
	background-color: #0071be;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	height: 30px;
	background-image: url(../img/arrow05.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin-right: 2px;
	position: relative;
}
.research_area ul.tabs li a{
	color: #FFFFFF;
}
.research_area div.content {
	background: #fff;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0071be;
	border-right-color: #0071be;
	border-bottom-color: #0071be;
	border-left-color: #0071be;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.research_area #content_2, #content_3, #content_4, #content_5, #content_6, #content_7{
	display: none;
}
.research_area .selected {
	background: #fff !important;
}
.research_area .selected a {
	color: #333333 !important;
}
.research_ensen {
	width: 800px;
	height: auto;
}
.research_ensen ul.tabs {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	margin:0px;
	padding:0px;
	height: 30px;
	width: 800px;
	overflow: hidden;
	background-image: url(../img/research_ul_bg.png);
}
.research_ensen ul.tabs li {
	list-style:none;
	color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0071be;
	border-right-color: #0071be;
	border-bottom-color: #0071be;
	border-left-color: #0071be;
	font-weight: bold;
	float: left;
	background-color: #0071be;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	height: 30px;
	background-image: url(../img/arrow05.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin-right: 2px;
	position: relative;
}
.research_ensen ul.tabs li a{
	color: #FFFFFF;
}
.research_ensen div.content {
	background: #fff;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0071be;
	border-right-color: #0071be;
	border-bottom-color: #0071be;
	border-left-color: #0071be;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.research_ensen #content_2, #content_3, #content_4, #content_5, #content_6, #content_7{
	display: none;
}
.research_ensen .selected {
	background: #fff !important;
}
.research_ensen .selected a {
	color: #333333 !important;
}

.research_syokusyu {
	width: 800px;
	height: auto;
}
.research_syokusyu ul.tabs {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	margin:0px;
	padding:0px;
	height: 30px;
	width: 800px;
	overflow: hidden;
	background-image: url(../img/research_ul_bg.png);
}
.research_syokusyu ul.tabs li {
	list-style:none;
	color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0071be;
	border-right-color: #0071be;
	border-bottom-color: #0071be;
	border-left-color: #0071be;
	font-weight: bold;
	float: left;
	background-color: #0071be;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	height: 30px;
	background-image: url(../img/arrow05.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin-right: 2px;
	position: relative;
}
.research_syokusyu ul.tabs li a{
	color: #FFFFFF;
}
.research_syokusyu div.content {
	background: #fff;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0071be;
	border-right-color: #0071be;
	border-bottom-color: #0071be;
	border-left-color: #0071be;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.research_syokusyu #content_2, #content_3, #content_4, #content_5, #content_6, #content_7{
	display: none;
}
.research_syokusyu .selected {
	background: #fff !important;
}
.research_syokusyu .selected a {
	color: #333333 !important;
}

.research_jyouken {
	width: 800px;
	height: auto;
}
.research_jyouken ul.tabs {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	margin:0px;
	padding:0px;
	height: 30px;
	width: 800px;
	overflow: hidden;
	background-image: url(../img/research_ul_bg.png);
}
.research_jyouken ul.tabs li {
	list-style:none;
	color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0071be;
	border-right-color: #0071be;
	border-bottom-color: #0071be;
	border-left-color: #0071be;
	font-weight: bold;
	float: left;
	background-color: #0071be;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	height: 30px;
	background-image: url(../img/arrow05.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin-right: 2px;
	position: relative;
}
.research_jyouken ul.tabs li a{
	color: #FFFFFF;
}
.research_jyouken div.content {
	background: #fff;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0071be;
	border-right-color: #0071be;
	border-bottom-color: #0071be;
	border-left-color: #0071be;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.research_jyouken #content_2, #content_3, #content_4, #content_5, #content_6, #content_7{
	display: none;
}
.research_jyouken .selected {
	background: #fff !important;
}
.research_jyouken .selected a {
	color: #333333 !important;
}
</pre></body></html>