/* ------------全体に対する設定------------ */
body {
	background: #FFF url(../commonimg/globalbg.jpg) repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

em {
	font-style: normal;
	font-weight: bold;
}

.clearBoth {
	clear: both;
}

.hr {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom: 2px solid #999;
	clear: both;
}
.midashiH3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	background: url(../commonimg/h3bg.gif) no-repeat;
	text-indent: 15px;
	margin-top: 10px;
	line-height: 170%;
	margin-bottom: 10px;
}

.midashiH4 {
	font-weight: bold;
	color: #008AE3;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #008AE3;
	margin-top: 15px;
}

.pMarginBtm5 {
	padding-bottom: 5px;
}

.pMarginBtm10 {
	padding-bottom: 10px;
}

.pMarginBtm15 {
	padding-bottom: 15px;
}

.pMarginBtm20 {
	padding-bottom: 20px;
}

.pMarginBtm5Markup {
	padding-bottom: 5px;
	background: url(../commonimg/pointarrow.gif) no-repeat 0px 2px;
	padding-left: 20px;
}

.pMarginBtm10Markup {
	padding-bottom: 10px;
	background: url(../commonimg/pointarrow.gif) no-repeat 0px 2px;
	padding-left: 20px;
}

.pMarginBtm15Markup {
	padding-bottom: 15px;
	background: url(../commonimg/pointarrow.gif) no-repeat 0px 2px;
	padding-left: 20px;
}

.pMarginBtm20Markup {
	padding-bottom: 20px;
	background: url(../commonimg/pointarrow.gif) no-repeat 0px 2px;
	padding-left: 20px;
}

.imgBoxRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.imgBoxLeft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.textSmall {
	font-size: 10px;
	line-height: 18px;
}

.textLarge {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 8px;
}


.leadText {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.6em;
}

.leadTextBlue {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #008AE3;
	line-height: 1.6em;
}

.textRed {
	color: #F00;
}

.textYellow {
	color: #F90;
}

.textBlue {
	color: #008AE3;
}

.notes {
	font-size: 11px;
	color: #000;
	background: #E7E7E7;
	padding: 3px;
	border: 1px solid #CCC;
}
.bg1   {
	background: #E7E7E7;
}

.bg2 {
	background: #E5F2C7;
}

.bg3 {
	background: #D0E8FE;
}

#pagetop {
	float: right;
	height: 20px;
	width: 70px;
	margin-top: 30px;
	margin-right: 10px;
	clear: both;
}

/* ------------ヘッダ（サブメニュー）に対する設定------------ */

#header {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#header h1 {
	height: 38px;
	padding-top: 10px;
}

#header ul {
	float: right;
	padding-top: 15px;
}
#header  li{
	font-size: 11px;
	display: inline;
	border-right: 1px solid #333;
	overflow: hidden;
	padding-right: 5px;
	padding-left: 5px;
}
#header li a:link, #header li a:visited {
	text-decoration: none;
	color: #000;
}
#header li a:hover, #header li a:active {
	text-decoration: underline overline;
	color: #008AE3;
}

/* ------------グローバルナビゲーションに対する設定------------ */

#globalNavi {
	height: 32px;
	width: 752px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

/* ------------グローバルナビゲーション内プルダウンに対する設定------------ */

#dd {
}
#dd .mainmenu {
	float: left;
	padding-right: 4px;
	padding-left: 0px;
}

#dd .mainmenuend {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
}


#dd .mainmenu a.menu {
	display: block;
	text-decoration: none;
}

/*
#dd .mainmenu a.menu:hover {
}
*/

.submenu {
  visibility: hidden;
  position: absolute;
  z-index: 3;
}
.submenu a {
  display: block;
  text-align: left;
}

/* 
.submenu a:hover {
}
*/


/* サブメニューの半透明処理
--------------------*/
.submenu {
 filter: alpha(Opacity=90);
	opacity: 0.9;
}


/* ------------ナビ下青いバーに対する設定------------ */

#naviBorder {
	background: #008AE3;
	height: 5px;
	overflow: hidden;
}


/* ------------メインコンテンツスペースに対する設定------------ */

#mainContent {
	width: 752px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background: #FFF;
	overflow: hidden;
	padding-bottom: 20px;
}

/* ------------パンくずリストに対する設定------------ */

#mainContent #breadCrumb {
	font-size: 10px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#mainContent #breadCrumb ul {
	list-style: none;
}
#mainContent #breadCrumb ul li {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background: url(../commonimg/breadarrow.gif) no-repeat 0 50%;
}
#mainContent #breadCrumb ul li.home {
	padding-left: 0;
	background: none;
}
#mainContent #breadCrumb ul li a:link,
#mainContent #breadCrumb ul li a:visited {
	color: #00F;
	text-decoration: underline;
}
#mainContent #breadCrumb ul li a:hover,
#mainContent #breadCrumb ul li a:active {
	color: #F60;
	text-decoration: underline;
}


/* ------------左コンテンツに対する設定------------ */

#mainContent #leftContent {
	float: left;
	width: 140px;
	padding-right: 5px;
	padding-left: 5px;
}

