/*** HTML Elements ***/

/* BODY font-family追加 */
BODY {
	padding: 0;
	font-size: 12px;
	background: #8D8B8B;
/*	background: #5f6064; */
	margin: 0px;
	behavior: url("/japan/css/csshover2.htc");
	color: #666666; 
	font-family:  "ＭＳ Ｐゴシック", Osaka, Arial, "sans-serif";	 
	text-align: center;	 
	line-height: 20px;
	border-bottom-color: #ffffff;	
}

BODY.popupBody {
	background: #FFFFFF;
}

/* BODY.popupBody .pageTitle font-family追加 */
BODY.popupBody .pageTitle {
color:#CC0000;
font-family:"ＭＳ Ｐゴシック", Osaka, verdana, arial, helvetica,"sans-serif";
font-size:14px;
font-weight:bold;
}

/* BODY.popupBody TD  font-family追加 */
BODY.popupBody TD {
 font-family: "ＭＳ Ｐゴシック", Osaka, verdana, arial, helvetica,"sans-serif";
 font-size: 12px;
}

SPAN {
	line-height: normal;	
}

A {
	color: #336699;	
}

IMG {
    border: 0;
    margin: 0;
	line-height: 0;
}

P {
    margin: 0 0 10px;
}

/* h1 font-size,margin変更 */
h1 {
 font-size:18px;
 font-weight:bold;
 margin: 13px 0 4px 0;
 line-height: 24px;
}

/* h2 font-size変更,font-weight追加 */
h2 {
 font-size:16px;
 font-weight:bold;
}

/* h2 製品情報用　font-size変更,font-weight追加 */
h2.prdct {
    font-size:14px;
    font-weight:bold;
    margin: 13px 0 15px;
	line-height: 22px;
}


/* h3追加 */
h3 {
 font-size:14px;
 font-weight:bold;
}

/* h3追加 TOPのみ使用 */
h3.toponly {
	font-family: "ＭＳ Ｐゴシック", Osaka, verdana, arial, helvetica,"sans-serif";
	font-size: 16px;
	font-weight: bold; 
	color: #CC0000;
	overflow: visible;
	margin:0;
	padding:0;
}


/* h4追加 */
h4 {
 font-size:12px;
 font-weight:bold;
}


.hr {
	margin: 5px 0 14px;
    padding: 0;
    line-height: 1px;
    border-top: 1px solid #606060;
    clear: both;
    float: left;
    display: block;
    display: inline;
    width: 100%;
}

.hrCustomer {
	margin: 5px 0 14px;
    padding: 0;
    line-height: 1px;
    border-top: 1px solid #CCCCCC;
    float: left;
    width: 98%;
}

.hrUnderTabs {
    padding: 0;
    line-height: 1px;
    border-top: 1px solid #C2C2C2;
    clear: both;
    float: left;
    display: block;
    display: inline;
    width: 100%;
	margin: 0px 0 10px;
}


SELECT, INPUT.textInput {
    background: #EFEFEF;
    color: #666666;
    width: 250px;
    border: 1px solid #999999;
	margin-bottom: 6px;
}

textarea.feedbackComments {
font-family: inherit;
font-size: inherit;
width: 250px;
height:30px;
    color: #666666;
}


/*** Layout Elements ***/
#wrapper {
	margin: 0 auto;
    padding: 0;
    width: 992px;
    border: 0;
    text-align: left;
}

#main_holder {
	background: #ffffff;
    width: 960px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
}

#logo {
    width: 350px;
    height: 85px;
    float: left;
}

#logo img {
    margin: 27px 31px 0;
}

/* region_name font-family追加 */
#region_name {
	float: left;	 
	margin-top:30px;	
	text-align:left;	
	color:#999999;	
	font-family: "ＭＳ Ｐゴシック", Osaka, verdana, arial, helvetica,"sans-serif";
	font-size:10px;	
	font-weight:normal;	
	line-height:150%;	
}


span.misStmnt {
	display: block;
	padding-top: 6px;
}

span.misStmnt a {
	text-decoration: none;
	color: #999999;
}

span.misStmnt a:hover {
	text-decoration: underline;
	color: #336699;
}

