/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
	margin:0px;
	padding:0px;
	line-height:1.5em;
}
html {
	overflow-y:scroll;
}
body {
	color: #333;
	text-align: center;
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: repeat-x;
	font-size:10pt;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-family:Arial, Helvetica, sans-serif;
}
p{
	margin: 0.5em 0em 0.5em 3px;
}
a{
	text-decoration:none;
	color:#0099FF;
}
a:visited{
	color:#800080;
}
a:hover{
	text-decoration:underline;
	color:#aa0000;
}
img{
	vertical-align:text-bottom;
}
ol{
	margin:10px 0px 10px 25px;
}
ul{
	color:#000000;
}
span{
	clear:both;
}
/* リンク画像枠を削除 */
a img{
	border:0px;
}
/* 縦の位置調整 */
input{
	vertical-align: middle;
}
/* ========================================  #page ページ外枠 */
#page {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}
#contents{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background:#ffffff url("/images/common/back.gif") 9px 0px;
}
#main {
	float: right;
	width: 722px;
	position:relative;
	padding-right:10px;
	counter-reset: chapter;
}
h2{
	clear:both;
	color:#FF0033;
	border-left:15px solid #FF0033;
	border-bottom:1px solid #000000;
	padding:5px 0px 5px 20px;
	font-size:120%;
	/*height:30px;*/
	margin-bottom:10px;
}
h3{
	clear:both;
	border:1px solid #999999;
	background:#FFF4F4;
	margin-bottom:5px;
	padding:3px 0px 3px 20px;
	font-size:100%;
zoom:1;
hasLayout:true;
}
h3 div.right{
	margin-right:20px;
}
h3 div.left{
	float:left;
}
h4{
	clear:both;
	border-bottom:3px dotted #999999;
	color:#CC0099;
	padding:10px 0px 0px 20px;
	margin-left:10px;
	margin-bottom:5px;
	font-size:100%;
	height:23px;
}
h5{
	clear:both;
	color:#0099FF;
	font-size:100%;
	margin-top:10px;
}
a{
	zoom:1;
}
.pagetop{
	text-align:right;
	padding-right:20px;
	background:url("/images/common/arrow05.gif") no-repeat 99%;
	margin-top:20px;
	margin-bottom:5px;
}
.pagetop a{
	text-decoration:none;
	color:#0073AF;
}
.pagetop a:visited{
	color:#0073AF;
}
.pagetop a:hover{
	text-decoration:underline;
}

/* ========================================  #header 画面上部 */
#header {
	margin: 22px 0px 5px 0px;
	border-top: 1px solid #FFFFFF;
	color: #000000;
}
.logo_s{
	float:left;
	width:190px;
}
.sitename{
	float:left;
	width:370px;
	padding-top:8px;
}
.fontsize_label{
	width:80px;
	float:left;
	margin-top:15px;
}
.fontsize{
	float:left;
	text-align:center;
	width:80px;
	margin-top:10px;
}
.logo_c{
	float:right;
	text-align:right;
	width:85px;
}
#header_bottom{
	clear:both;
	height:30px;
	width:100%;
	padding-bottom:5px;
}
.login{
	float:left;
	width:545px;
	padding-top:10px;
}
.site_link{
	float:left;
	width:103px;
	padding:5px 8px 0px 0px;
}
.global_link{
	float:left;
	width:72px;
	padding-top:5px;
}
.pfx_link{
	float:right;
	width:200px;
	padding-top:5px;
}
/*　IE以外　*/
.search{
	float:right;
	width:246px;
	height:100%;
	text-align:center;
	background:url("/images/common/serch_back.gif") no-repeat;
	padding-top:5px;
	margin-top:5px;
}
/*　IE用　*/
.search {
	*padding-top:3px;
}

.serch_btn{
	margin-left:10px;
}
h1{
	font-size:8pt;
	color:#333333;
	font-weight:normal;
	padding-top:8px;
}
/* ========================================  #menu 上部メニュー */