/* ------------レフトコンテンツ内アコーディオンに対する設定------------ */

#basic-accordian{
	width: 140px;
}

.accordion_headings{
	background:url(../commonimg/sidemenu_plus.gif) no-repeat;
	color:#000;
	border:1px solid #CCC;
	cursor:pointer;
	font-size: 12px;
	height: 25px;
	padding-left: 5px;
	margin-top: 2px;
	padding-top: 5px;
	padding-right: 12px;
}
.accordion_headings:hover{
	background:url(../commonimg/sidemenu_plus.gif) no-repeat;
}
.accordion_child{
	background:#FFF;
	padding: 5px;
}

.accordion_child li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-size: 11px;
	color: #000;
	border-bottom: 1px solid #E7E7E7;
	background: url(../commonimg/menuarrow.gif) no-repeat 0em 0.7em;
	line-height: 1.2em;
}

.accordion_child li a {
	color: #000;
	text-decoration: none;
}

.header_highlight{
	background:url(../commonimg/sidemenu_minus.gif) no-repeat;
	color:#000;
	border:1px solid #CCC;
	cursor:pointer;
	font-size: 12px;
	height: 25px;
	padding-left: 5px;
	padding-top: 5px;
	margin-top: 2px;
	padding-right: 12px;
}

.header_highlight:hover{
	background:url(../commonimg/sidemenu_minus.gif) no-repeat;

}



/* ------------右コンテンツに対する設定------------ */

#mainContent #rightContent {
	width: 590px;
	padding-right: 5px;
	padding-left: 5px;
	float: right;
}


/* ------------フッタに対する設定------------ */

#footer {
	background: #008AE3;
	font-size: 11px;
	color: #FFF;
}

#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #FF0;
	text-decoration: none;
}

#footer dl {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer dt  {
	float: left;
}
#footer dd  {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

/* ------------ページ共通ID------------ */
#training, #rental, #trouble, #inspection, #newItem, #measurement, #keytecnews, #ppolicy, #spolicy, #reffer, #reference, #weblink, #sitemap, #rader, #induction, #others, #profile, #recruit, #keytecnews {
	overflow: hidden;
	clear: both;
}

/* ------------ページ別設定　取扱製品------------ */

#rader .naviImage {
	background: url(../products/img/navimg_radar.gif) no-repeat;
	text-indent: -9999px;
	height: 80px;
}

#induction .naviImage {
	background: url(../products/img/navimg_induction.gif) no-repeat;
	text-indent: -9999px;
	height: 80px;
}

#others .naviImage {
	background: url(../products/img/navimg_others.gif) no-repeat;
	text-indent: -9999px;
	height: 80px;
}

.productsSubtitle {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 5px;
	background: url(../commonimg/minititle.jpg) repeat-x;
	padding: 5px;
}

.titleSir3000 {
	background: url(../products/rader2/sir3000logo.gif) no-repeat 0px 8px;
	text-indent: -9999px;
	height: 40px;
}

.titleSirEz {
	background: url(../products/rader1/sirezlogo.gif) no-repeat 0px 8px;
	text-indent: -9999px;
	height: 45px;
}

.productsCorpName {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.productsName {
	font-size: 1.6em;
	color: #008AE3;
	border-left: 5px solid #008AE3;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-left: 5px;
	line-height: 1.3em;
}

.productsMiniTitle {
	font-weight: bold;
	color: #FFF;
	background: url(../commonimg/minititle.jpg) repeat-x;
	padding: 3px;
}
.softwareTable {
	font-size: 11px;
	color: #000;
	width: 590px;
}

.softwareTable td {
	text-align: center;
	padding: 1px;
	border: 1px solid #CCC;
	width: 33px;
}

.antennaTable {
	color: #000;
	width: 590px;
	font-size: 11px;
}

.antennaTable th {
	padding: 2px 2px 2px 5px;
	border: 1px solid #CCC;
	font-weight: normal;
}

.antennaTable td {
	padding: 2px;
	border: 1px solid #CCC;
	text-align: center;
}

.specTable {
	color: #000;
	width: 590px;
}

.specTable td {
	padding: 2px 2px 2px 5px;
	border: 1px solid #CCC;
	vertical-align: top;
}

.productsImg {
	margin-bottom: 10px;
}
.captionCentering  {
	text-align: center;
}


/* ------------ページ別設定　会社情報------------ */

#profile .naviImage {
	background: url(../profile/img/navimg_profile.gif) no-repeat;
	text-indent: -9999px;
	height: 80px;
}

#recruit .naviImage {
	background: url(../profile/img/navimg_recruit.gif) no-repeat;
	text-indent: -9999px;
	height: 80px;
}

.profileMainCopy {
	background: url(../profile/img/maincopy.gif) no-repeat;
	text-indent: -9999px;
	height: 30px;
}

#profile table, #recruit table {
	border-style: none;
	width: 590px;
}

#profile tr  {
	vertical-align: top;
	border-bottom: 1px solid #E7E7E7;
}