span.regName {
	display: block;
	font-weight:bold;
	padding-top: 6px;
}

span.regNameUK {
	display: block;
	font-weight:bold;
	padding-top: 0;
}

#country_select {
    float: right;
    width: 210px;
    margin: 16px 8px 0;
}

#country_select select {
    width: 210px;
    color: #616161;
    width: 210px;
    border: 1px solid #5F6064;
    background: #E6E6E6  ;
}
#country_select select {
    background: #E6E6E6 url('/japan/images/drop_down_strip.gif') repeat-x;
}

#site_search {
    float: right;
    clear: right;
    width: 210px;
    height: 17px;
    margin: 14px 8px 0;
}

#search_input {
	width: 210px
}

#search_text {
    border: 0px;
    padding: 0;
    padding-left: 2px;
    margin-right: 2px;
    background: #e6e6e6;
    width: 150px;
    height: 17px;
}

#search_submit {
    vertical-align: middle;
}

/** Navigation Menu **/
#navigation {
    clear: both;
    float: left;
    width: 960px;
    height: 31px;
}

#navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index:10;
}
#navigation ul li {
    float: left;
    position: relative;
}

#navigation UL LI SPAN A {
	display: block;	
	height: 31px;	
	width: 95px;	
	text-decoration: none;
}

#navigation UL LI SPAN A.wider {
	display: block;	
	height: 31px;	
	width: 120px;
	text-decoration: none;	
}


#navigation ul li ul {
    display: none;
    position: absolute;
    top: 31px;
    left: 11px;
	
    background: #EEEEEE url(/japan/images/drop-down-background-2.png) repeat-x;	
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
    width: 180px;
    padding: 11px 11px 5px;
}

#navigation ul li > ul {
    top: 31px;
    left: 11px;
}

#navigation ul li:hover ul {
    display: block;
}

#navigation ul li ul li {
    line-height: 19px;
    clear: left;
    width: 180px;
}

#navigation span {
    height: 31px;
    display: block;
}

#navigation .nav_solutions {
	background: url(/japan/images/nav_solutions_off.gif) no-repeat;
	 width: 106px
}

#navigation li.nav_solutions:hover {
	background: url(/japan/images/nav_solutions_over.gif) no-repeat
}

#navigation .nav_products {
	background: url(/japan/images/nav_products_off.gif) no-repeat;
	 width: 102px
}

#navigation li.nav_products:hover {
	background: url(/japan/images/nav_products_over.gif) no-repeat
}

#navigation .nav_technology {
	background: url(/japan/images/nav_technology_off.gif) no-repeat;
	 width: 129px
}

#navigation LI.nav_technology:hover {
	background: url(/japan/images/nav_technology_over.gif) no-repeat
}

#navigation .nav_services {
	background: url(/japan/images/nav_services_off.gif) no-repeat;
	 width: 98px
}

#navigation LI.nav_services:hover {
	background: url(/japan/images/nav_services_over.gif) no-repeat
}

#navigation .nav_partners {
	background: url(/japan/images/nav_partners_off.gif) no-repeat;
	 width: 99px
}

#navigation LI.nav_partners:hover {
	background: url(/japan/images/nav_partners_over.gif) no-repeat
}

#navigation .nav_customers {
	background: url(/japan/images/nav_customers_off.gif) no-repeat;
	 width: 114px
}

#navigation LI.nav_customers:hover {
	background: url(/japan/images/nav_customers_over.gif) no-repeat
}

#navigation .nav_education {
	background: url(/japan/images/nav_education_off.gif) no-repeat;
	 width: 109px
}

#navigation LI.nav_education:hover {
	background: url(/japan/images/nav_education_over.gif) no-repeat
}

#navigation .nav_support {
	background: url(/japan/images/nav_support_off.gif) no-repeat;
	 width: 98px
}

#navigation LI.nav_support:hover {
	background: url(/japan/images/nav_support_over.gif) no-repeat
}

#navigation .nav_company {
	background: url(/japan/images/nav_company_off.gif) no-repeat;
	 width: 105px
}

#navigation LI.nav_company:hover {
	background: url(/japan/images/nav_company_over.gif) no-repeat
}

