@charset "utf-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Arial Unicode MS";
	font-size: 75%;
	background-color: #F3F3F3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
	margin-top: 0px;
}
#wrapper {
	width: 994px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-left: 2px;
	padding-bottom: 0px;
	height: 1100px;
}
#header {
	padding-bottom: 0px;
	margin-bottom: 0px;
	position: relative;
	padding-top: 20px;
	background-color: #FFFFFF;
}
#header #peLogo {
	padding-left: 31px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 200px;
	margin-bottom: 13px;
}
#header #peLogo h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#header #utilityNavigation {
	font-size: 11px;
	line-height: normal;
	position: absolute;
	width: 450px;
	right: 0px;
	top: 20px;
	left: 516px;
}
#header #utilityNavigation a {
	color: #599dcc;
	text-decoration: none;
}
#header #utilityNavigation a:hover {
	text-decoration: underline;
}
#header #search_area {
	height: 31px;
	overflow: visible;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 260px;
	margin-top: -35px;
}

* html #header #search_area {
	margin-top: -30px; /* for WinIE6.0 */
}


#search_area .searchBody {
	background-image: url(../image/searchBg.jpg);
	background-repeat: repeat-x;
	height: 31px;
	width: 395px;
	padding-top: 0.2em;
	padding-left: 10px;
	overflow: hidden;
	float: left;
}

#search_area .searchPadLeft {
	background-image: url(../image/searchPaddingLeft.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 31px;
	width: 7px;
	overflow: hidden;
}
#search_area #CorpHeader_lblSearch {
	display: block;
	float: left;
	width: 75px;
	padding-top: 0px;
	margin-top: 0px;
	overflow: hidden;
}
#search_area #CorpHeader_txtSearchText {
	float: left;
	height: 15px;
	width: 150px;
	border: 1px solid #999999;
	margin-top: 6px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Arial Unicode MS";
	font-size: 10px;
}
#search_area #CorpHeader_listSearch {
	margin-top: 6px;
	margin-left: 3px;
	height: 20px;
	float: left;
	font-size: 10px;
}
#search_area #CorpHeader_btnSearch {
	line-height: 17px;
	background-color: #599dcc;
	background-image: url(../image/searchSubmitRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	float: left;
	height: 16px;
	width: 50px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 6px;
	margin-right: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	cursor: pointer;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#search_area .searchPadRight {
	background-image: url(../image/searchPaddingRight.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 6px;
	clear: right;
	overflow: visible;
}
#change {
	width: 170px;
	padding-top: 15px;
	padding-right: 20px;
	float: right;
	height: 20px;
}
#change a {
	text-decoration: none;
	color: #599dcc;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#change a:hover {
	text-decoration: underline;
}
#change img {
	border: none;
}

#large_banner {
	height: 190px;
	padding-left: 0px;
	clear: both;
}

#content {
	clear: both;
	padding-top: 0px;
	margin-top: 5px;
	padding-left: 15px;
	float: left;
	background-color: #FFFFFF;
}

#primary {
	margin-top: 0px;
	padding-top: 0px;
	width: 565px;
	clear: left;
	float: left;
	padding-left: 2px;
}

#product {
	padding-top: 0px;
	margin-top: 0px;
}
#product #tab {
	clear: right;
	float: none;
	height: 29px;
	width: 560px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#product #tab div {
	cursor: pointer;
}
#product #tab .ProductActive {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../image/focusActive.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 24px;
	width: 251px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 35px;
	position: absolute;
	z-index: 2;
}
#product #tab .ProductInactive, #product #tab .ProductHover {
	font-size: 14px;
	font-weight: bold;
	color: #A0A4A7;
	background-image: url(../image/focusInactive.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 24px;
	width: 251px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 35px;
	position: absolute;
	z-index: 0;
}
#product #tab .ProductHover {
	color: #B2C668;
}
#product #tab .FocusAreaActive {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../image/productsActive.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 23px;
	width: 251px;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 280px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 45px;
	position: absolute;
	z-index: 1;
}
#product #tab .FocusAreaInactive, #product #tab .FocusAreaHover {
	font-size: 14px;
	font-weight: bold;
	color: #A0A4A7;
	background-image: url(../image/productsInactive.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 23px;
	width: 251px;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 271px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 45px;
	position: absolute;
	z-index: 0;
}
#product #tab .FocusAreaHover {
	color: #9185A4;
}
#product .ProductContent {
	background-color: #EEF2E4;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 559px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A5BD4F;
	border-right-color: #A5BD4F;
	border-left-color: #A5BD4F;
}
#product .FocusAreaContent {
	background-color: #EDEAF1;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 559px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8A7DA2;
	border-right-color: #8A7DA2;
	border-left-color: #8A7DA2;
}
#product .ProductContent div,
#product .FocusAreaContent div {
	margin: 0px;
	float: left;
	width: 279px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#product .ProductContent ul,
