@charset "utf-8";
/* formattiong style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	line-height: 1.7;
	color: #333333;
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
}
hr {
	display: none;
}
/* print
------------------------------*/
.print {
	display: none;
}
/* link style
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #330099;
	text-decoration: underline;
}
a:hover {
	color: #FF3366;
	text-decoration: none;
}
a:active {
	color: #FF3366;
	text-decoration: underline;
}
.arrow{
	padding: 0px 0px 0px 20px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	display: inline-block;
	min-height:13px; 
	text-indent:0;
}
.wav {
	padding: 7px 0px 2px 26px;
	background-image: url(../img/wavicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	min-height: 27px;
}
.pdf {
	padding: 8px 0px 0px 37px;
	background-image: url(../img/pdficon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	min-height: 32px;
}
.word {
	padding: 8px 0px 0px 37px;
	background-image: url(../img/wordicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	min-height: 32px;
}
.excel {
	padding: 8px 0px 0px 37px;
	background-image: url(../img/excelicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	min-height: 32px;
}
.zip {
	padding: 8px 0px 0px 37px;
	background-image: url(../img/zipicon.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	display: inline-block;
	min-height: 32px;
}
/* text style
------------------------------*/
.textnormal {
	font-weight: normal;
}
.textbold {
	font-weight: bold;
}
.textcaution {
	color: #FF0000;
}
.textsmall {
	font-size: 90%;
}
.textbig {
	font-size: 150%;
	line-height: 1.3;
}
.ttf {
	text-transform: uppercase; /*大文字変換*/
}
/* layout
------------------------------*/
#wrapper {
	width: 880px;
	margin: 0px auto;
	padding: 3px 10px;
}
/* secondpage layout
------------------------------*/
#main {
	margin: 0px 0px 10px;
	width: 880px;
	height: auto;
}
#sideber {
	float: right;
	width: 225px;
}
#content {
	float: left;
	width: 645px;
}
/* header
------------------------------*/
#header {
	margin: 0px 0px 3px;
	padding: 0px;
	height: 87px;
}
h1 {
	float: left;
	width: 480px;
	margin: 0px;
	padding: 0px;
}
#header ul {
	float: right;
	width: 400px;
	margin: 8px 0px 0px;
	padding: 0px;
	text-align: right;
}
#header li {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	height: 15px;
}
#header li a {
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 2px 3px 2px 18px;
	font-size: 12px;
}
#header li a:link {
	color: #333333;
	text-decoration: none;
}
#header li a:visited {
	color: #333333;
	text-decoration: none;
}
#header li a:hover {
	color: #333333;
	text-decoration: underline;
}
#header li a:active {
	color: #333333;
	text-decoration: none;
}
#header #cse-search-box {
	float: right;
	margin: 18px 0px 0px;
}
#cse-search-box input[type="text"] {
	font-size: 12px;
    width: 200px;
	height:1.6em;  
	line-height:1.6em;  
}
#cse-search-box input[type="submit"] {
	font-size: 12px;
	padding: 1px;
}
/* globalnav
------------------------------*/
#globalnav {
	clear: both;
	width: 880px;
	height: 43px;
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	margin: 0px 0px 10px;
}
#globalnav ul {
	margin: 0px;
}
#globalnav li {
	list-style: none;
	float: left;
	margin: 0px;
}
#globalnav li a {
	display: block;
	height: 43px;
	text-indent:-9999px;
	overflow:hidden;
}
#gn-home a {
	width: 176px;
}
#gn-home a:hover {
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px -43px;
}
#home #gn-home a, #home #gn-home a:hover {
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px -86px;
}
#gn-solution a {
	width: 176px;
}
#gn-solution a:hover {
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -176px -43px;
}
#solution #gn-solution a, #solution #gn-solution a:hover {
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -176px -86px;
}
#gn-ldv a {
	width: 176px;
}
#gn-ldv a:hover {
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -352px -43px;
}
#ldv #gn-ldv a, #ldv #gn-ldv a:hover {
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -352px -86px;
}
#gn-case a {
	width: 176px;
}
#gn-case a:hover {
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -528px -43px;
}
#case #gn-case a, #case #gn-case a:hover {
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -528px -86px;
}
#gn-support a {
	width: 176px;
}
#gn-support a:hover {
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -704px -43px;
}
#support #gn-support a, #suppor #gn-support a:hover {
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -704px -86px;
}
/* rootlist
------------------------------*/
#rootlist {
	margin: 0px 0px 10px;
}
#rootlist ul {
	margin: 0px;
}
#rootlist li {
	list-style: none;
	display: inline;
	margin: 0px;
}
#rootlist a {
	font-weight: bold;
}
#rootlist li a:visited {
	color: #006699;
}
#rootlist li a:hover {
	color: #FF3366;
}
#rootlist li a:active {
	color: #FF3366;
}
/* library
------------------------------*/
#pr p {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0px 0px 5px;
}
#pr .banner {
	padding: 0px;
}
#pr .center {
	text-align: center;
}
/* localnav
------------------------------*/
#localnav {
	background-image: url(../img/bg-localnav.gif);
	background-repeat: repeat-y;
	background-color: #E3EFFD;
	margin: 0px 0px 10px;
	font-size: 106%;
}
#localnav ul {
	margin: 0px;
}
#localnav li {
	list-style: none;
	padding: 0px 0px 5px 20px;
	margin: 0px;
}
#localnav a {
	display: block;
	background-image: url(../img/li-localnav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 15px;
}
#localnav li a:link {
	text-decoration: none;
}
#localnav li a.on:link {
	text-decoration: none;
	color: #FF3366;
}
#localnav li a:visited {
	text-decoration: none;
	color: #006699;
}
#localnav li a:hover {
	text-decoration: underline;
	color: #FF3366;
}
#localnav li a.on:hover {
	text-decoration: underline;
	color: #FF3366;
}
#localnav li a:active {
	text-decoration: none;
	color: #FF3366;
}
#localnav li a.on {
	color: #FF3366;
}
#localnav li.first {
	padding: 5px 0px 5px 13px;
	list-style: none;
}
#localnav li.first img {
	border-bottom: 1px dotted #333333;
}
/* content
------------------------------*/
p.to-top {
	clear: both;
	float: right;
	margin: 10px 0px 20px;
	padding: 0px 0px 0px 18px;
	background-image: url(../img/to-top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}
p.to-prev {
	clear: both;
	float: right;
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 18px;
	background-image: url(../img/to-prev.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}
.m10lr {
	margin: 0px 10px;
}
.m10tb {
	margin: 10px 0px;
}
.m15b {
	margin: 0px 0px 15px;
}
.m10b {
	margin: 0px 0px 10px;
}
.m5b {
	margin: 0px 0px 5px;
}
.m0 {
	margin: 0px;
}
.left {
	float: left;
	margin: 0px 10px 0px 0px;
}
.right {
	float: right;
	margin: 0px 0px 0px 10px;
}
.rightm10b {
	float: right;
	margin: 0px 0px 10px 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.box {
	padding: 10px;
	margin: 0px 0px 15px;
	background-color: #FFFFF6;
	border-top: 3px double #CCCCCC;
	border-right: 1px dashed #CCCCCC;
	border-bottom: 3px double #CCCCCC;
	border-left: 1px dashed #CCCCCC;
}
/* 親ボックスからはみ出すバグを回避 */
.box:after {
	content:".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
.box {
	display: inline-table;
}
/* Mac版 IEではこの設定は無視されるのでWin版 IEのみ適用 \*/
* html .box {height: 1%;}
.box {display:block}
/* ここまで */
.box .layout-l {
	float: left;
	text-align: center;
	width: 310px;
	margin: 10px 0px 5px;
}
.box .layout-r {
	float: right;
	width: 283px;
	margin: 10px 0px 0px 10px;
}
.box h4 {
	clear: both;
	margin: 0px 0px 10px;
	border-bottom: 2px solid #FF99CC;
}
.box p {
	margin: 0px;
}
.box p.m10b {
	margin: 0px 0px 10px;
}
h2 {
	height: 34px;
	width: 645px;
	margin: 0px 0px 15px;
}
h3 {
	clear: both;
	margin: 25px 0px 15px;
	padding: 0px 0px 0px 5px;
	border-left: 10px double #CC0033;
	border-bottom: 1px dotted #666666;
}
h4 {
	clear: both;
	margin: 20px 0px 10px;
	padding: 0px 0px 0px 2px;
	border-bottom: 2px dotted #FF99CC;
}
h5 {
	clear: both;
	margin: 15px 0px 10px;
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;
}
p {
	margin: 0px 0px 10px;
}
img.border {
	border: 1px solid #CCCCCC;
}
ul {
	margin: 0px 0px 10px 10px;
}
ol {
	margin: 0px 0px 10px 10px;
}
li {
	margin: 0px 0px 0px 10px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0px 0px 7px 20px;
}
dd.m0 {
	margin: 0px 0px 0px 20px;
}
ul.none li {
    list-style-type:none;
}
ul.notice {
	padding-left:1.5em;
	margin: 0px 0px 10px;
}
ul.m0 {
	margin: 0px 0px 0px;
}
ul.notice li {
	text-indent:-1.5em;
	margin: 0px;
    list-style-type:none;
}
ol.alpha {
	list-style:lower-alpha;
}
ul.m10tb {
	margin: 10px 0px;
}
table ul.notice {
	margin: 0px;
}
ul.num {
	padding-left:2em;
}
ul.num li {
	text-indent:-2em;
}
ol.m0 {
	margin: 0px 0px 0px 10px;
}
ol.m10b {
	margin: 0px 0px 0px 10px;
}
ol.m10b li {
	margin: 0px 0px 10px 10px;
}
ol.m10b ul.notice li {
	margin: 0px;
}
dl.ps {
	float: left;
	margin: 0px 0px 10px 50px;
}
dl.ps dt {
	float: left;
	clear: left;
}
dl.ps dd {
	float: left;
	clear: left;
}
select {
	width: 200px;
}
ul.faq {
	margin: 0px 0px 0px 5px;
}
ul.faq li {
	list-style-type:none;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	background-image: url(../support/img/q-list.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
dl.faq {
	clear: both;
}
dl.faq dt {
	padding: 11px 0px 5px 70px;
	margin: 0px;
	background-image: url(../support/img/q.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	min-height: 25px;
	border-bottom: 1px dashed #999999;
}
dl.faq dd {
	padding: 11px 0px 5px 70px;
	margin: 0px;
	background-image: url(../support/img/a.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	min-height: 25px;
	border-bottom: 1px solid #999999;
}
dl.sbs5 {
	margin: 0px 0px 10px;
}
dl.sbs5 dt {
	float: left;
	width: 5em;
	margin: 0px 0px 0px 1em;
}
dl.sbs5 dd {
	margin: 0px 0px 0px 6em;
}
dl.sbs11 {
	margin: 0px 0px 10px;
}
dl.sbs11 dt {
	float: left;
	width: 11em;
	margin: 0px 0px 0px 1em;
}
dl.sbs11 dd {
	margin: 0px 0px 0px 12em;
}
#menu, #menu-pic {
	margin: 20px 0px 0px;
}
#menu ul, #menu-pic ul {
	margin: 0px;
}
#menu ul li {
	width: 306px;
	margin: 3px;
	padding: 0px;
	display: inline-block;
}
#menu-pic ul li {
	display: inline;
	margin: 0px;
}
#menu-pic ul.m10lr li {
	margin: 0px 10px;
}
#menu-pic li.m0l img {
	margin: 0px 0px 5px;
}
#menu-pic li img {
	margin: 0px 0px 5px 5px;
}
ul#menu-y li {
	display: inline-block;
	width: 5em;
}
#menu ul li a {
	width: 275px;
	margin: 0px;
	float: left;
	padding: 5px 15px;
	background: #195AA5;
	color: #FFFFFF;
	text-decoration: none;
}
#menu ul li span.on {
	width: 275px;
	margin: 0px;
	float: left;
	padding: 5px 15px;
	background: #69F;
	color: #FFFFFF;
}	
#menu ul li a:hover {
	background-color: #69F;
}
#menu ul li a span, #menu ul li span.on span{
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding: 0px 0px 0px 20px;
}
#menu2 {
	margin: 20px 0px 0px;
}
#menu2 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#menu2 ul li {
	width: 158px;
	padding: 0px;
	display: inline-block;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu2 ul li a {
	width: 158px;
	margin: 0px;
	float: left;
	padding: 7px 0px;
	background: #69F;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#menu2 ul li span.on {
	width: 158px;
	margin: 0px;
	float: left;
	padding: 7px 0px;
	background: #195AA5;
	color: #FFFFFF;
	text-align: center;
}	
#menu2 ul li a:hover {
	background-color: #195AA5;
}
.parameter {
	color: #FFFFFF;
	background: #333333;
	padding: 0px 0px 0px 5px;
}
.modelname {
	clear: both;
	position: relative;
	overflow: hidden;
}
.modelname h4 {
	display: inline;
	float: left;
	width: 170px;
	color: #FFFFFF;
	background: #333333;
	margin: 10px 0px 20px 0px;
	padding: 5px 15px;
	font-size: 150%;
	line-height: 1.3;
	border-bottom-style : none;
	border-left-style : none;
}
.modelname h4 ul {
	margin: 0px;
	padding: 0px;
}
.modelname h4 ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.modelname .layout-r {
	width: 425px;
	margin: 10px 0px 20px 0px;
	padding: 4px 15px;
	font-size: 150%;
	line-height: 1.3;
	border-bottom-style : solid;
	border-width : 2px;
	border-color : #333333;
	text-align: right;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.product {
	clear: both;
}
.product .layout-l {
	text-align: center;
	width: 102px;
	margin: 0px;
}
.product .layout-r {
	width: 513px;
	margin: 0px 0px 0px 10px;
}
.product .layout-r dl dt {
	float:left;
}
.product .layout-r dl dd {
	margin-left: 100px;
}
#producthead {
	margin: 50px 0px 30px;
	padding: 0px;
	position:relative;
}
#producthead .layout-r {
	float: left;
	margin: 0px 0px 50px 10px;
	padding: 0px;
	font-size: 15px;
	line-height: 1.3;
	width: 245px;
}
#producthead h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 36px;
	line-height: 1.1;
	color: #195AA5;
	width: 290px;
}
#producthead .series {
	margin: 5px 0px 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 1.3;
}
#rohs {
	float:left;
	color: #FFF;
	background-color: #3C6;
	padding: 0px;
	width: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 2px 0px 0px;
	border-bottom: 2px solid #3C6;
}
#producthead dl {
	float:left;
	margin: 0px 1px;
}
#producthead dl.high {
	float:left;
	margin: 0px 1px;
}
#producthead dl.low {
	float:left;
	margin: 0px 1px;
}
#producthead dl dt {
	color: #FFF;
	width: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#producthead dl.high dt {
	background-color: #C03;
}
#producthead dl.low dt {
	background-color: #06F;
}
#producthead dl dd {
	width: 46px;
	text-align: center;
	font-size: 14px;
	margin: 0px;
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
}
#producthead dl dd.high {
	border-color: #C03;
}
#producthead dl dd.low {
	border-color: #06F;
}
table {
	margin: 10px auto;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse: collapse;
	clear: both;
}
table.m30b {
	margin: 10px auto 30px;
}
table th, table td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}
table th {
	background-color: #E6EEFC;
	white-space: nowrap;
}
table tr.gray {
	background-color: #999;
}
table .tcenter {
	text-align: center;
}
table ul {
	margin: 0px 0px 0px 3px;
}
table.nowrap th {
	font-weight: normal;
	white-space: normal;
}
table.nowrap td {
	white-space: nowrap;
}
table.for {
	margin: 0px 0px 10px 10px;
	float: right;
}
table.for th {
	text-align: center;
}
table.for th {
	background-color: #EFFCE6;
}
table.partner {
	width: 400px;
}
table.caption {
	margin: 0px auto 5px;
}
.layout-l {
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
.layout-r {
	float: right;
	width: 368px;
}
.layout-r p {
	margin-bottom: 30px;
}
.psnone {
	display: none;
}
/* footer
------------------------------*/
#footer {
	clear: both;
	text-align: center;
	font-size: 92%;
	padding: 10px 0px 0px;
}
#footer ul {
	margin: 0px;
}
#footer li {
	list-style: none;
}
#footer li a:link {
	color: #333333;
	text-decoration: none;
}
#footer li a:visited {
	color: #333333;
	text-decoration: none;
}
#footer li a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer li a:active {
	color: #333333;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	padding: 0px 8px 0px;
}
address {
	border-top: 1px dotted #333333;
}
/* top css
------------------------------*/
#top-pr {
	clear: both;
	width: 880px;
	height: 235px;
	margin: 0px 0px 10px;
	_margin: 0px;
}
#topinfo {
	margin: 0px 0px 10px;
	width: 880px;
	height: auto;
}
#topinfo-main {
	float: left;
	width: 645px;
}
#topinfo-sub {
	float: right;
	width: 225px;
}
.toptitle{
	height: 34px;
	width: 645px;
	margin: 0px 0px 10px;
}
.toptitle h2 {
	position: absolute;
}
.to-list {
	position: relative;
	top: 7px;
	right: -580px;
	height: 19px;
	width: 55px;
}
#news, #media, #event {
	margin: 0px 0px 20px 0px;
}
#other #news,#other #media,#other #event {
	margin: 0px 10px;
}
#news dt, #media dt {
	clear: left;
	float: left;
	width: 8em;
	margin: 0px;
	padding: 0px 0px 5px 10px;
	_padding: 0px 0px 5px 5px;
	font-weight: normal;
}
#news dd, #media dd {
	margin: 0px;
	padding: 0px 10px 5px 9em;
}
#other #news dt, #other #media dt {
	padding-top: 10px;
	padding-bottom: 10px;
}
#other #news dd, #other #media dd {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999999;
}
#other #news dd.first, #other #media dd.first, #other #news dt.first, #other #media dt.first {
	padding-top: 0px;
}
#media dd ul {
	margin-bottom: 20px;
}
#event dt {
	padding: 0px;
	clear: left;
	float: left;
	width: 6.5em;
	margin: 0px 0px 0px 20px;
	_margin: 0px 0px 0px 10px;
	font-weight: normal;
}
#event dt.twolines {
	height: 2em;
}
#event dd {
	font-weight: normal;
	margin: 0px;
}