li:hover ul, li.over ul {
    display: block;
}
/* Fix IE. Hide from IE Mac \*/
* html #navigation ul li { float: left; }
* html #navigation ul li a { height: 1%; }
/* End */

#sec_nav {
	clear: both;
	 background: url(/japan/images/subnav_strip_off.gif) repeat-x;
	 height: 30px;
	 
}

#sec_nav A {
	display: block;
	 float: left;
	 height: 30px;
	 margin-right: 1px;
	 text-decoration: none;
	 
}


#sec_nav A:hover {
	text-decoration: underline;
}


#sec_nav .sec_nav_active, #sec_nav .sec_nav_active_current {
	background: url(/japan/images/subnav_strip_on.gif) repeat-x
}

/* sec_nav A SPAN font-sizeを追加 */
#sec_nav A SPAN {
	padding-right: 7px;
	 display: block;
	 padding-left: 7px;
	 float: left;
	 padding-bottom: 8px;
	 padding-top: 8px;
	 cursor: pointer;
	 font-size: 10px;
}



/* sec_nav A.sec_nav_active_current SPAN font-weight,font-sizeを追加 */
#sec_nav A.sec_nav_active_current SPAN {
	padding-right: 7px;
	display: block;
	padding-left: 7px;
	float: left;
	padding-bottom: 8px;
	padding-top: 8px;
	cursor: default;
	font-weight: normal;
	font-size: 10px;
}

#breadcrumbs {
	margin: 0px
}
/*   background: #FFFFFF→#000000  */
#hero_flash {
	clear: both;
	overflow: hidden;
	width: 960px;
/*    height: 378px;  */
	height: 387px;
	margin-bottom: 0;
	z-index: -10;
	overflow: hidden;
	background: #000000 url(/japan/images/flash_drop_shadow.gif) bottom center no-repeat;
}

#columnhdrss, #columns {
	clear: both;
	 display: inline;
	 float: left;
	 width: 960px;
}

body#corpmain #columnhdrss, body#corpmain #columns {
	clear: both;
	 display: inline;
	 float: left;
	 width: 960px;
	 height: auto !important;
}

DIV#columns DIV P, DIV#left_content DIV P {
	line-height: 17px;
	margin-bottom: 7px;
}

DIV#promoHeader {
font-weight: bold;
font-size: 13px;
width: 253px;
text-align: center;
padding-top: 11px;
margin-left: 8px;

}

DIV#promoTextBox1, DIV#promoTextBox2, DIV#promoTextBox3 {
	margin: 0 10px 0 10px; 
	padding-top: 10px; 
	width: 233px; 
	height: 118px;
}

DIV#columns DIV P.promoText, DIV#left_content DIV P.promoText { 
margin: 0;
font-size: 10px; 
line-height: 14px;
}

#column1hdrss {
	display: inline;
	 margin: 20px 40px 0px 43px;
	 width: 313px
}

#column2hdrss {
	margin-top: 20px;
	 width: 250px
}

#column3hdrss {
	margin: 20px 0px 0px 50px;
	 width: 235px
}

#column1corp {
	display: inline;
	 margin: 0px 0px 0px 0px;
	 width: 235px
}

#column2corp {
	margin: 0px;
	 width: 235px
}

#column3corp {
	margin: 0px 0px 0px 0px;
	 width: 313px
}

#column1 {
	display: inline;
	 margin: 0px 40px 0px 43px;
	 width: 235px
}

#column2 {
	margin: 0px;
	 width: 235px
}

#column3 {
	margin: 0px 0px 0px 65px;
	 width: 313px
}

#column1hdrss, #column2hdrss, #column3hdrss, #column1seeall, #column2seeall, #column3seeall {
    float: left;
}

#column1corp, #column2corp, #column3corp {
    min-height: 150px;
    height: auto !important;
    height: 150px;
    float: left;
}

#column1, #column2, #column3 {
    min-height: 150px;
    height: auto !important;
    height: 150px;
    float: left;
}


#columnseeall {
	clear: both;
	 display: inline;
	 float: left;
	 padding-bottom: 15px;
	 width: 960px
}

#column1seeall {
	clear: both;
	 margin: 10px 40px 0px 43px;
	 width: 235px
}

#column2seeall {
	margin-top: 10px;
	 width: 235px
}