#product .FocusAreaContent ul {
	font-size: 11px;
	line-height: 1.2;
	font-weight: normal;
	color: #333;
	letter-spacing: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: none;
}
#product .ProductContent li,
#product .FocusAreaContent li {
	margin-top: 0px;
	padding-top: 13px;
	padding-bottom: 0px;
}
#product .ProductContent a,
#product .FocusAreaContent a {
	color: #333;
	text-decoration: none;
}
#product .ProductContent a:hover,
#product .FocusAreaContent a:hover {
	color: #369;
}
#product .ProductBottom {
	background-image: url(../image/corner2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	clear: left;
	height: 17px;
	width: 561px;
	padding-top: 0px;
}
#product .FocusAreaBottom {
	background-image: url(../image/corner1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	clear: left;
	height: 17px;
	width: 561px;
	padding-top: 0px;
}
.hidden {
	display: none;
	visibility: hidden;
}






#News {
	width: 265px;
	float: left;
	padding-left: 0px;
}


#Events {
	float: left;
	width: 265px;
	clear: right;
	height: auto;
	margin-left: 20px;
}

.News_Events_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8b9290;
	margin-bottom: 0px;
	margin-top: 20px;
	text-indent: 10px;
	padding-bottom: 0px;
}

.ruleImg {
	height: 3px;
	background-image: url(../image/rule.jpg);
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 7px;
	clear: right;
}
.clearFixvertical {
	font-size: 12px;
	line-height: 1.5;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 0px;
	list-style-image: none;
	list-style-type: none;
	clear: left;
	width: 100%;
	margin-top: 0px;
}
.clearFixvertical li {
	background-image: url(../image/listImg.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	display: block;
	padding-left: 15px;
	padding-top: 0px;
	background-position: 0px 7%;
	padding-bottom: 4px;
	margin-top: 0px;
}
.clearFixvertical li.more {
	margin-top: 20px;
}

.clearFixvertical a {
	color: #599dcc;
	text-decoration: none;
}
.clearFixvertical a:hover {
	color: #599dcc;
	text-decoration: underline;
}
.viewmore {
	font-weight: bold;
	margin-top: 8px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#secondary {
	float: right;
	width: 385px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 15px;
	clear: right;
}

#Currentfeature {
	clear: none;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	width: 350px;
	background-image: url(../image/currentFeatures.jpg);
	background-repeat: no-repeat;
}

#genericFocusCurrentFeature {
	margin-top: 0px;
	padding-top: 5px;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Arial Unicode MS";
	padding-left: 5px;
	height: 25px;
	line-height: normal;
	margin-bottom: 0px;
	margin-left: 10px;
}
#Currentfeature_content {
	height: auto;
	width: 340px;
	clear: right;
	float: left;
}
#Currentfeatere_image {
	height: 230px;
	width: 140px;
	float: left;
}
#Currentfeatere_text {
	float: left;
	height: auto;
	width: 180px;
	margin-left: 7px;
}
h4 {
	font-size: 14px;
	font-style: italic;
	color: #599dcc;
	margin-bottom: 10px;
	margin-top: 10px;
}

#Currentfeatere_text em {
	font-family: Arial, Helvetica, sans-serif;
	color: #00F;
	font-style: italic;
	font-weight: bold;
}