ul.menu_f02{
	height: 38px;
	background: url("/images/common/navi_back.jpg") repeat-x bottom;
	border-top:1px solid #999999;
	padding-top:1px;
}
ul.menu_f02 li{
	float: left;
	display: block;
}
ul.menu_f02 li{
	height: 37px;
	width: 192px;
	text-indent:-9999px;
}
ul.menu_f02 li a{
	height: 100%;
	width: 100%;
	color: #FFFFFF;
	display: block;
	text-indent:-9999px;
}
#menu_home{
	background: url("/images/common/navi01.jpg") no-repeat;
}
#menu_product{
	background: url("/images/common/navi02.jpg") no-repeat;
}
#menu_support{
	background: url("/images/common/navi03.jpg") no-repeat;
}
#menu_customer{
	background: url("/images/common/navi04.jpg") no-repeat;
}
#menu_company{
	background: url("/images/common/navi05.jpg") no-repeat;
}
#menu_home a:hover{
	background: url("/images/common/navi01_on.jpg") no-repeat;
}
#menu_product a:hover{
	background: url("/images/common/navi02_on.jpg") no-repeat;
}
#menu_support a:hover{
	background: url("/images/common/navi03_on.jpg") no-repeat;
}
#menu_customer a:hover{
	background: url("/images/common/navi04_on.jpg") no-repeat;
}
#menu_company a:hover{
	background: url("/images/common/navi05_on.jpg") no-repeat;
}
#menu_home a:hover.set{
	background: url("/images/common/navi01_set.jpg") 3px;
}
#menu_product a:hover.set{
	background: url("/images/common/navi02_set.jpg") 3px;
}
#menu_support a:hover.set{
	background: url("/images/common/navi03_set.jpg") 3px;
}
#menu_customer a:hover.set{
	background: url("/images/common/navi04_set.jpg") 3px;
}
#menu_company a:hover.set{
	background: url("/images/common/navi05_set.jpg") 3px;
}
#menu_home .set{
	background: url("/images/common/navi01_set.jpg") 3px;
}
#menu_product .set{
	background: url("/images/common/navi02_set.jpg") 3px;
}
#menu_support .set{
	background: url("/images/common/navi03_set.jpg") 3px;
}
#menu_customer .set{
	background: url("/images/common/navi04_set.jpg") 3px;
}
#menu_company .set{
	background: url("/images/common/navi05_set.jpg") 3px;
}
/* ========================================  #loacation パンくずリスト */
#location{
	padding:10px 0px 10px 0px;
	/padding-bottom:30px; /*WinIE6, IE7*/
	background:#ffffff;
}
#location ul{
	margin-left:10px;
	list-style-type: none;
}
#location ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}
#location li{
	float:left;
	position:relative;
	white-space:nowrap;
}
#location a{
	text-decoration:none;
	color:#000000;
}
#location a:hover{
	color:#800080;
}
#location a:hover{
	text-decoration:underline;
	color:#FF6600;
}
/* ========================================  menuL 左サイドメニュー */
#menuL {
	float: left;
	width: 200px;
	margin-left:9px;
}
*html #menuL {
	margin-left:4px;
}
.subbanner{
	text-align:center;
	width:205px;
	height:73px;
	background:#ffffff url("/images/common/contact_btn.jpg") no-repeat;
	text-indent:-9999px;
	padding-bottom:7px;
}
*html .subbanner{
	height:80px;
}
.subbanner a{
	height:100%;
	width:100%;
	display:block;
}
.subbanner a:visited{
	color:#800080;
}
.subbanner a:hover{
	background: url("/images/common/contact_btn_on.jpg") no-repeat;
}
.subinfo{
	border-top:1px solid #999999;
	border-left:1px solid #CCCCCC;
}
.subinfo ul{
	list-style-type: none;
}
.subinfo li{
	border-bottom:1px solid #999999;
}
.subinfo li a{
	display:block;
	text-decoration:none;
}
.subinfo li a:hover{
	text-decoration:underline;
}
.subinfo li.level01_open{
	border-bottom:1px solid #C4D7FF;
}
.subinfo li.level02{
	border-left:10px solid #C4D7FF;
	border-bottom:1px solid #C4D7FF;
}
/*左サイドメニュー標準表示*/
.level01 a{
	padding:3px 0px 3px 30px;
	background:#EEEEEE url("/images/common/arrow01.gif") no-repeat 10px 0.5em;
	color:#0099FF;
}
.level01_open a{
	padding:3px 0px 3px 30px;
	background:#EEEEEE url("/images/common/arrow02.gif") no-repeat 10px 0.5em;
	color:#0099FF;
}
.level02 a{
	padding:3px 0px 3px 30px;
	background:#EEEEEE url("/images/common/arrow10.gif") no-repeat 10px 0.8em;
	color:#0099FF;
}
/*左サイドメニューマウスオーバー時（選択頁以外のとき）*/
.level01 a:visited{
	color:#800080;
}
.level01 a:hover{
	background:#FCFCFC url("/images/common/arrow01.gif") no-repeat 10px 0.5em;
	color:#0099FF;
}
.level01_open a:visited{
	color:#800080;
}
.level01_open a:hover{
	background:#FCFCFC url("/images/common/arrow02.gif") no-repeat 10px 0.5em;
	color:#0099FF;
}
.level02 a:visited{
	color:#800080;
}
.level02 a:hover{
	background:#FCFCFC url("/images/common/arrow10.gif") no-repeat 10px 0.8em;
	color:#0099FF;
}
/*左サイドメニューマウスオーバー時（選択頁のとき）*/
.level01 a:hover.set{
	background:#C4D7FF url("/images/common/arrow01_on.gif") no-repeat 10px 0.5em;
	font-weight:bold;
}
.level01_open a:hover.set{
	background:#C4D7FF url("/images/common/arrow02_on.gif") no-repeat 10px 0.5em;
	font-weight:bold;
}
.level02 a:hover.set{
	background:#C4D7FF url("/images/common/arrow10.gif") no-repeat 10px 0.8em;
	font-weight:bold;
}
/*左サイドメニュー選択頁のとき*/
.level01 a.set{
	background:#C4D7FF url("/images/common/arrow01_on.gif") no-repeat 10px 0.5em;
	font-weight:bold;
	color:#3E3F6B;
	width:169px;
}
.level01 a.set:visited{
	color:#ff0000;
}
.level01_open a.set{
	background:#C4D7FF url("/images/common/arrow02_on.gif") no-repeat 10px 0.5em;
	font-weight:bold;
	color:#3E3F6B;
	width:169px;
}
.level01_open a.set:visited{
	color:#ff0000;
}
.level02 a.set{
	background:#C4D7FF url("/images/common/arrow10.gif") no-repeat 10px 0.8em;
	font-weight:bold;
	color:#3E3F6B;
	width:159px;
}
.level02 a.set:visited{
	color:#ff0000;
}
/*IE6用*/
*html .level01 a.set,*html .level01_open a.set,*html .level02 a.set{
	width:100%;
}
.label{
	padding: 20px 10px 20px 20px;
	font-weight: bold;
	color: #FFFFFF;
	/*background-color: #003399;*/
	background:url(/images/common/back_label.jpg);
}
.label2{
	padding: 20px 10px 20px 20px;
	font-weight: bold;
	color: #FFFFFF;
	/*background-color: #003399;*/
	background:url(/images/common/back_label2.jpg);
}