#column3seeall {
	margin: 10px 0px 0px 80px;
	 width: 293px
}

#main_content {
    margin: 17px 20px 0;
    width: 628px;
    float: left;
    display: inline;
    border-right: 1px solid #CCCCCC;
}

#main_content_wide {
    margin: 17px 20px 0;
    width: 920px;
    float: left;
    display: inline;
}

#switch_boxes {
    float: left;
    display: inline;
    height: 169px;
/*	background: url('/japan/images/gray_strip_CCCCCC_short.png') repeat-x; */
}

#ns_switch_box {
/*	background: url('/japan/images/gray_strip_E1E1E1_short.png') repeat-x; */
}

.sb_active, .sb_inactive {
    display: block;
    float: left;
    height: 30px;
	border-right: 1px solid #ffffff; 
}

.sb_active span, .sb_inactive span {
    display: block;
    margin: 9px 18px 0;
}

.sb_active span, .sb_inactiveLink span {
    display: block;
    margin: 9px 18px 0;
}

.pb_active, .pb_inactive {
    display: block;
    float: right;
    height: 36px;
	width: 145px;
	margin-right: 9px;
	text-decoration: none;
}

.pb_active span, .pb_inactive span {
    display: block;
    margin: 4px 5px 0;
	font-size: 10px;
	
}

#bottom_switch_boxes .sb_active, #bottom_switch_boxes .sb_inactive {
   border: 1px solid #ffffff; 
    border-left: 0;
    border-bottom: 0;
}

#switch_boxes .sb_inactive {
   color: #333333;
   font-weight: normal;
   background: url('/japan/images/gray_strip_CCCCCC_short.png') repeat-x;
}

#switch_boxes .sb_inactiveLink {
   color: #333333;
   font-weight: normal;
   background-color:#FFFFFF;
   display:block;
   float:left;
   height:30px;
}


a.sb_inactiveLink {
    font-size: 11px;
    color: #336699;
	text-decoration: none;
}

a.sb_inactiveLink:hover {
    font-size: 11px;
    color: #336699;
	text-decoration: underline;
}


#switch_boxes .sb_active {
	color: #FFFFFF;
	font-weight: bold;
	background: transparent url('/japan/images/gray_strip_999999_short.png') repeat-x;
}

#promoBoxBodyTop .pb_active {
	background: #ffffff;;
	color: #666666;
}

#promoBoxBodyTop .pb_inactive {
	background: transparent url('/japan/images/promobox/promo-link-highlight.png') no-repeat;
	color: #FFFFFF;
}

#switch_boxes a:hover.sb_inactive {
    background: transparent url('/japan/images/gray_strip_999999_short.png') repeat-x;
	color: #FFFFFF;
}

#bottom_switch_boxes .sb_active {
    background: transparent url('/japan/images/bottom-switch-box-tabs-bkgd.png') repeat-x;
}

#bottom_switch_boxes a:hover.sb_inactive {
    background: transparent url('/japan/images/tab_grey_strip_off.gif') repeat-x;
}

#bottom_switch_boxes .sb_inactive {
    background: transparent url('/japan/images/tab_grey_strip_over.gif') repeat-x;
}

/* #ns_switch_box .sb_active cursor追加 */
#ns_switch_box .sb_active {
    background: transparent url('/japan/images/gray_strip_CCCCCC_short.png') repeat-x;
	font-weight: bold;
	cursor:text;
}

#ns_switch_box a:hover.sb_inactive {
    background: transparent url('/japan/images/tab_grey_strip_over.gif') repeat-x;
}

#ns_switch_box .sb_inactive {
    background: transparent url('/japan/images/gray_strip_E1E1E1_short.png') repeat-x;
	font-weight: normal;
}

.switch_boxes_content {
	clear: both;	 
	background: transparent url(/japan/images/switch-box-bkgd.png) repeat-x;	 
	width: 608px;	 
	height: 136px; 
	line-height:16px;	
}

.next_step_content {
	clear: both;
	background: url(/japan/images/next-step-bkgd.png) repeat-x;	 
	width: 270px;	 


}