#Currentfeatere_text a {
	color: #599DCC;
	text-decoration: none;
}
#Currentfeatere_text a:hover {
	text-decoration: underline;
}

.pr01 {
	color: #666666;
	font-size: 11px;
	margin-top: 10px;
	line-height: 1.2;
}
.pr01 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.pr01 a:hover {
	text-decoration: underline;
}




#Currentfeature_content strong {
	font-size: 12px;
	color: #e6a32a;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.3;
}
#tech_company {
	height: auto;
	width: 340px;
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#Technical_Support {
	height: auto;
	width: 160px;
	float: left;
	clear: left;
}


#support {
	clear: right;
	background-image: url(../image/blueButton.jpg);
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 0px;
	width: 150px;
	float: left;
	margin-right: 0px;
	padding-right: 0px;
}

#support_area {
	float: left;
	height: auto;
	width: 150px;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 0px;
}

#tech {
	clear: left;
	background-image: url(../image/blueButton.jpg);
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 0px;
	width: 150px;
	float: left;
	margin-right: 0px;
	padding-right: 0px;
}


#Tech_area {
	float: left;
	height: auto;
	width: 135px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 30px;
}


.Technical_Support_title {
	margin-top: 7px;
	margin-left: 33px;
	color: #599dcc;
	font-size: 12px;
	margin-bottom: 0px;
}

.Technical_Support_title a {
	text-decoration: none;
	color: #599DCC;
}

.text01 {
	font-size: 12px;
	line-height: 1.3;
	color: #666666;
}

.text01 a {
	color: #599DCC;
	text-decoration: none;
}

#Our_Company {
	clear: right;
	float: right;
	height: auto;
	width: 170px;
	padding-top: 0px;
}


#ucCompany_genericCompany {
	color: #8b9290;
	font-size: 13px;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-bottom: 0px;
	clear: both;
	padding-top: 0px;
	background-position: bottom;
}


#secondary .ruleImg {
	background-image: url(../image/rule.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 7px;
	padding-top: 0px;
	height: 3px;
	clear: left;
	padding-bottom: 0px;
}
#secondary .clearFixvertical {
	padding-left: 0px;
	clear: left;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#secondary .clearFixvertical li {
	margin-left: 0px;
	background-image: url(../image/listImg.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: -1px 2px;
	list-style-type: none;
	clip: rect(auto,auto,auto,auto);
	display: block;
	margin-top: 2px;
	font-size: 12px;
	line-height: 1.3;
	height: auto;
	margin-bottom: 5px;
	width: 90%;
	color: #666666;
}
#secondary .clearFixvertical a {
	text-decoration: none;
	color: #599dcc;
}
#secondary .clearFixvertical a:hover {
	text-decoration: underline;
	color: #599dcc;
}
#Our_Company .pr02 {
	font-size: 10px;
	line-height: 1;
	color: #666666;
	width: 145px;
	margin-top: 5px;
}




#footer {
	clear: both;
	width: 100%;
	margin-top: 40px;
	padding-bottom: 30px;
	float: left;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#banners {
	float: left;
	height: auto;
	padding-left: 120px;
	width: 800px;
	margin-bottom: 0px;
}
#banners ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#banners li {
	float: left;
	margin-left: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#banners li a {
	text-decoration: none;
	color: #599dcc;
}

#footer .homeFooter {
	padding-top: 5px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 300px;
	margin-bottom: 0px;
	float: left;
	clear: left;
	width: 650px;
	margin-top: 0px;
}


#footerNavigation {
	list-style-type: none;
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	clear: left;
}
#footerNavigation li {
	padding-left: 10px;
	font-size: 11px;
	color: #666666;
	float: left;
	display: block;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
}
#footerNavigation a {
	text-decoration: none;
	color: #666666;
}
#footerNavigation a:hover {
	text-decoration: none;
}


#footerNavigation .last {
	border-right-style: none;
}

#copyright {
	font-size: 11px;
	color: #666666;
	padding-left: 310px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
	clear: left;
}
