@charset "UTF-8";
/* CSS Document */

@import "global.css";

/*サンプル用*/
#sampleImg {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#sampleImg img { margin-left: -80px; }


/*メイン*/
#main {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
/*ページヘッド*/
#pageHead {
	height: 130px;
	width: 940px;
}
#headInner {
	background-image: url(../images/pageHeadBg.gif);
	background-repeat: no-repeat;
	height: 80px;
}
#headInner h1 {
	font-size: 10px;
	line-height: 15px;
	color: #333333;
	padding-right: 5px;
	height: 15px;
}
#headLogo a {
	height: 65px;
	width: 340px;
	float: left;
	margin-right: 75px;
	background-image: url(../images/headLogo.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
/*検索窓あり*/
#headSearch {
	float: left;
	height: 65px;
	width: 350px;
	margin-right: 5px;
}
#headSearch .searchText {
	float: left;
	width: 100px;
	font-size: 12px;
	color: #25415C;
	line-height: 20px;
	margin-top: 22px;
}
#headSearch #textBox {
	width: 180px;
	float: left;
	margin-right: 5px;
	margin-top: 18px;
}
#headSearch #textBox input {
	background-image: url(../images/pageHeadSearchBox.gif);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	width: 175px;
	height: 23px;
	font-size: 12px;
	line-height: 22px;
	padding-left: 3px;
}
#headSearch #searchBtn {
	float: left;
	width: 50px;
	margin-top: 18px;
}
#headSearch #searchBtn input {
	font-size: 12px;
	line-height: 20px;
	color: #25415C;
	width: 50px;
}
/* 検索ボックス内文字の表示 */
.watermark {
	color: #999999;
}
#headLanguage {
	float: left;
	width: 160px;
	height: 65px;
	background-image: url(../images/pageHeadLanguageBg.gif);
}
#headLanguage #chinese {
	display: block;
	float: left;
	width: 75px;
}
#headLanguage #chinese a {
	color: #333333;
	text-decoration: none;
	display: block;
	background-image: url(../images/pageHeadLanguageBg.gif);
	background-repeat: no-repeat;
	padding-top: 21px;
	padding-left: 27px;
	padding-bottom: 9px;
	font-size: 12px;
	line-height: 20px;
}
#headLanguage #chinese a:hover {
	background-image: url(../images/pageHeadLanguageBg.gif);
	background-repeat: no-repeat;
	background-position: 0px -65px;
}
#headLanguage #english {
	display: block;
	float: left;
	width: 85px;
}
#headLanguage #english a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding-top: 21px;
	padding-bottom: 9px;
	padding-left: 27px;
	font-size: 12px;
	line-height: 20px;
}
#headLanguage #english a:hover {
	background-image: url(../images/pageHeadLanguageBg.gif);
	background-repeat: no-repeat;
	background-position: -75px -65px;
}