.switch_boxes_left {
	border-right: #b5b5b5 1px solid;
	 padding-right: 0px;
	 display: inline;
	 padding-left: 0px;
	 float: left;
	 padding-bottom: 0px;
	 margin: 10px 0px 10px 24px;
	 width: 262px;
	 padding-top: 12px;
	 height: 105px
}

.switch_boxes_left img, .switch_boxes_right img, .image_holder, #image_box {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

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

#image_box {
	float: left;
	 margin-bottom: 10px;
	 margin-right: 10px
}

.image_holder {
	width: 241px;
	 margin-right: 0px;
	 text-align: center
}

.switch_boxes_right {
	padding-right: 0px;
	 padding-left: 0px;
	 float: left;
	 padding-bottom: 0px;
	 margin: 10px 0px 10px 20px;
	 width: 262px;
	 padding-top: 12px;
	 height: 117px;
}
.switch_boxes_center {
	 padding-right: 0px;
	 display: inline;
	 padding-left: 0px;
	 float: left;
	 padding-bottom: 0px;
	 margin: 10px 0px 10px 24px;
	 width: 220px;
	 padding-top: 12px;
	 height: 117px;

}

.bsbc_content {
	clear: both;
	min-height: 75px;
	width: 608px;
	height: auto !important;
}
.bsbc_content_simics {
	clear: both;
	min-height: 75px;
	width: 550px;
	height: auto !important;
}

.bsbc_content_wide {
	clear: both;
	min-height: 75px;
	width: 920px;
	height: auto !important;
}

#left_content {
	float: left;
	width: 270px;
}

#ns_top {
	margin: 0;
    padding: 0;
	background: transparent;
	margin-top: 46px;
	width: 270px;
	height: 21px;
}

#ns_top span, #ns_form_1 form, #ns_form_2 form {
    display: block;
    border: 0;
    padding: 6px 0 0 0;
}

/* #ns_form_1, #ns_form_2 height変更 */
#ns_form_1, #ns_form_2 {
	background: none;
	border-bottom-width: 0px;
	width: 250px;
    border: 0;
    padding-top: 18px;
	margin-left: 10px;
    height: 83px;
}


#image_box {
    width: 246px;
    height: 197px;
    border: 1px solid #AEAEAE;
    margin-top: 15px;
    position: relative;
}

.ih_controls {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 246px;
    text-align: center;
}

.ih_controls_left, .ih_controls_num {
    float: left;
    margin-left: 5px;
}

.ih_controls_num {
    width: 210px;
}

.ih_controls_right {
    float: right;
    margin-right: 5px;
}

#content {
	clear: left;
	 float: left;
	 width: 608px;
}

#content_wide {
	clear: left;
	 float: left;
	 width: 920px;
}

.header {
	float: left;
}

/* div.headerTitle font-family,font-size,font-weight追加 */
div.headerTitle {
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, verdana, arial, helvetica,"sans-serif";
	font-size: 16px;
	font-weight: bold; 
	color: #CC0000;
	overflow: visible;
	height: 24px;
}

/* div.headerTitleSidebar font-family,font-size,font-weight追加 */
div.headerTitleSidebar {
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, verdana, arial, helvetica,"sans-serif";
	font-size: 16px; 
	font-weight: bold;
	color: #336699;
	overflow: visible;
	height: 24px;
}


.rss {
	float: right;
}

#footer {
	padding: 0;
	margin: 5px auto;
	width: 976px;
	text-align: center;
	color: #ffffff;
	clear: both;
	font-size: 10px;
	background-color: transparent ;
}

/* Buttons */

A.button {
	text-decoration: none;
	cursor: pointer;
}

.button_left {
	background: url(/japan/images/button_left.gif) no-repeat;	 
	float: left;	  
	width: 4px;	 
	height: 21px;	
	margin-top: 2px;	
}

.button_main {
	background: url(/japan/images/button_center.gif) repeat-x;	 
	float: left;	  
	height: 21px;	 
	margin-top: 2px;	
}

.button_main SPAN {
	display: block;	 
	margin: 4px 5px;
}

.button_right {
	background: url(/japan/images/button_right.gif) no-repeat;	 
	float: left;	  
	width: 4px;	 
	height: 21px;	 
	clear: right;	
	margin-top: 2px;	
}

/* Border Elements */

