@charset "EUC-JP";
/*@media "all";*/
/*
	nanoGray site CSS
	this is Japanese EUC
	日本語 EUCです。
*/

/*
A:hover { background-color: #ffAAAA; }
*/

BODY
{
	background-color: #FAFAFA;
/*	background-image: url(/images/bg_e1c.png);*/
	background-repeat: repeat;
	background-attachment: fixed;
/*	margin-left: 20px;*/
/*	margin-right: 20px;*/
	overflow-x: hidden;				/* 横スクロールバーが消えないので、誤魔化した(^_^; 原因不明。 */
/*	text-shadow: 1px 1px 2px #DDDDDD;*/
	font-weight: normal;
}

body, th, td
{
	line-height: 150%;
}

/*
	画面用
*/
@media screen {

.rei
{
}
.oya
{
	display: inline-table;
	width: 210px;
	height: 55px;
	text-align: left;
	text-decoration: none;
/*	line-height: 54px;*/
	outline: none;

	position: relative;
	color: #006633;
	font-weight: 300;
/*	line-height: 52px;*/
	-webkit-transition: none;
	transition: none;
/*	box-shadow: 0 3px 0 #eeeeee;*/
/*	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/

	background-color: #cccccc;
	border-radius: 4px;
	border: 1px solid #876;
	box-shadow: inset 4px 6px 20px #ddd,
				inset -4px -4px 10px #aaaaaa,
				inset 0 -45px #ddd,
				0 0 4px #654,
				4px 4px 6px 2px #aaa;
}
.oya::before,
.oya::after
{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.oya,
.oya::before,
.oya::after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.oya:hover
{
	background-color: #ccffcc;
/*	box-shadow: 0 3px 0 #23a188;*/
}
.oya:active
{
	top: 3px;
	box-shadow: none;
}
.sample1
{
	display: table-cell;
	width: 20px;
	height: 55px;
	outline: none;
	position: relative;
	background-color: #00cc66;
	border-radius: 4px;
	color: #006633;
	-webkit-transition: none;
	transition: none;
	box-shadow: 2px 2px 0 #008822;
}
.sample1::before,
.sample1::after
{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.sample1,
.sample1::before,
.sample1::after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.sample1:hover
{
	background-color: #ccffcc;
/*	box-shadow: 0 3px 0 #23a188;*/
}
.sample1:active
{
	top: 3px;
	box-shadow: none;
}
.sample2
{
	display: table-cell;
	background-color:#cccccc;
}
.sample2::before,
.sample2::after
{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.sample2,
.sample2::before,
.sample2::after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.sample2:hover
{
	background-color: #ccffcc;
/*	box-shadow: 0 3px 0 #23a188;*/
}
.sample2:active
{
	top: 3px;
	box-shadow: none;
}


.button
{
	display: inline-block;
	width: 220px;
	height: 55px;
	text-align: left;
	text-decoration: none;
/*	line-height: 54px;*/
	outline: none;

	position: relative;
	background-color: #cccccc;
	border-radius: 4px;
	color: #006633;
	font-weight: 300;
/*	line-height: 52px;*/
	-webkit-transition: none;
	transition: none;
/*	box-shadow: 0 3px 0 #eeeeee;*/
/*	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
}
.button::before,
.button::after
{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover
{
	background-color: #ccffcc;
/*	box-shadow: 0 3px 0 #23a188;*/
}
.button:active
{
	top: 3px;
	box-shadow: none;
}

.inbutton
{
	display: inline-block;
	width: 20px;
	height: 55px;
	outline: none;
	position: relative;
	background-color: #00cc66;
	border-radius: 4px;
	color: #006633;
	-webkit-transition: none;
	transition: none;
	box-shadow: 2px 2px 0 #008822;
}

.button2
{
	display: inline-block;
	width: 220px;
	height: 55px;
	text-align: center;
	text-decoration: none;
/*	line-height: 54px;*/
	outline: none;

	position: relative;
	background-color: #cccccc;
	border-radius: 4px;
	color: #cc0033;
	font-weight: 300;
/*	line-height: 52px;*/
	-webkit-transition: none;
	transition: none;
/*	box-shadow: 0 3px 0 #eeeeee;*/
/*	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
}
.button2::before,
.button2::after
{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2:hover
{
	background-color: #ffffcc;
	color: #3300ff;
/*	box-shadow: 0 3px 0 #23a188;*/
}
.button2:active
{
	top: 3px;
	box-shadow: none;
}

.menuM
{
	display: inline-block;
	width: 104px;
	height: 27px;
	text-align: center;
	text-decoration: none;
/*	line-height: 54px;*/
	outline: none;

	position: relative;
	color: #DDFFFF;
	font-weight: 200;
/*	line-height: 52px;*/
	-webkit-transition: none;
	transition: none;
/*	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/

	background-color: #3333ff;
	border-radius: 1px;
	border: 1px solid #876;
	box-shadow: inset 2px 3px 3px #55f,
				1px 1px 1px 1px #33f;
}
.menuM::before,
.menuM::after
{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.menuM,
.menuM::before,
.menuM::after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.menuM:hover
{
	background-color: #7777ff;
}
.menuM:active
{
	top: 3px;
	box-shadow: none;
}

.menuP0
{
	display: inline-block;
	width: 210px;
	height: 25px;
	text-align: left;
	text-decoration: none;
/*	line-height: 54px;*/
	outline: none;

	position: relative;
	color: #006633;
	font-weight: 300;
/*	line-height: 52px;*/
	-webkit-transition: none;
	transition: none;
/*	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/

	background-color: #88ff88;
	border-radius: 2px;
	border: 1px solid #876;
}
.menuP0::before,
.menuP0::after
{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.menuP0,
.menuP0::before,
.menuP0::after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.menuP0:hover
{
	background-color: #aaddaa;
}
.menuP0:active
{
	top: 3px;
	box-shadow: none;
}

.menuP1
{
	display: inline-block;
	width: 210px;
	height: 55px;
	text-align: left;
	text-decoration: none;
/*	line-height: 54px;*/
	outline: none;

	position: relative;
	color: #006633;
	font-weight: 300;
/*	line-height: 52px;*/
	-webkit-transition: none;
	transition: none;
/*	box-shadow: 0 3px 0 #eeeeee;*/
/*	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/

	background-color: #ccffcc;
	border-radius: 4px;
	border: 1px solid #876;
	box-shadow: inset 4px 6px 20px #fff,
				inset -4px -4px 10px #ccffcc,
				inset 0 -45px #cfc,
				0 0 4px #876,
				4px 4px 6px 2px #ccc;
}
.menuP1::before,
.menuP1::after
{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.menuP1,
.menuP1::before,
.menuP1::after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.menuP1:hover
{
	background-color: #cccccc;
/*	box-shadow: 0 3px 0 #23a188;*/
	box-shadow: inset 4px 6px 20px #ddd,
				inset -4px -4px 10px #aaaaaa,
				inset 0 -45px #ddd,
				0 0 4px #654,
				4px 4px 6px 2px #aaa;
}
.menuP1:active
{
	top: 3px;
	box-shadow: none;
}

.menuP2
{
	display: inline-block;
	width: 210px;
	height: 55px;
	text-align: left;
	text-decoration: none;
/*	line-height: 54px;*/
	outline: none;

	position: relative;
	color: #3300ff;
	font-weight: 300;
/*	line-height: 52px;*/
	-webkit-transition: none;
	transition: none;
/*	box-shadow: 0 3px 0 #eeeeee;*/
/*	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/

	border-radius: 4px;
	border: 1px solid #876;
	background-color: #ccffcc;
	box-shadow: inset 4px 6px 20px #fff,
				inset -4px -4px 10px #ffffcc,
				inset 0 -45px #ffc,
				0 0 4px #876,
				4px 4px 6px 2px #ccc;
}
.menuP2::before,
.menuP2::after
{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.menuP2,
.menuP2::before,
.menuP2::after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.menuP2:hover
{
/*	box-shadow: 0 3px 0 #23a188;*/
	background-color: #cccccc;
	box-shadow: inset 4px 6px 20px #ddd,
				inset -4px -4px 10px #aaaaaa,
				inset 0 -45px #ddd,
				0 0 4px #654,
				4px 4px 6px 2px #aaa;
	color: #cc0033;
}
.menuP2:active
{
	top: 3px;
	box-shadow: none;
}

.menuP3
{
	display: inline-block;
	width: 210px;
	height: 55px;
	text-align: left;
	text-decoration: none;
/*	line-height: 54px;*/
	outline: none;

	position: relative;
	color: #006633;
	font-weight: 300;
/*	line-height: 52px;*/
	-webkit-transition: none;
	transition: none;
/*	box-shadow: 0 3px 0 #eeeeee;*/
/*	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/

	background-color: #ccffcc;
	border-radius: 4px;
	border: 1px solid #876;
	box-shadow: inset 4px 6px 20px #fff,
				inset -4px -4px 10px #ccffcc,
				inset 0 -45px #cfc,
				0 0 4px #876,
				4px 4px 6px 2px #ccc;
}
.menuP3::before,
.menuP3::after
{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.menuP3,
.menuP3::before,
.menuP3::after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.menuP3:hover
{
/*	box-shadow: 0 3px 0 #23a188;*/
	background-color: #cccccc;
	box-shadow: inset 4px 6px 20px #ddd,
				inset -4px -4px 10px #aaaaaa,
				inset 0 -45px #ddd,
				0 0 4px #654,
				4px 4px 6px 2px #aaa;
	color: #cc0033;
}
.menuP3:active
{
	top: 3px;
	box-shadow: none;
}

/*
#RadiusButton
{
	width:200px;
	height:80px;
	font-size:40px;
	color:white;
	line-height:80px;
	text-align:center;
	background:red;
	border:solid 2px black;
	border-radius:15px;
}
*/

.linkcaption
{
	text-align: left;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #559955;
	text-indent: 1em;
	line-height: 200%;
}

.linkcontents
{
	text-align: left;
	vertical-align: middle;
	padding: 0.5em;
	line-height: 150%;
}

.linkcaption2
{
	text-align: left;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #334477;
	line-height: 150%;
	padding: 0.5em 1em 0.5em 1em;
	white-space: nowrap;
}

.linkcontents2
{
	text-align: left;
	vertical-align: middle;
	padding: 0.5em 1em 0.5em 1em;
	line-height: 150%;
}

table
{
	border-collapse: collapse;
}

.w100
{
	width: 100%;
}

.w100h150
{
	width: 100%;
	line-height: 150%;
}

.tablecaption
{
	text-align: left;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #559955;
	text-indent: 1em;
	line-height: 200%;
	width: 100%;
}

.tablecontents0
{
	text-align: left;
	vertical-align: middle;
	padding: 0.5em 1em 0.5em 1em;
	line-height: 150%;
	white-space: nowrap;
}

.tablecontents
{
	text-align: left;
	vertical-align: middle;
	padding: 0.5em 1em 0.5em 1em;
	line-height: 150%;
}

.regulationcaption
{
	text-align: left;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #969696;
	line-height: 150%;
	padding: 0.5em 1em 0.5em 1em;
	white-space: nowrap;
}

.regulationcontents1
{
	text-align: left;
	vertical-align: middle;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0.5em 1em 0.5em 1em;
	line-height: 150%;
}

.regulationcontents2
{
	text-align: left;
	vertical-align: middle;
	color: #000000;
	background-color: #FFFF99;
	padding: 0.5em 1em 0.5em 1em;
	line-height: 150%;
}


div.TopLogo {
	position : fixed;
	top : 10px;
	left: 0px;
	width: 220px;
	height: 56px;
	z-index: 100;
/*	overflow: auto;*/
}

div.TopMenu {
	position : absolute;
	top : 39px;
/*	position : fixed;*/
/*	top : 0px;*/
	left: 230px;
	width: 100%;
	height: 70px;
	z-index: 100;
/*	overflow: auto;*/
/*	max-width: 824px;*/
}

div.NaviTopProduct {
	position : absolute;
/*	position : fixed;*/
	top : 80px;
	left: 4px;
	width: 230px;
	height: 25px;
/*	height: 100%;*/
	z-index: 100;
/*	overflow: auto;*/
}

div.NaviLeft {
/*	position : fixed;*/
	position : absolute;
	top : 105px;
/*	top : 80px;*/
	left: 4px;
	width: 230px;
	height: 100%;
	z-index: 100;
/*	overflow: auto;*/
}

div.Contents {
	position : absolute;
	top : 90px;
/*	left: 0px;*/
/*	margin-left: 230px;*/
	left: 230px;
	width: 100%;
	max-width: 624px;
	height: 100%;
	z-index: 1;
	/* for IE no max-width */ /* このせいでエラーが．．． */
/*	width: expression( document.body.clientWidth > 624?"624px":"auto" );*/
}

div.Contents:after {
	content: 'Copyright（C) 2006-2019　Nanogray Inc. All Rights Reserved.';
}

/*
usage : 2em is Item's name. 1em is '｡ｧ'
*/
ul.usage {
	margin-left:3.0em;
	list-style-type: none;
}

li.usage {
	text-indent:-3.0em;
}

}	/* @media screen{ */

/*
	印刷用
*/
@media print {
	div.TopMenu {
		display: none;
	}
	div.NaviLeft {
		display: none;
	}
	div.nakanohito {
		display: none;
	}
	div.TopImage {
		display: none;
	}
}	/* @media print */

