@charset "utf-8";

/* ----------------------------
 == Common
---------------------------- */

body {
	background: #ffffff url("../images/bg_body.gif") repeat-x left top;
	line-height: 1.5;
	font-family: Arial , sans-serif;
	padding-bottom: 43px;
}

a { text-decoration: none;}
a:link {color: #b62d3f;}
a:visited {color: #8b8b8b;}
a:hover {color: #b62d3f; text-decoration: underline;}
a:active {color: #b62d3f;}

em {
	font-weight: bold;
}

.layoutRight {
	float: right;
	margin: 0 0 5px 10px;
}

.layoutLeft {
	float: left;
	padding: 0 10px 5px 0;
}

.txtLeft {
	text-align: left;
}

.txtRight {
	text-align: right;
}

.txtCenter {
	text-align: center;
}

.linkBullet {
	background: url("../images/bullet_arrow.gif") no-repeat 0 .3em;
	padding-left: 10px;
}
.linkBullet02 {
	background: url("../images/bullet_arrow_02.gif") no-repeat 0 .3em;
	padding-left: 10px;
}
.linkBullet03 {
	background: url(../images/bullet_arrow_red.gif) no-repeat 0 0.3em;
	padding: 3px 0pt 3px 16px;
}
.linkList a {
	background: url("../images/bullet_arrow.gif") no-repeat 0 .3em;
	padding-left: 10px;
}
.linkList02 a {
	background: url("../images/bullet_arrow_02.gif") no-repeat 0 .3em;
	padding-left: 10px;
}
.linkList03 a {
	background: url(../images/bullet_arrow_red.gif) no-repeat 0 0.3em;
	padding: 3px 0pt 3px 16px;
}


.blank {
	background: url("../images/ico_blank.gif") no-repeat 0 .3em;
	padding-left: 15px;
}

.disc li {
	background: url("../images/lm_disc.gif") no-repeat .2em .8em !important;
	margin: 0 !important;
	padding: 2px 0 2px 15px !important;
	zoom: 1 !important;
}
.disc li ol li {
	background: none !important;
	margin: 0 !important;
	padding: 2px 0 !important;
	zoom: 1 !important;
}


.textS {
	font-size: .8em;
}

.textL {
	font-size: 1.2em;
}

.iconPDF{
	margin: 0 5px;
	vertical-align: middle;
}

/* ----------------------------
 == Body Layout
---------------------------- */

/* == container ------------------------------------------------------------------ */

#container {
	background: url("../images/bg_container_base.gif") repeat-y center top;
	width: 978px;
	margin: 0 auto;
	overflow: hidden;
}

#containerInside {
	background: url("../images/bg_container.gif") no-repeat center top;
	width: 978px;
	overflow: hidden;
}

/* == headerArea ------------------------------------------------------------------ */
#headerArea {
	background: #c0c0c0 url("../images/bg_headerarea.gif") repeat-x left top;
	width: 960px;
	margin: 0 9px;
	padding: 0;
	font-size: 11px;
	float: left;
}

#corporateLogoBlock {
	margin: 8px 0 9px 19px;
	padding: 0;
	float: left;
}

#headerArea form {
	margin: 0;
	padding: 0;
}
#headerArea input {
	margin: 0;
	padding: 0;
	border: 0px solid #ffffff;
	outline: 0px solid #ffffff;
}
#utilityBlock {
	width: 500px;
	float: right;
	margin: 10px 5px 0 0;
}
.utilityBlockSSL{
	width: 196px !important;
	margin: 17px 0px 0 0 !important;
}

#utilityBlock li {
	float: left;
	margin: 0;
	padding: 0;
}
#utilityBlock img {
	padding: 3px 0 0 0;
}
#utilityBlock .globalLink img {
	padding: 3px 7px 0 0;
}

#searchBlock {
	background: url("../images/bg_search.gif") no-repeat left top;
	margin: 0 7px 0 5px;
	padding: 5px 0 0 0;
	width: 220px;
	float: left;
	line-height: 1;
}
#searchBlock div {
	background: url("../images/bg_search.gif") no-repeat left bottom;
	width: 206px;
	margin: 0;
	padding: 0 7px 5px 7px;
}
#utilityBlock input#search{
	width: 205px !important;
	border: 0px solid #ffffff !important;
	margin: 0 !important;
	padding: 2px 0 !important;
}
#utilityBlock input.searchsubmit{
	width: 51px;
	float: left;
	padding: 3px 0 0 0;
}

#globalNavBlock {
	background: #8f8f8f url("../images/bg_globalnavbloack.gif") repeat-x left top;
	width: 960px;
	clear: both;
	float: left;
	color: #ffffff;
	min-height: 35px;
}
*html #globalNavBlock {
	height: 35px;
}
#globalNavBlock a:link {color: #ffffff;}
#globalNavBlock a:visited {color: #ffffff;}
#globalNavBlock a:hover {color: #ffffff;}
#globalNavBlock a:active {color: #ffffff;}