#left_border {
	background: url(/japan/images/shadow-left.png) repeat-y; 
    border: 0;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 100px;
    float: left;
}
#right_border {
	background: url(/japan/images/shadow-right.png) repeat-y;
    border: 0;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 100px;
    float: left;
}
#bottom_border {
	background: url(/japan/images/bottom-shadow.png) repeat-y;
    width: 976px;
    height: 13px;
    border: 0;
    padding: 0;
    margin: 0;
    clear: both;
}

/*** Font Elements ***/

#footer a, .sb_active, .button_text {
    color: #ffffff;
    cursor: pointer;
}

.sb_inactive {
    color: #333333;
    cursor: pointer;
}

#bottom_switch_boxes .sb_active, #bottom_switch_boxes .sb_inactive {
    font-size: 12px;
}

.headlines, #dropmenudiv a {
    font-size: 11px;
    color: #666666;
}

a.headlines {
    font-size: 11px;
    color: #336699;
	text-decoration: none;
}

a.headlines:hover {
    font-size: 11px;
    color: #336699;
	text-decoration: underline;
}

a.highlights {
    color: #666666;
	text-decoration: none;
	line-height: 16px;
}

a.highlights:hover {
    color: #666666;
	text-decoration: underline;
}


a.headlines_red, .headlines_red, #dropmenudiv a:hover {
    font-size: 11px;
    color: #e91f37;
}

.bcparent {
	color: #e91f37
}

#navigation UL LI UL LI A:link {
	display: block;
	width: 180px;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation UL LI UL LI A:visited {
	display: block;
	width: 180px;
	color: #FFFFFF;
	text-decoration: none;
}


#navigation UL LI UL LI A:active {
	display: block;
	width: 180px;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation UL LI UL LI A:hover {
	display: block;
	width: 180px;
	color: #333333;
	text-decoration: none;
	background-color: #EFEFEF;
}

/* .subtext font-sizeを変更 */
.subtext {
 font-style: normal;
 font-size: 10px;
 color: #999999;
}

/* sec_nav a font-weightを削除 */
#sec_nav a {
 color: #77AADD;
 font-size: 10px;
}


#sec_nav A.sec_nav_active_current{
	 text-decoration: none;
	 font-weight: 900;
	 color: #FFFFFF;
}

.sb_active A {
	font-weight: bold;
	 color: #ffffff
}

.sb_intactive A {
	font-weight: bold;
	 color: #ffffff
}

.switch_boxes_content {
	color: #ffffff
}

STRONG.black {
	color: #000000
}

#ns_top span{
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}



.blue {
	color: #336699;
}

.boldGray {
	font-weight: bold; 
	color: #777777;
}

A.switch_box_link {
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 5px;
}

DIV.sidebarColumn {
margin: 20px 0px; 
width: 270px;

}

DIV#promoBoxtop {
margin: 20px 0 0 0; 
width: 270px;
height: 38px; 
background: url('/japan/images/promobox/promo-header-bkgd.png');
}

DIV#promoBoxBodyTop {
MARGIN: 0px; 
WIDTH: 270px; 
height: 108px; 
background: url('/japan/images/promobox/promo-bkgd.png') repeat-y;
}

DIV#promoBoxBodyBottom {
MARGIN: 0px; 
WIDTH: 270px; 
height: 135px; 
background: url('/japan/images/promobox/promo-bkgd.png') repeat-y;
}

DIV#promoBoxText {
MARGIN: 0 0 0 8px; 
WIDTH: 253px; 
height: 138px; 
background: url('/japan/images/promobox/promo-text-bkgd.png') no-repeat;
}

DIV#promoBoxbottom {
MARGIN: 0px; 
WIDTH: 270px; 
height: 9px; 
background: url('/japan/images/promobox/promo-bottom-shadow.png') no-repeat;
}

DIV#promoBigImageBox {
width: 108px;
height: 108px;
float: left;
margin-left: 8px;
}

* html DIV#promoBigImageBox {
    \margin-left: 4px; /* for IE5 and IE6 in quirks mode */
    m\argin-left: 8px; /* for IE6 in standards mode */
}