#profile th {
	font-weight: bold;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#profile td {
	font-weight: normal;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#recruit tr  {
	vertical-align: top;
	border-bottom: 1px solid #E7E7E7;
}

#recruit th {
	font-weight: bold;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#recruit td {
	font-weight: normal;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* ------------ページ別設定　カスタマーサービス------------ */

#training .naviImage {
	background: url(../customer/img/navimg_training.gif) no-repeat;
	text-indent: -9999px;
	height: 80px;
}

#rental .naviImage {
	background: url(../customer/img/navimg_rental.gif) no-repeat;
	text-indent: -9999px;
	height: 80px;
}

#trouble .naviImage {
	background: url(../customer/img/navimg_trouble.gif) no-repeat;
	text-indent: -9999px;
	height: 80px;
}

#inspection .naviImage {
	background: url(../customer/img/navimg_inspection.gif) no-repeat;
	text-indent: -9999px;
	height: 80px;
}

#training .naviImage {
	background: url(../customer/img/navimg_training.gif) no-repeat;
	text-indent: -9999px;
	height: 80px;
}
#training #rightContent ul{
	padding-left: 2em;
}
#training #rightContent li{
	font-weight: bold;
	margin-bottom: 5px;
	list-style: disc inside;
}

.trainingTable {
	color: #000;
	width: 590px;
}

.trainingTable th {
	padding: 2px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #CCC;
}

.trainingTable td {
	padding: 2px 2px 2px 5px;
	border: 1px solid #CCC;
	vertical-align: top;
}

/* ------------ページ別設定　問い合わせ------------ */

#catalogue .naviImage {
	background: url(../contactus/img/navimg_reference.gif) no-repeat;
	text-indent: -9999px;
	height: 80px;
}

#inquiry .naviImage {
	background: url(../contactus/img/navimg_reffer.gif) no-repeat;
	text-indent: -9999px;
	height: 80px;
}

.refferTable {
	width: 590px;
	border-style: none;
}

.refferTable th {
	padding: 5px;
	font-weight: normal;
	text-align: center;
}

.refferTable td {
	padding: 8px 5px;
	border: 1px solid #CCC;
}


/* ------------ページ別設定　ポリシー------------ */


#ppolicy .naviImage {
	background: url(../policies/img/navimg_ppolicy.gif) no-repeat;
	text-indent: -9999px;
	height: 80px;
}

#spolicy .naviImage {
	background: url(../policies/img/navimg_spolicy.gif) no-repeat;
	text-indent: -9999px;
	height: 80px;
}

#sitemap .naviImage {
	background: url(../policies/img/navimg_sitemap.gif) no-repeat;
	text-indent: -9999px;
	height: 80px;
}

#ppolicy p {
	border-bottom: 1px solid #E7E7E7;
	margin-top: 10px;
	padding-bottom: 10px;
}

#spolicy p {
	margin-top: 10px;
	padding-bottom: 10px;
}
#spolicy #rightContent ol{
	padding-left: 2em;
}
#spolicy #rightContent li{
	list-style: decimal;
	display: list-item;
	padding-bottom: 5px;
}

#sitemap #rightContent {
	width: 700px;
	float: left;
	padding-left: 25px;
}
#sitemap table {
	border-style: none;
}

#sitemap table a {
	border-style: none;
	color: #03C;
	text-decoration: none;
}

#sitemap th {
	padding: 2px;
	border: 1px solid #CCC;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
	background: #E7E7E7;
}

#sitemap td {
	vertical-align: top;
	font-weight: bold;
	color: #06F;
}

/* ------------ページ別設定　ニュース------------ */


#keytecnews .naviImage {
	background: url(../news/img/navimg_news.gif) no-repeat;
	text-indent: -9999px;
	height: 80px;
}

#keytecnews iframe{
	margin: 0px;
	padding: 0px;
	height: 420px;
	width: 710px;
	border-style: none;
	float: left;
}



/* ------------ページ別設定　測定サンプル------------ */

#measurement .naviImage {
	background: url(../measurement/img/navimg_measure.gif) no-repeat;
	text-indent: -9999px;
	height: 80px;
}

/* ------------ページ別設定　新製品情報------------ */

#newItem #rightContent {
	width: 700px;
	float: left;
	padding-left: 25px;
}

#newItem .naviImage {
	background: url(../newitem/img/navimg_newitem.gif) no-repeat;
	text-indent: -9999px;
	height: 80px;
}

#newItem h1 {
	background: url(../newitem/img/sirezlogo.gif) no-repeat;
	height: 90px;
	text-indent: -9999px;
}


/* ------------ページ別設定　関連リンク------------ */

/*#weblink .naviImage {
	background: url(../links/img/navimg_weblink.gif) no-repeat;
	text-indent: -9999px;
	height: 80px;
}*/

#topContent {
	width: 752px;
	background: #FFF;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}


#topContent h1 {
	background: url(../commonimg/toptitle.gif) no-repeat;
	height: 110px;
	width: 752px;
	text-indent: -9999px;
}

#topContent .mainSpace {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#topBannerSpace {
	width: 700px;
	background: #FFF;
	overflow: hidden;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

