@charset 'UTF-8';
/* Copyright (C) Netsket Inc. (http://netsket.com)
 * Author: TETSUWO-OISHI
 */
/* ----------------------------------------------------------------------- reset -- */

html,body,form,fieldset,legend,label,input,textarea,table,thead,tbody,tfoot,th,td,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
fieldset,img,iframe{border:none;}
address,code,em,th{font-style:normal;font-weight:normal;}
li{list-style:none;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
pre,code{font-family:monospace;*font-size:108%;line-height:100%;}
table{border-collapse:separate; border-spacing:1px;}
iframe{background:transparent;margin:0;padding:0;border:none;}

/* ----------------------------------------------------------------------- body -- */

body {
	margin:0 auto;
	padding:0;
	text-align:left;
	font-size:15px;
	line-height:1.4;
	font-family:'Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	/*border-top:8px solid #333;*/
	background-color:ddeeff;
}



/* ----------------------------------------------------------------------- anchor -- */

a {
	color:#2d59b3;
	text-decoration:underline;
}

a:visited {
	color:#663399;
}

a:hover {
	color:#1e90ff;
}

/* ----------------------------------------------------------------------- header -- */

#header {
	margin:0 auto;
	width:950px;
	padding:10px 0 5px 0;
	background-color:#ffffff;
}



/* ----------------------------------------------------------------------- container -- */

#container {
	/*background:transparent url(main_bg_01.png) repeat-y top center;*/
	margin:0 auto;
	padding:15px 0 30px 0;
	width:950px;
	background-color:#ffffff;
}

#pagebody {
	/*border-left:1px solid #ddd;
	border-right:1px solid #ddd;*/
}


#main {
	float:left;
	width:730px;
	min-height:500px;
}

#menu {
	float:right;
	text-align:left;
	width:200px;
	min-height:500px;
	background-color:#f5f5f5;
	border:1px solid #dddddd;
}

#menu .fixMB {
	margin-bottom:1em;
}


/* ----------------------------------------------------------------------- etcetera -- */

#etcetera {
	clear:both;
	text-align:center;
	margin-top:50px;
	position:relative;	
	font-family:'Arial','Verdana',serif;
	font-size:11px;
	line-height:1.5;
	color:#666;
}



/* ----------------------------------------------------------------------- footer -- */

#footer {
	clear:both;
	text-align:center;
	z-index:1;
	padding:20px 0;
	position:relative;
	background:#ddeeff url(/lib/img/etc/footer_bg_03.png) repeat-x top left;
}

#footer,
#footer a {
	font-size:11px;
	line-height:1.5;
	font-family:'Verdana','Arial',sans-serif;
	color:#444;
	text-decoration:none;
}

#footer a:hover {
	color:#888;
}

/* ----------------------------------------------------------------------- logo -- */

#header .logo a {
	display:block;
	float:left;
	width:150px;
	height:50px;
	background:#ffffff url('/lib/img/logo/logo_01.png') no-repeat 0 0;
	/*background:#ffffff url('/lib/img/logo/logo_04.png') no-repeat 0 0;*/
}

#header .logo a span {
	display:none;
}

/*
#header a.inquiry {
	display:block;
	width:258px;
	height:40px;
	background:transparent url('/lib/img/etc/header_inquiry.png') no-repeat left top;
}
*/

#header a.inquiry span {
	display:none;
}


/* ----------------------------------------------------------------------- navigation -- */

#nav {
	background:transparent url(/lib/img/nav/navbg_03.png) repeat-x top left;
	height:45px;
}

#nav ul {
	display:block;
	margin:0 auto;
	width:950px;
	height:39px;
}

#nav ul li a {
	display:block;
	width:158px;
	height:39px;
	background-repeat:no-repeat;
	background-position:top left;
}

#nav ul li a span {
	display:none;
}

#nav ul li {
	float:left;
}

#nav ul li.home a      {background-image:url(/lib/img/nav/nav_home_04.png);}
#nav ul li.news a      {background-image:url(/lib/img/nav/nav_news_04.png);}
#nav ul li.products a  {background-image:url(/lib/img/nav/nav_products_04.png);}
#nav ul li.corporate a {background-image:url(/lib/img/nav/nav_corporate_04.png);}
#nav ul li.recruit a   {background-image:url(/lib/img/nav/nav_recruit_04.png);}
#nav ul li.contact a   {background-image:url(/lib/img/nav/nav_contact_04.png); width:160px;}