DIV.listBox {
	width: 270px;
	height: auto !important;
	border: solid #CCCCCC 1px;
	background: url('/japan/images/sidebar-list-header-bkgd.png') no-repeat;
}


/* DIV.listBox DIV.listHeader font-sizeを変更 */
DIV.listBox DIV.listHeader {
	width: 258px;
	height: 35px;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 12px;
}

DIV.listBox DIV.listBody {
	width: 250px;
	height: auto !important;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	padding: 0 10px 10px 10px;
	
}

A.sidebarListLink {
	position: relative;
	display: block;
	height: 26px;
	width: 250px;
}

A.sidebarListLinkGray {
	position: relative;
	display: block;
	height: 26px;
	width: 250px;
	background-color: #EFEFEF;
	border-top: 3px solid #FFFFFF;
}

A.sidebarListLinkDouble {
	position: relative;
	display: block;
	height: 50px;
	width: 250px;
}

A.sidebarListLinkDoubleGray {
	position: relative;
	display: block;
	height: 50px;
	width: 250px;
	background-color: #EFEFEF;
	border-top: 3px solid #FFFFFF;
}

A.sidebarListLink span, A.sidebarListLinkGray span {
	position: absolute;
	top: 50%;
	height: 14px;
	margin-top: -8px;
	margin-left: 6px;
	cursor: pointer;
} 

A.sidebarListLinkDouble span, A.sidebarListLinkDoubleGray span {
	position: absolute;
	top: 30%;
	height: 28px;
	margin-top: -8px;
	margin-left: 6px;
	cursor: pointer;
} 

UL.sidebarListList  {
margin-top: 4px;
}

UL.sidebarListList LI {
margin-bottom: 5px;
line-height: normal;
}

P.sidebarListGray {
	position: relative;
	display: block;
	height: 26px;
	width: 250px;
	background-color: #EFEFEF;
	border-top: 3px solid #FFFFFF;
}

P.sidebarListGray span {
	position: absolute;
	top: 50%;
	height: 14px;
	margin-top: -8px;
	margin-left: 6px;
}

P.sidebarList {
	position: relative;
	display: block;
	height: 26px;
	width: 250px;
}

P.sidebarList span {
	position: absolute;
	top: 50%;
	height: 14px;
	margin-top: -8px;
	margin-left: 6px;
}


/* .subHead  font-familyを追加 */
.subHead, .subhead  {
 font-weight: bold;
 font-family: "ＭＳ Ｐゴシック", Osaka, verdana, arial, helvetica,"sans-serif";
}

/* .catTitle8を追加 */
.catTitle8 {
	font-size: 10px;
	line-height: 12px;
}

/* .catTitle_only8を追加 */
.catTitle_only8 {
	font-size: 8px;
	line-height: 12px;
}

/* .catTitle_only10を追加 */
.catTitle_only10 {
	font-size: 10px;
	line-height: 14px;
}

/* .ptnr_nameを追加 */
.ptnr_name {
	font-size: 10px;
	color: #000000;
	text-decoration: none; 
}

/* .ptnr_name a:linkを追加 */
.ptnr_name a:link {
	color: #336699;
	font-size: 10px;
	text-decoration: underline;
}

/* .ptnr_name a:visited を追加 */
.ptnr_name a:visited {
	font-size: 10px;
	color: #336699;
	text-decoration: underline; 
}

/* .ptnr_name a:hoverを追加 */
.ptnr_name a:hover {
	font-size: 10px;
	color: #336699;
	font-weight: normal;
	text-decoration: underline;
}

/* .ptnr_name a:activeを追加 */
.ptnr_name a:active {
	font-size: 10px;
	color: #CC0000;
	text-decoration: none; 
}

/* styles for Nextsteps modal forms */

form.modalform fieldset { margin-bottom: 12px; }
	
form.modalform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.modalform label {
/*	display: -moz-inline-box; */
	line-height: 1.8;
	vertical-align: top;
	}
	
form.modalform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.modalform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.modalform fieldset li input {
	width: 250px;
	}
	
form.modalform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.modalform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.modalform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.modalform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.modalform label { width: 40px; 	 } /* Width of labels */
form.modalform label.cxbox { width: 190px; 	 } /* Width of labels */
form.modalform label.wideLabel { width: 470px; 	 } /* Width of labels */
form.modalform fieldset fieldset label { margin-left: 23px; } /* Width plus 3 (html space) */