/*IE6用*/
*html .label{
	padding: 15px 10px 15px 20px;
	width:100%;
}
*html .label2{
	padding: 15px 10px 15px 20px;
	width:100%;
}

.opinion{
	margin-top:20px;
	margin-left:5px;
	width:189px;
	text-align:center;
}
.opinion .form_top{
	height:50px;
	background: url("/images/common/opinion_form_top.jpg") no-repeat;
}
.opinion .form_bottom{
	height:11px;
	background: url("/images/common/opinion_form_bottom.jpg") no-repeat;
}
.opinion .formbox{
	padding:0px 6px 0px 5px;
	background: url("/images/common/opinion_form_middle.jpg") repeat-y;
}
.opinion textarea{
	border:solid 1px #F6C883;
	background-color:#FFFAF0;
	font-size:10pt;
	height:120px;
	width:168px;
	line-height: 1.2em;
	padding:5px;
}
* html .opinion textarea{
	width:100%;
	height:130px;
}
.opinion input{
	margin-top:5px;
	width:4em;
}
.opinion .comment{
	margin:8px 3px 0px 6px;
	text-align:left;
	font-size:9pt;
}
#OPINION_DONE{
	border: 1px solid #F6C883;
	background-color: floralWhite;
	line-height: 1.2em;
	padding: 5px;
	width: 168px;
	font-size:10pt;
}
* html #OPINION_DONE{
	width:100%;
}
#OPINION_DONE span{
	font-size: 10px;
	/font-size: 9px; /*IE6,IE7*/
	font-size: 9px\9; /*IE8*/
}
#border{
	clear:both;
	height:5px;
	background: url("/images/common/back02.gif") no-repeat 9px 0px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