#nav ul li.home a:hover      {background-image:url(/lib/img/nav/nav_home_04_over.png);}
#nav ul li.news a:hover      {background-image:url(/lib/img/nav/nav_news_04_over.png);}
#nav ul li.products a:hover  {background-image:url(/lib/img/nav/nav_products_04_over.png);}
#nav ul li.corporate a:hover {background-image:url(/lib/img/nav/nav_corporate_04_over.png);}
#nav ul li.recruit a:hover   {background-image:url(/lib/img/nav/nav_recruit_04_over.png);}
#nav ul li.contact a:hover   {background-image:url(/lib/img/nav/nav_contact_04_over.png); width:160px;}
/*#nav ul li a:hover {opacity:0.6;}*/

/* ----------------------------------------------------------------------- H2～H4 Title Settings -- */

.title2 {
	color:#3366bb;
	font-weight:bold;
	border-left:5px solid #3366bb;/*E3411F*/
	padding-left:0.5em;
	margin-bottom:1em;
	margin-top:1em;
	font-size:16px;
}

.title3 {
	color:#333;
	font-weight:bold;
	border-bottom:1px solid #888;
	padding-bottom:0.1em;
	margin-bottom:1em;
	margin-top:1em;
	font-size:15px;
}



/* ----------------------------------------------------------------------- Paragraph Settings -- */

#pagebody {
	line-height:1.7;
	font-size:85%;
	color:#444;
}

#pagebody p {
	margin-bottom:1em;
	line-height:1.7;
	text-indent:0.5em;
	font-size:100%;
	color:#444;
}

#pagebody p.noIndent {
	margin-bottom:1em;
	line-height:1.7;
	text-indent:0;
	font-size:100%;
	color:#444;
}

#pagebody p.message {
	margin-bottom:1em;
	line-height:1.5;
	font-size:100%;
	border:1px solid #ddd;
	text-indent:0;
	padding:0.5em 0.7em;
	background-color:#e4f0ff;
}



/* ----------------------------------------------------------------------- Inner Padding Settings -- */

#pagebody div.inner {
	padding:0 10px;
}

#pagebody div.info {
	margin-bottom:1.5em;
}

#pagebody div.footnote {
	color:#777;
	margin-top:1.5em;
	margin-bottom:1.5em;
}



/* ----------------------------------------------------------------------- H1 Image Settings -- */

.headlineImage {
	width:730px;
	height:90px;
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	padding-bottom:5px;
}

.headlineImage.news      {background-image:url('/lib/img/title/news_05.jpg');}
.headlineImage.corporate {background-image:url('/lib/img/title/corporate_05.jpg');}
.headlineImage.recruit   {background-image:url('/lib/img/title/recruit_05.jpg');}
.headlineImage.contact   {background-image:url('/lib/img/title/contact_05.jpg');}



/* ----------------------------------------------------------------------- Data Gallery Settings -- */

.dataGallery ul {
	margin:15px 0;
	padding:0;
	display:block;
	clear:both;
}

.dataGallery ul li {
	float:left;
	position:relative;
	margin:0 5px;
	padding:0;
	display:block;
	white-space:normal;
	word-break:break-all;
	width:170px;
	height:170px;
	background:transparent url('/lib/img/etc/floppydisk.jpg') no-repeat 0 0;
	text-align:center;
}

.dataGallery ul li.last {
	margin:0;
	padding:0;
}

.dataGallery ul li a.productName {
	position:absolute;
	left:3px;
	bottom:5px;
	margin:0 auto;
	width:164px;
	height:45px;
	background-color:#333;
	color:#fff;
	font-weight:bold;
	filter:alpha(opacity=80);
	opacity:0.80;
	text-decoration:none;
}

.dataGallery div.hr {
	clear:both;
	border-top:1px dotted #aaa;
	margin:0;
}

.dataGallery ul li .tooltip {
	display:none;
	position:absolute;
	width:200px;
	border:2px solid #666;
	background-color:#222;
	padding:8px;
	color:#fff;
	z-index:2000;
	text-align:left;
	line-height:1.3;
}

.dataGallery ul li .tooltip a {
	color:#00A7EC;
}

.dataGallery ul li .tooltip a:hover {
	color:#29f;
}