.globalNav{
	float: left;
	width: 700px;
	overflow: hidden;
	margin: 10px 0 8px 12px;
}
.globalNav li{
	background: url("../images/delim_white.gif") no-repeat left center;
	float: left;
	margin: 0 0 0 -1px;
	padding: 0 10px;
}

div.fmenu{
	background: url("../images/bg_fmenu.png") repeat-x left top;
	width: 200px;
	font-weight: bold;
}
.fmenu li{
	width: 200px;
	border-bottom: 1px solid #c0c2c2;
}
.fmenu li a{
	background: url("../images/bg_fmenulink.gif") no-repeat .2em .9em;
	display: block;
	padding: 2px 5px 2px 12px;
	color: #3c3c3c;
}
.fmenu li a:visited,
.fmenu li a:hover,
.fmenu li a:active {
	color: #3c3c3c;
}



#headSelectBox{
	width: 156px;
	margin: 4px 20px 4px 0;
	padding: 0;
	float: right;
	overflow: hidden;
}

#selectLanguageBox{
	background: url("../images/bg_language.gif") no-repeat left top;
	width: 156px;
	margin: 0;
	padding: 5px 0 0 0;
}
#selectLanguageBox p{
	background: url("../images/bg_language.gif") no-repeat left bottom;
	width: 136px;
	margin: 0;
	padding: 0 10px 5px 10px;
}
#selectLanguageBox a.selectLanguage{
	background: url("../images/bullet_select.gif") no-repeat right center;
	margin: 0;
	padding: 2px 25px 6px 0;
}

/* == footerArea ------------------------------------------------------------------ */

#footerArea {
	background: url("../images/bg_fotterarea.gif") no-repeat left bottom;
	width: 960px;
	margin: 0;
	padding: 0 9px;
	float: left;
	font-size: 11px;
}
#footerBlock {
	background: url("../images/bg_fotterline.gif") no-repeat left top;
	padding-top: 20px;
}

#copyrightBlock {
	float: left;
	margin: 0 0 18px 22px;
	padding: 0;
}
#footerNavBlock {
	float: right;
	margin: 0 10px 18px 0;
	padding: 0;
	overflow: hidden;
}
#footerNavBlock li {
	background: url("../images/delim_gray.gif") no-repeat right center;
	float: right;
	margin: 0 -1px 0 0;
	padding: 0 10px;
}

/* == contentArea ------------------------------------------------------------------ */
#contentsArea {
	background: url("../images/bg_contentsarea.gif") repeat-y left bottom;
	width: 960px;
	margin: 0 9px;
	float: left;
	padding-bottom: 6px;
	position: relative;
}

/* == mainVisualBlock ------------------------------------------------------------------ */
#mainVisualBlock {
	margin: 0;
	padding: 0;
	background: #ffffff;
}

/* == topicPathBlock ------------------------------------------------------------------ */

#topicPathBlock {
	margin: 1.5em 0;
	padding: 0;
}

/* == toPageTop ----- */
.toPageTop {
	margin: 1em 0;
	padding: 0;
	text-align: right;
}
.toPageTop a {
	background: url("../images/bullet_totop.gif") no-repeat left center;
	margin: 0;
	padding: 0 0 0 15px;
}
.toPageTop a:visited {color: #b62d3f;}


/* == mainContentsBlock --------------------- */
#mainContentsBlock {
	width: 669px;
	float: right;
	margin: 0 20px 0 0;
	position: relative;
}

/* == subContentsBlock --------------------- */
#subContentsBlock {
	background: #f4f4f4;
	float: left;
	width: 221px;
	margin: 0;
	padding: 20px 15px 20px 14px;
	border-left: 1px solid #ffffff;
}


/* == local Navi ----- */
.lonavBlock {
	background: url("../images/line_lonav.gif") no-repeat left top;
	width: 221px;
	margin: 0 0 20px 0;
	padding: 1px 0;
	font-weight: bold;
	color: #8b8b8b;
}
#localNav {
	background: url("../images/line_lonav.gif") no-repeat left bottom;
	margin: 1em 0 0 0;
	padding: 0 0 20px 0;
}
#localNav li span {
	cursor: pointer;
}
#localNav li a {
	background: url("../images/bullet_arrow.gif") no-repeat .3em .4em;
	margin: 0;
	padding: 0 0 0 15px;
}
#localNav li a.linkNone {
	background: none;
	margin: 0;
	padding: 0;
}
#localNav li span {
	display: block;
	zoom:1;
}
#localNav li span.close {
	background: url("../images/lm_plus.gif") no-repeat 0 .2em;
	padding: 0 0 0 15px;
	color: #b62d3f;
}
#localNav li span.open {
	background: url("../images/lm_minus.gif") no-repeat 0 .2em;
	padding: 0 0 0 15px;
}
#localNav li ul,
#localNav li ul li ul,
#localNav li ul li ul li ul {
	margin: .2em 0;
	padding: 0;
}
#localNav li {
	padding: 2px 0 2px 5px;
}
#localNav li li {
	padding: 2px 0 2px 12px;
}
#localNavAll{
	margin: 0;
	padding: 0;
	position: relative;
	top: -2px;
}
#localNavAll img{
	cursor: pointer;
}
#localNav a:visited {color: #b62d3f;}