/* ========================================  #footer 画面下部 */
#footer {
	clear:both;
	padding: 10px 0px 10px 0px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	
}
#footer_top{
	background-color: #EEEEEE;
	border-bottom:3px solid #003399;
	padding:5px 10px 5px 10px;
}
#footer_top a{
	color:#0099FF;
}
#footer_top a:visited{
	color:#800080;
}
.footer_menu{
	float:left;
	width:555px;
	margin-top:4px;

}
#footer_top .search{
	float:left;
	margin:0px 0px 0px 7px;
	width:25%;
	text-align:center;
	background:url("") no-repeat;
	padding:0px;

}
.search_txt{
	width:150px;
	height:1.2em;
	line-height:1em;
}
.privacy{
	float:right;
	width:14%;
	text-align:right;
	margin-top:4px;
}
.copyright{
	clear:both;
	text-align:right;
	padding:10px 5px 0px 0px;
}
/* ========================================  表設定 */
.tbl01{
	background:#99A7B2;
	border-collapse: collapse; /* 枠線の表示方法 */ 
	border: 1px #99A7B2 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
	width:100%;
}
/*IE6用*/
*html .tbl01{
	width:90%;
}
.tbl01 th{
	border: 1px #99A7B2 solid;
	background:#efeff8;
	padding:3px;
	/*text-align:center;*/
	vertical-align:middle;
	white-space: nowrap;
}
.tbl01 td{
	border: 1px #99A7B2 solid;
	background:#ffffff;
	padding:3px;
	/*text-align:center;*/
	vertical-align:middle;
}
/* 【tbl02】検索結果表示用レイアウトテーブル */
.tbl02{
	border-collapse: collapse; /* 枠線の表示方法 */ 
	border: 1px #99A7B2 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
	width:100%;
}
.tbl02 th{
	border: 1px #99A7B2 solid;
	background:#efeff8;
	vertical-align:middle;
	text-align:center;
}
.tbl02 td{
	border: 1px #99A7B2 solid;
}
.tbl02 td.kanren{
	vertical-align:top;
	padding-top:10px;
}
/* 【tbl03】製品比較表示用レイアウトテーブル */
.tbl03{
	border-collapse: collapse; /* 枠線の表示方法 */ 
	border: 1px #99A7B2 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
	width:100%;
}
.tbl03 th{
	border: 1px #99A7B2 solid;
	background:#efeff8;
	vertical-align:middle;
	text-align:center;
	padding:5px;
}
.tbl03 td{
	border: 1px #99A7B2 solid;
	padding:5px;
}
.tbl03 td.hide{
	width:40px;
	padding:0px;
	text-align:center;
}
.tbl03 th.btn1{
	border-bottom: 0px #99A7B2 solid;
}
.tbl03 th.btn2{
	border-top: 0px #99A7B2 solid;
	vertical-align:bottom;
	text-align:left;
	padding-left:5px;
	padding-bottom:5px;
}
.tbl03 th.base{
	background-color:#FFDD95;
}
.tbl03 td.base{
	background-color:#FFEDC8;
}
.tbl03 td.title{
	background:#999999;
	text-indent:1em;
	color:#FFFFFF;
}

/* ========================================  揃え */
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}
/* ========================================  ボーダー */
.borderbottom-gray{
	border-bottom:1px solid #cccccc;
}
.borderbottom-gray-dashed{
	border-bottom:1px dashed #cccccc;
}
.bordertop-gray{
	border-top:1px solid #cccccc;
}
/* ========================================  ボックス配置制御 */
ul.horizon, ul.vertical{
	list-style-type: none;
}
ul.horizon li{
	/*
	display : inline ;
	margin-right:3px;
	*/
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding-right: 10px;
}
ul.vertical li{
	width:100%;
}
/* ========================================  文字装飾 */
.bold{
	font-weight:bold;
}
.normal{
	font-weight:normal;
}

/* ========================================  そのほか個別設定 */
.set{
	maring-left:4px;
	width:192px;
}
.nomal_list{
	/*padding-left:30px;*/
	padding-left:20px;
	text-indent:0px;
}
.nomal_list>li{
	list-style:disc;
}
.nomal_list2{
	/*padding-left:30px;*/
	padding-left:40px;
	text-indent:0px;
}
.nomal_list2>li{
	list-style:disc;
}
.nomal_list3{
	/*padding-left:30px;*/
	padding-left:60px;
	text-indent:0px;
}
.nomal_list3>li{
	list-style:disc;
}
.count_list{
	/*padding-left:30px;*/
	padding-left:30px;
	text-indent:0px;
}
.count_list>li{
	list-style:decimal;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.addIconPdf,.addIconXls,.addIconDoc,.addIconPpt,.addIconZip,.addIconTxt,.addIconExternal,.addIconMail,.addIconHttp,.addIconHttps,.addIconBlank{
	padding:3px 0px 3px 0px;
	padding:0px\9; /* IE8 and below */
}