.dataGallery ul li .tooltip .info {
	padding:5px;
	margin-top:5px;
	background-color:#000;
	color:#fff;
	font-size:11px;
	line-height:1.3;
}

.dataGallery ul li .tooltip a.detail {
	margin:5px auto 0 auto;
	text-align:center;
}


/* ----------------------------------------------------------------------- menu -- */

#menu ul {
	border:0 solid #111;
	padding:0;
	font-size:13px;
}

#menu .title {
	border:0 solid #ccc;
	border-top:3px solid #999;
	border-bottom:1px solid #aaa;
	padding:4px 10px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	background-color:#bbb;
}

#menu ul li {
	display:block;
	border-bottom:1px dotted #ddd;
	border-left:8px solid #ddd;
}

#menu ul li:first-child {
	margin-top:0;
}

#menu ul li a {
	text-align:left;
	display:block;
	font-family:'Arial','Verdana';
	line-height:1.4;
	text-decoration:none;
	padding:4px 4px 5px 12px;
	background:transparent url('/lib/img/list/arrow01.png') no-repeat 4px 10px;
}

#menu ul li a {
	color:#444;
	background-color:#fff;
}

#menu ul li a span {
	color:#666;
	display:block;
	font-family:'Arial','Verdana';
	font-weight:normal;
}

#menu ul li a:hover {
	background-color:#eee;
}

#menu ul li a:hover span {
	color:#444;
}

#menu ul li.F a span {
	color:#333;
	font-weight:bold;
}



/* --------------------------------------------------------------------------------- etcetera -- */

#etcetera .footerMessage {
	text-align:center;
	padding-bottom:50px;
}



/* --------------------------------------------------------------------------------- Footers etc -- */

#footer .inner {
	width:950px;
	margin:0 auto;
	position:relative;
}

#footer .footerNav {
	padding-bottom:10px;
	text-align:left;
}

#footer .footerNav a.F {
	font-weight:bold;
}

#footer .footerPR {
	margin-top:10px;
	text-align:right;
	float:right;
}

#footer address {
	margin-top:10px;
	font-style:normal;
	font-weight:normal;
	text-align:center;
	float:left;
	display:block;
}

#footer address img {
	vertical-align:middle;
}

#footer address p {
	text-align:left;
}



/* --------------------------------------------------------------------------------- Footer Lists Settings -- */

#footer ul {
	display:inline;
}

#footer ul li {
	display:inline;
	float:left;
	padding:0 4px 0 1px;
	border-left:1px solid #666;
	background-color:transparent;
}

#footer ul li a {
	padding-left:3px;
}

#footer ul li.last {
}

#footer ul li.first,
#footer ul li.first a,
#footer ul li.home,
#footer ul li.home a {
	padding-left:0;
	border:none;
}

#footer ul li.none {
	border:none;
	padding:0;
}



/* --------------------------------------------------------------------------------- Footer Page Top Settings -- */

#footer .pagetop {
	position:absolute;
	top:-35px;
	right:0;
}

#footer .pagetop a {
	display:block;
	width:80px;
	height:15px;
	line-height:1.6;
	background-color:#82878C;
	text-align:center;
	color:#fff;
	font-family:'MS Gothic',monospace;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#footer .pagetop a:visited {
	color:#fff;
}

#footer .pagetop a:hover {
	background-color:#3366bb;
}




/*

#footer .pagetop {
	position:absolute;
	top:-38px;
	right:0;
}

#footer .pagetop a {
	display:block;
	width:83px;
	height:19px;
	line-height:1.8;
	background:transparent url(/lib/img/etc/footer_hole.png) no-repeat left top;
	text-align:center;
	color:#565e67;
	font-family:'MS Gothic',monospace,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#footer .pagetop a:hover {
	background-color:transparent;
	background-image:none;
	color:#333;
	line-height:1.0;
}

*/

/* ----------------------------------------------------------------------- Clear Settings -- */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}/* IE-mac */
.clearfix {display:block;}/* IE-mac */



/* ----------------------------------------------------------------------- Align Settings -- */

.left {text-align:left !important;}
.right {text-align:right !important;}
.center {text-align:center !important; margin:0 auto !important;}
.fl {float:left !important;}
.fr {float:right !important;}



/* ---------------------------------------------------------------------- Settings of NetsketForm -- */

.NSF_errors {
	margin:0 0 10px 0;
	padding:5px 10px;
	border:1px solid #FC6;
	background:#FFC;
}