/* == relatedProducts ----- */
.relatedProductsBlock {
	background: url("../images/bg_related_products.gif") no-repeat left top;
	width: 211px;
	margin: 0;
	padding: 5px 0 0 0;
}
.relatedProductsBlock dl {
	background: url("../images/bg_related_products.gif") no-repeat left bottom;
	margin: 0;
	padding: 0 10px 10px 10px
}
.relatedProductsBlock dl dt {
	margin: 0;
	padding: 0 0 8px 0;
}
.relatedProductsBlock dl dd {
	margin: 0;
	padding: 2px 0;
}
.relatedProductsBlock dl dd a {
	background: url("../images/bullet_arrow.gif") no-repeat 0 .4em;
	margin: 0;
	padding: 0 0 0 10px;
}




/* == mainContentsBlock Inner Style --------------------- */


/* == Title --------------------- */

.second #mainVisualBlock h1 {
	margin: 0;
	padding: 0;
}
.third #mainContentsBlock h1 {
	font-size: 1.4em;
}
.column1 #mainContentsBlock h1 {
	font-size: 1.4em;
}

#mainContentsBlock h2 {
	font-size: 1.2em;
	background: #d8e3ed url("../images/bg_title_blue.gif") repeat-x left top;
	margin: 1.0em 0;
	padding: 2px 8px;
	font-weight: bold;
}

#mainContentsBlock h3 {
	padding: 3px 0;
	border-bottom: 1px solid #e7e7e8;
}


/* == Related Pages Box ----- */
.relatedPagesBox {
	background-color: #f4f4f4;
	margin: 40px 10px 20px 10px !important;
	padding: 0 0 5px 0 !important;
	clear: both;
}
.relatedPagesBox p {
	margin-left: 15px;
	margin-right: 15px;
}
.relatedPagesBox ul,
.relatedPagesBox ol {
	margin-left: 40px;
	margin-right: 15px;
}

/* == Related Information Box ----- */
.relatedInformationBox {
	background: url("../images/bg_infomationbox.gif") no-repeat left bottom;
	width: 669px;
	margin: 40px 0 20px 0 !important;
	padding: 0 0 5px 0 !important;
	clear: both;
}
.infomationTitle {
	background: url("../images/bg_related_information.gif") no-repeat left top !important;
	border-bottom: 1px solid #d9d9d9;
	width: 651px;
	margin: 0 !important;
	padding: 5px 9px 3px 9px !important;
	font-size: 1em !important;
	font-weight: bold;
}

.latestNews {
	background: #c2c2c2 url("../images/bg_title_gray.gif") repeat-x left top;
	width: 627px;
	margin: 10px 10px 5px 10px !important;
	padding: 2px 10px !important;
	font-weight: bold;
}

.latestNewsBox {
	width: 627px;
	margin: 5px auto;
	overflow: hidden;
}

.latestNewsBox table {
	margin: -1px 0 0 0;
	width: 627px;
}
.latestNewsBox table th {
	width: 7em;
	white-space: nowrap;
	padding: 3px 1em 3px 0;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
.latestNewsBox tr {
	background: url("../images/line_solid_gray.gif") repeat-x left top;
}
.latestNewsBox tr td {
	vertical-align: top;
	padding: 3px 0;
}
.latestNewsBox table .categoryIcon {
	width: 60px;
	padding: 5px;
	font-size: 10px;
}

.otherInfoList {
	width: 657px;
	background: url("../images/bg_otherinfolist.gif") repeat-y left top;
	margin: 10px -10px 10px 11px;
	overflow: hidden;
}
.otherInfoList li {
	background: url("../images/bg_otherinfolist.gif") repeat-y left top;
	width: 191px;
	margin: 0 10px 0 0;
	padding: 9px;
	float: left;
}
.otherInfoList dl,
.otherInfoList dl dt,
.otherInfoList dl dd {
	margin: 0;
	padding: 0;
}
.otherInfoList dl dt {
	margin-bottom: 5px;
	font-weight: bold;
}





/* == Search --------------------- */

#contentsArea.column1{
	background: none;
	width: 920px;
	min-height: 450px;
}
*html #contentsArea.column1{
	height: 450px;
}

#contentsArea.column1 #mainContentsBlock{
	background: none;
	width: 880px;
	margin: 0 auto;
	padding: 0 20px;
	float: none;
}

/* === Local Navi (Adobe Reader Banner) ------ */

#sideAdobeReader {
	font-weight:normal !important;
}