/*\*//*/ form.modalform legend { display: inline-block; } /* IE Mac legend fix */


form.modalform {
	width: 400px;
/*	font-size: 1.1em; */
	color: #333;
	font-weight: normal;
	}
	
form.modalform legend { padding-left: 0; }
	
form.modalform legend,
form.modalform label { color: #333; }

form.modalform fieldset {
	border: none;
	border-top: 1px solid #C1C1C1;
	background: url(/japan/images/modalform-fieldset.gif) left bottom repeat-x;
	}
	
form.modalform fieldset fieldset { background: none; }
	
form.modalform fieldset li {
	padding: 5px 10px 7px;
	background: url(/japan/images/modalform-divider.gif) left bottom repeat-x;
}
	
.quote {
	background-color:#F2F2F2;
	background-position:right bottom;
	background-repeat:no-repeat;
	font-family:serif;
	margin-left:20px;
	margin-bottom:20px;
	padding:15px;
	width:500px;
}

table.wpTable {
	margin-bottom: 15px;
}

td.wpDate {
	width: 100px;
}

a.videohighlights {
    color: #666666;
	text-decoration: none;
	line-height:16px;
}

a.videohighlights:hover {
    color: #666666;
	text-decoration: underline;
	line-height:16px;
}

td.videoIcon {
	width: 72px;
}

/*** new styles for October 3, 2008 update ***/
body {
background: #8D8B8B url(/japan/images/web-background.jpg) top center no-repeat;
}

#footer, #footer a {
color:#333333;
cursor:pointer;
}

#left_border {
    background: url(/japan/images/shadow-left.png) repeat-y;
/*     background: url('/japan/images/shadow_left.gif') repeat-y; */
    border: 0;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 100px;
    float: left;
}
#right_border {
    background: url(/japan/images/shadow-right.png) repeat-y;
/* background: url('/japan/images/shadow_right.gif') repeat-y; */
    border: 0;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 100px;
    float: left;
}
#bottom_border {
    background: url(/japan/images/bottom-shadow.png) repeat-y;
/*    background: url('/japan/images/bottom_shadow.gif') repeat-y; */
    width: 976px;
    height: 13px;
    border: 0;
    padding: 0;
    margin: 0;
    clear: both;
}
	

    UL.drawers {
        width: 250px;
    }
    
    UL.drawers, UL.drawercontent {
        list-style: none;
        margin: 0;
        padding: 5px 0px 5px 0;
    }
	
	LI  UL.drawercontent {
        padding: 5px 5px 5px 5px;
    }
    

	
	LI.drawer {
		border-right: 1px solid #EEEEEE;
		border-left: 1px solid #EEEEEE;
		}
		
	LI.last {
		border-bottom: 1px solid #EEEEEE;
		}
		
		
/* h2→h4へ変更 */    
    H4.drawer-handle {
	 	font-size:14px;
 		font-weight:bold;
        margin: 0;
        padding: 5px;
        background: transparent url(/japan/images/drawer-gray.png) top repeat-x;
		color: #FFFFFF;
		font-weight: normal;
		cursor:pointer;
    }
/* h2→h4へ変更 */ 
    H4.open {
  /*      background: transparent url(/japan/images/drawer-gold.png) top repeat-x; */
		background: transparent url(/japan/images/drawer-gray.png) top repeat-x;
		color: #FFFFFF;
    }
        
    -->
	
.newsticker {
	list-style-type: none;
	background: #ffffff;
	margin: 0;
	}

UL#news  {
	list-style-type: none;
}

UL#news LI {
	padding-top: 4px;
}

.hrUnderNews {
border-top:1px solid #C2C2C2;
clear:both;
display:inline;
float:left;
line-height:1px;
margin:10px 0  10px 0;
padding:0;
width:100%;
}

.strongRed { 
	font-weight: bold;
	color: #CC0000;
}
	
.strongGray {
	font-weight: bold;
	color: #333333;
}
	
A.pSpotlight {
	text-decoration: none;
}

A.pSpotlight:hover {
	text-decoration: underline;
}