.NSF_errors p {
	margin:0;
}


.NSF_errors p em {
	color:#d00;
	font-style:normal;
	font-weight:bold;
}


.NSF_errors b {
	font-weight:bold;
	color:#f00;
}

.NSF_errors ul {
	margin:8px 0;
	padding:0;
}

.NSF_errors ul li {
	list-style:disc inside;
	padding-right:2px;
}

.NSF_errors span {
	color:#00f;
}



.NSF_required {
	font-size:100%;
	font-style:normal;
	font-family:'MS Gothic',monospace;
	color:#d00;
}


.NSF_error {
	border-color:#d00 !important;
	background-color:#fcf !important;
}


select {
}

/*
select, input, textarea {
	border:1px solid #bbb;
	padding:1px;
}

select:hover, input:hover, textarea:hover {
	border:1px solid #7F635F;
}
*/

select,
input,
textarea {
	padding:1px;
}

select,
input[type="text"],
input[type="password"],
input[type="checkbox"],
input[type="radio"],
input[type="file"],
textarea {
}

select:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="checkbox"]:hover,
input[type="radio"]:hover,
input[type="file"]:hover,
textarea:hover {
	background-color:#eee;
}

input:focus,
input.error:focus,
select.error:focus,
textarea:focus {
	background-color:#ffc!important;
	border-color:#fc6!important;
}


div.radio input {margin:0px 2px!important; vertical-align:middle!important;}



/* ----------------------------------------------------------------------- List Settings -- */

ul.list01 {
	padding:0;
	margin-bottom:0.5em;
	list-style:none;
	line-height:1.5;
	border:1px dotted #999999;
	border-top:0px;
}

ul.list01 li {
	background:#f9f9f9 url('/lib/img/list/arrow01.png') no-repeat 5px center;
	border-top:1px dotted #999999;
	color:#555555;
	display:block;
	padding:5px 0 5px 15px;
	line-height:1.5;
	text-decoration:none;
	margin:0;
}



ul.list02 {
	padding:0;
	margin-bottom:0.5em;
	list-style:none;
	line-height:1.5;
}

ul.list02 li {
	background:transparent url('/lib/img/list/arrow01.png') no-repeat 5px center;
	color:#555555;
	display:block;
	padding:2px 0 2px 15px;
	line-height:1.5;
	text-decoration:none;
	margin:0;
}



ul.banner468x60 li {
	margin-bottom:1em;
}

ul.banner468x60 li a {
	display:block;
	border:1px solid #ddd;
	width:468px;
	height:60px;
}

ul.banner468x60 li a:hover {
	border:1px solid #36b;
}

ul.banner468x60 li a img {
	width:468px;
	height:60px;
}



/* ----------------------------------------------------------------------- Definion List Settings -- */

dl.dl01 {
	font-size:13px;
}

dl.dl01 dt {
	display:block;
	width:100px;
	border-bottom:2px solid #666;
	padding:2px 0;
	margin-bottom:3px;
	text-align:left;
}

dl.dl01 dd {
	display:block;
	margin-left:30px;
	margin-bottom:3px;
}



dl.dl02 {
	font-family:'MS Gothic',monospace,'Arial',sans-serif;
	font-size:14px;
	background-color:#fff;
	border-collapse:collapse;
	border-spacing:0;
	text-align:left;
	line-height:1.2;
	border:1px dotted #999;
	border-bottom:0;
}

dl.dl02 dt {
	width:130px;
	float:left;
	clear:both;
	text-align:left;
	font-weight:bold;
	color:#666;
	padding:5px 5px;
}

dl.dl02 dd {
	color:#444;
	padding:5px 5px;
	border-bottom:1px dotted #999;
}

dl.dl02 dd:hover {
	color:#000;
	background-color:#f5f5f5;
}


dl.dl03 {
}

dl.dl03 dt {
	width:8em;
	margin-bottom:0.5em;
	float:left;
	font-family:'MS Gothic',monospace,'Arial',sans-serif;
}

dl.dl03 dd {
	border-left:2px solid #36b;
	padding-left:10px;
	margin-left:9em;
	margin-bottom:0.5em;
}


/* ----------------------------------------------------------------------- Across List Settings -- */

.pointTitle {
	height:30px;
	margin-bottom:1em;
}

.pointTitle ul {
	background:url('/lib/img/list/headline-bg-whole.png') no-repeat right 0;
	height:30px;
	display:block;
}