/*ヘッドナビゲーション*/
#headNaviWrap {
	background-image: url(../images/headNaviWrapBg.gif);
	background-repeat: no-repeat;
	height: 50px;
	clear: both;
	margin-bottom: 5px;
}
#headNaviWrap ul {
	list-style-type: none;
	margin-left: 10px;
}
#headNaviWrap li {
	display: block;
	float: left;
	width: 180px;
	height: 45px;
	margin-right: 10px;
}
#headNaviWrap li#electric a {
	background-image: url(../images/headNaviListBg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 45px;
	display: block;
	text-indent: -9999px;
}
#headNaviWrap li#electric a:hover {
	background-image: url(../images/headNaviListBg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -45px;
}
#headNaviWrap li#datacom a {
	background-image: url(../images/headNaviListBg.jpg);
	background-repeat: no-repeat;
	background-position: -190px 0px;
	display: block;
	height: 45px;
	text-indent: -9999px;
}
#headNaviWrap li#datacom a:hover {
	background-image: url(../images/headNaviListBg.jpg);
	background-repeat: no-repeat;
	background-position: -190px -45px;
}
#headNaviWrap li#newproducts a {
	background-image: url(../images/headNaviListBg.jpg);
	background-repeat: no-repeat;
	background-position: -380px 0px;
	display: block;
	height: 45px;
	text-indent: -9999px;
}
#headNaviWrap li#newproducts a:hover {
	background-image: url(../images/headNaviListBg.jpg);
	background-repeat: no-repeat;
	background-position: -380px -45px;
}
#headNaviBtn {
	padding-left: 155px;
	float: left;
	width: 195px;
	height: 45px;
	background-image: url(../images/headNaviBtnBg.gif);
	background-repeat: no-repeat;
	background-position: 155px 0px;
}
#headNaviBtn #contact a {
	float: left;
	width: 76px;
	margin-right: 5px;
	height: 31px;
	display: block;
	color: #333333;
	text-decoration: none;
	padding-left: 19px;
	padding-top: 14px;
	font-size: 12px;
	line-height: 20px;
}
#headNaviBtn #contact a:hover {
	background-image: url(../images/headNaviBtnBg.gif);
	background-repeat: no-repeat;
	background-position: 0px -45px;
}
#headNaviBtn #corporate a {
	float: left;
	width: 74px;
	height: 31px;
	display: block;
	color: #333333;
	text-decoration: none;
	padding-top: 14px;
	padding-left: 16px;
	font-size: 12px;
	line-height: 20px;
}
#headNaviBtn #corporate a:hover {
	background-image: url(../images/headNaviBtnBg.gif);
	background-repeat: no-repeat;
	background-position: -100px -45px;
}
/*メインコンテンツ*/
#mainContents {
	clear: both;
	zoom:100%;/*IE6*/
}
#contents {
	float: left;
	width: 720px;
	margin-right: 20px;
}
#contents1Col {
	margin-bottom: 30px;
	font-size: 0.88em;
	line-height: 1.5em;
	color: #333333;
}
#rightNaviWrap {
	float: left;
	width: 200px;
}
/*共通コンテンツ*/
#pLink {
	background-image: url(../images/pLinkBg.gif);
	background-repeat: no-repeat;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	color: #25415C;
	padding-left: 7px;
	margin-bottom: 10px;
}
#pLink a {
	display: block;
	float: left;
	background-image: url(../images/pLinkIcon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
	margin-right: 5px;
	color: #25415C;
	text-decoration: none;
}
#pLink a:hover { text-decoration: underline; }
#pLink a:visited {
	color: #444444;
	text-decoration: underline;
}
#pLinkLong {
	background-image: url(../images/pLinkLongBg.gif);
	background-repeat: no-repeat;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	color: #25415C;
	padding-left: 7px;
	margin-bottom: 10px;
}
#pLinkLong a {
	display: block;
	float: left;
	background-image: url(../images/pLinkIcon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
	margin-right: 5px;
	color: #25415C;
	text-decoration: none;
}
#pLinkLong a:hover { text-decoration: underline; }
#pLinkLong a:visited {
	color: #444444;
	text-decoration: underline;
}
h1.title {
	background-image: url(../images/h1Title.gif);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 1.13em;
	padding-left: 20px;
	line-height: 1.38em;
	padding-top: 10px;
	font-weight: bold;
}
h1.title2 {
	background-image: url(../images/h1Title2.gif);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 1.13em;
	padding-left: 20px;
	line-height: 1.38em;
	padding-top: 10px;
	font-weight: bold;
}
h2.title {
	background-image: url(../images/h2Title.gif);
	background-repeat: no-repeat;
	height: 35px;
	margin-top: 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	padding-top: 13px;
	padding-left: 19px;
}
h3.title {
	background-image: url(../images/h3Title.gif);
	background-repeat: no-repeat;
	height: 29px;
	font-size: 1.13em;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-left: 13px;
	margin-bottom: 10px;
}
h4.title {
	background-image: url(../images/h4Title.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 11px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1259A0;
	border-bottom-color: #1259A0;
	background-color: #F5F5F5;
	padding-bottom: 2px;
	background-position: 0px 0px;
}
h5.title {
	font-weight: bold;
	color: #25415C;
	background-image: url(../images/h5Title.gif);
	background-repeat: no-repeat;
	margin-bottom: 8px;
	padding-bottom: 3px;
	background-position: 0px bottom;
}
#localNavi {
	background-image: url(../images/localNaviBg.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	zoom:100%;
	background-position: left bottom;
	padding-bottom: 2px;
}
#localNavi .localNaviDoc a {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	background-image: url(../images/localNaviIcon.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	float: left;
	padding-left: 15px;
	margin-right: 10px;
	display: block;
	text-decoration: none;
}
#localNavi .localNaviDoc a:hover { color: #98C7E7; }
#localNaviLine {
	background-image: url(../images/localNaviLine.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 5px;
	zoom:100%;
}
#contentsInner {
	background-image: url(../images/contentsInnerBg.gif);
	background-repeat: repeat-y;
	width: 690px;
	font-size: 0.88em;
	color: #333333;
	line-height: 1.5em;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
	padding-left: 15px;
}
.contentsInnerDoc {
	margin-left: 5px;
	margin-bottom: 30px;
	margin-right: 5px;
}
.contentsInnerDoc ul { margin-left: 30px; }
.contentsInnerDoc ol { margin-left: 30px; }
#contentsFooter {
	background-image: url(../images/contentsFooterBg.gif);
	background-repeat: no-repeat;
	height: 29px;
	padding-right: 10px;
}
#contentsFooter a {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background-image: url(../images/contentsFooterIcon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	float: right;
	margin-top: 7px;
}
#contentsFooter a:hover { color: #98C7E7; }
/*各共通*/
.textColorBlack1 { color: #000000; }
.textColorBlue1 { color: #25415C; }
.textColorBlue2 {
	color: #1259A0;
}
.textColorGreen1 { color: #147C67; }
.textColorRed1 { color: #CC0000; }
.fontBold { font-weight: bold; }
.mrgR10 { margin-right: 10px; }
.mrgR15 { margin-right: 15px; }
/*右ナビゲーション*/
#rightGnavi {
	background-image: url(../images/rightGnaviBg.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	margin-bottom: 10px;
}
#rightGnavi ul { list-style-type: none; }
#rightGnavi li#catalog a {
	background-image: url(../images/rightGnaviBtn.jpg);
	background-repeat: no-repeat;
	background-position: -3px -3px;
	display: block;
	width: 194px;
	height: 54px;
	vertical-align:bottom;
	margin: 0px;
	padding-bottom: 3px;
	text-indent: -9999px;
}
#rightGnavi li#catalog a:hover {
	background-image: url(../images/rightGnaviBtn.jpg);
	background-repeat: no-repeat;
	background-position: -203px -3px;
}
#rightGnavi li#panfpdf a {
	background-image: url(../images/rightGnaviBtn.jpg);
	background-repeat: no-repeat;
	background-position: -3px -60px;
	display: block;
	width: 194px;
	height: 54px;
	vertical-align:bottom;
	margin: 0px;
	padding-bottom: 3px;
	text-indent: -9999px;
}
#rightGnavi li#panfpdf a:hover {
	background-image: url(../images/rightGnaviBtn.jpg);
	background-repeat: no-repeat;
	background-position: -203px -60px;
}
#rightGnavi li#rack a {
	background-image: url(../images/rightGnaviBtn.jpg);
	background-repeat: no-repeat;
	background-position: -3px -117px;
	display: block;
	width: 194px;
	height: 54px;
	vertical-align:bottom;
	margin: 0px;
	padding-bottom: 3px;
	text-indent: -9999px;
}
#rightGnavi li#rack a:hover {
	background-image: url(../images/rightGnaviBtn.jpg);
	background-repeat: no-repeat;
	background-position: -203px -117px;
}
#rightGnavi li#exhibition a {
	background-image: url(../images/rightGnaviBtn.jpg);
	background-repeat: no-repeat;
	background-position: -3px -174px;
	display: block;
	width: 194px;
	height: 54px;
	vertical-align:bottom;
	margin: 0px;
	padding-bottom: 3px;
	text-indent: -9999px;
}
#rightGnavi li#exhibition a:hover {
	background-image: url(../images/rightGnaviBtn.jpg);
	background-repeat: no-repeat;
	background-position: -203px -174px;
}
#rightGnavi li#sq a {
	background-image: url(../images/rightGnaviBtn.jpg);
	background-repeat: no-repeat;
	background-position: -3px -231px;
	display: block;
	width: 194px;
	height: 54px;
	vertical-align:bottom;
	margin: 0px;
	padding-bottom: 3px;
	text-indent: -9999px;
}
#rightGnavi li#sq a:hover {
	background-image: url(../images/rightGnaviBtn.jpg);
	background-repeat: no-repeat;
	background-position: -203px -231px;
}
#bannerCatalog a {
	line-height: 300px;
	background-image: url(../images/bannerCatalog.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	height: 90px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
#bannerCatalog a:hover {
	background-image: url(../images/bannerCatalog.jpg);
	background-repeat: no-repeat;
	background-position: -200px 0px;
}
#rightBnrArea {
	background-image: url(../images/rightBnrAreaBg.gif);
	background-repeat: repeat-y;
	padding-left: 5px;
}
#rightBnrTitle {
	background-image: url(../images/rightBnrTitle.gif);
	background-repeat: no-repeat;
	height: 26px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	padding-left: 15px;
	padding-top: 10px;
}
#rightBnrAreaIn { margin-left: 5px; }
#rightBnrAreaIn a.btn1 {
	display: block;
	height: 70px;
	width: 180px;
	margin-top: 5px;
}
#rightBnrAreaIn a.btn1:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#rightBnrAreaIn a.btn2 {
	display: block;
	height: 90px;
	width: 180px;
	margin-top: 5px;
}
#rightBnrAreaIn a.btn2:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*ページフッター*/
#pageFooter {
	width: 940px;
	margin-top: 15px;
}
#tmplFootWrap {
	clear: both;
	border-top-width: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #1259A0;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
}
#tmplFootIn {
	background-color: #FFFFFF;
	background-image: url(../images/tempFootInBg.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	zoom:100%;/*IE6*/
	overflow:auto;/*IE7 and Firefox*/
}
.footSitemap {
	float: left;
	width: 230px;
	font-size: 12px;
	line-height: 18px;
}
.footSitemap ul { list-style-type: none; }
.footSitemap li a {
	color: #666666;
	text-decoration: none;
}
.footSitemap li a:hover { color: #222222; }
.footSitemap li.link01 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.footSitemap li.link01 a {
	color: #1259A0;
	text-decoration: underline;
}
.footSitemap li.link01 a:hover { color: #5491AE; }
#footLogo a {
	background-image: url(../images/footLogo.gif);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	margin-top: 10px;
	margin-left: 15px;
	width: 395px;
	padding-bottom: 10px;
	text-indent: -9999px;
}
#footCopyright {
	clear: both;
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;
	background-image: url(../images/footCopyright.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 30px;
	margin-top: 1px;
	padding-top: 3px;
}
/*追加*/
a {
	overflow: hidden;
	color: #333;
}
a:hover { color: #1259A0; }
.pinkBordWrap {
	background-image: url(../images/pinkBordBg.gif);
	background-repeat: repeat;
	padding: 10px;
}
.pinkBordWrap .pinkInner {
	background-color: #FFF9FD;
	padding: 15px;
}
.pinkBordWrap ul {
	margin-left: 20px;
}