.pointTitle ul li {
	float:left;
	white-space:nowrap;
}

.pointTitle ul li a {
	display:block;
	padding:0 10px;
	border-right:1px solid #bbb;
	font-weight:bold;
	font-size:12px;
	line-height:28px;
	font-family:'Arial';
	text-decoration:none;
	color:#555;
	background:url('/lib/img/list/headline-bg.png') no-repeat -5px -120px;
}

.pointTitle ul li a:hover {
	background-position:-5px -90px;
	color:#555;
}

.pointTitle ul li.f-red a         {background:url('/lib/img/list/headline-bg.png') no-repeat 0  -60px; color:#fff;}
.pointTitle ul li.f-red a:hover   {background:url('/lib/img/list/headline-bg.png') no-repeat 0  -30px; color:#fff;}
.pointTitle ul li.f-green a       {background:url('/lib/img/list/headline-bg.png') no-repeat 0    0px; color:#fff;}
.pointTitle ul li.f-green a:hover {background:url('/lib/img/list/headline-bg.png') no-repeat 0  -30px; color:#fff;}
.pointTitle ul li.f-blue a        {background:url('/lib/img/list/headline-bg.png') no-repeat 0  -60px; color:#fff;}
.pointTitle ul li.f-blue a:hover  {background:url('/lib/img/list/headline-bg.png') no-repeat 0  -30px; color:#fff;}
.pointTitle ul li.f-gray a        {background:url('/lib/img/list/headline-bg.png') no-repeat 0  -90px; color:#444;}
.pointTitle ul li.f-gray a:hover  {background:url('/lib/img/list/headline-bg.png') no-repeat 0  -90px; color:#444;}
.pointTitle ul li.f-white a       {background:url('/lib/img/list/headline-bg.png') no-repeat 0 -120px; color:#444;}
.pointTitle ul li.f-white a:hover {background:url('/lib/img/list/headline-bg.png') no-repeat 0 -120px; color:#444;}




/* ----------------------------------------------------------------------- simpleHorizontal settings -- */

.simpleHorizontal {
	font-family:'MS Gothic',monospace,'Arial',sans-serif;
	font-size:13px;
	background-color:#fff;
	border-collapse:collapse;
	border-spacing:0;
	text-align:left;
	line-height:1.2;
	width:100%;
}

.simpleHorizontal thead th {
	font-size:13px;
	text-align:center;
	font-weight:bold;
	color:#666;
	padding:7px 10px;
	border-bottom:2px solid #000;
}

.simpleHorizontal tbody tr {
	border-bottom:1px solid #ccc;
}

.simpleHorizontal tbody tr th,
.simpleHorizontal tbody tr td {
	color:#444;
	padding:7px 10px;
	vertical-align:top;
}

.simpleHorizontal tbody tr th {
	font-weight:bold;
}

.simpleHorizontal tbody tr td {
	border-left:3px solid #ddd;
}



/* ----------------------------------------------------------------------- simple settings -- */

table.simple {
	border-collapse:separate;
	border-spacing:0;
	border-top:2px solid #CCC;
	border-bottom:1px solid #CCC;
	width:100%;
}

table.simple th {
	border-bottom:1px solid #CCC;
	padding:5px;
	text-align:left;
}

table.simple td {
	border-bottom:1px solid #CCC;
	padding:5px;
}



/* ----------------------------------------------------------------------- Orthodox settings -- */

table.orthodox {
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-collapse:separate;
	border-spacing:0;
	width:100%;
}

table.orthodox p {
	text-indent:0 !important;
	margin-bottom:0 !important;
	line-height:1.0 !important;
	color:#999 !important;
}

table.orthodox th {
	border-top:1px solid #D8E8FD;
	border-left:1px solid #D8E8FD;
	border-right:1px solid #BAD6FB;
	border-bottom:1px solid #BAD6FB;
	vertical-align:top;
}

table.orthodox th.required {
	border-right:5px solid #dd0000;
}

table.orthodox td {
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	vertical-align:top;
}

table.orthodox th,
table.orthodox td {
	padding:6px;
}

table.orthodox tbody th {
	background-color:#CAE1FF;
}

table.orthodox tr td.submit {
	background-color:#def;
	color:#fff;
	text-align:center;
}

table.orthodox textarea {
	width:98%;
}

table.orthodox input,select {
	vertical-align:middle;
}


