﻿/**/

body
{
    font-family: Arial, "ＭＳ Ｐゴシック", MS UIGothic;
    font-size: 13px;
    line-height: 16px;
    margin: 0 auto;
	text-align:center;
	height:100%;
    padding: 0;
}

html{
	height:100%;
	}
a
{
    color: #03C;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

a img
{
    border: none;
}

p
{
    margin: 0;
    padding: 8px 16px;
}

/* --------------------------- */


p.paragraph
{
    font-size: 15px;
    padding: 8px 16px;
    text-align:left
}

p.paragraph span.dropcap
{
    color: Orange;
    font-size: 30px;
    line-height: 30px;
    float: left;
}

#container-pmai.japanese p.paragraph
{
}

/* ---------------------------- */

h1, h2, h3, h4, h5, h6, h7
{
    color: #043;
    margin: 0;
    padding: 0;
}

h1
{
    font-size: 26px;
    line-height: 32px;
}

h2
{
    font-size: 21px;
}

h3
{
    font-size: 16px;
}

h4
{
    font-size: 18px;
    color:Purple;
    font-style:oblique;
}


h2.service-header
{
    font-size: 26px;
    font-weight: normal;
    line-height: 32px;
    margin: 0;
}

h2.service-header a
{
    color: #043;
    text-decoration: none;
}

.service-sub-header
{
    padding: 0 16px;
}

.jp10 {  font-size: 10px; line-height: 15px}

.jp12 {  font-size: 12px; line-height: 19px}

.jp14 {  font-size: 14px; line-height: 19px}


#container-pmai.japanese h2.service-header
{
    background: no-repeat 0 0;
    color: #FFF;
    font-size: 1px;
    height: 32px;
    text-indent: -9999px;
}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */

/* Document Envelope */
#container-pmai
{
    margin:0 auto;
	clear:both;
}

#container-body
{
    padding: 0 8px;
	width:950px;
	margin:0 auto;
}

.center-text
{
    width: 100%;
    text-align:center;
}

#left_border{
	background-image:url(../images/all_bg01.gif);
	background-repeat:repeat-y;
	width:990px;
	margin:0 auto;
	min-height:100%;
	}

#main_contents{
	width:990px;
	float:left;
	}
/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */

/* language menu */
#languages
{
    padding: 2px 0;
    text-align: right;
	margin-right:5px;
	color:#F00;
	font-size:10pt;
}

#languages a
{
    font-size:8pt;
	color:#FFF;
	text-decoration: none;
}

#languages a:hover
{
    text-decoration: underline;
}

#languages b
{
    color: #030;
    font-weight: bold;
    text-decoration: none;
}

#languages span.language-separator
{
    border-left: 1px solid #666;
    width: 1px;
}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */

/* header */
#header-header{
	background-image:url(../images/header-back.gif);
	background-repeat:repeat-x;
	clear:both;
	}
	
#container-header
{
    height: 112px;
	background-image:url(../images/header-back.gif);
	border-bottom:3px solid #95b8fe;
	width:980px;
	margin:0 auto;
}

#header-logo
{
    float: left;
    width: 212px;
	margin-top:40px;
	margin-left:10px;
}
/*
#header-copy
{
    display: block;
    float: right;
    height: 48px;
    padding: 0;
    width: 540px;
}
*/
#header-contents-menu
{
    
    color: #FFF;
	font-weight:bold;
    float: right;
    font-size: 10pt;
    padding: 2px 0 2px 0;
    width: 400px;
}

#header-contents-menu div.content-menu-item
{
    xborder-left: 1px solid #FFF;
    float: left;
	xbackground: #69F;
    font-size: 10pt;
    position: relative;
    padding: 70px 5px 4px 5px;
    text-align: center;
    width: 90px;
}

#header-contents-menu div.content-menu-item a
{
    color: #FFF;
    padding: 0;
    text-decoration: none;
}

#header-contents-menu div.content-menu-item a:hover
{
    color: #36F;
}


#header-contents-menu div.content-menu-item ul
{
    background: #69F;
    color: #FFF;
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 2px 0;
	margin-top:70px;
    position: absolute;
    text-align: left;
    top: 16px;
    width: 150px;
    z-index: 1;
}

#header-contents-menu div.content-menu-item ul li 
{
    margin: 0 2px;
    padding: 4px 5px 0 5px;
    xborder-bottom: 1px solid #FFF;
}

#header-contents-menu div.content-menu-item ul li a
{
    display: block;
    width: 100%;
}

#header-contents-menu div.content-menu-item ul li a:hover
{
    color: #36F;
}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */


/* footer */
#copyright
{
    border-top: 2px solid #36F;
    color: #000;
    font-size: 75%;
    margin: 0 auto;
	width:980px;
    padding: 2px 0;
    text-align: center;
}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */

/* Body Common */

/* navigation links */
.nav-links
{
    font-size: 16px;
    padding: 1em 0;
    text-align: center;
}

.nav-links a,
.nav-links span.current
{
    padding: 0 2em;
}

.nav-links a
{
}

.nav-links a:hover
{
    text-decoration: none; 
}

.nav-links span.current
{
    background: #EEE;
    font-weight: bold
}

.nav-links#about-us-links
{
}
.nav-links#services-links
{
}

#container-pmai.japanese .nav-links#about-us-links
{
}
#container-pmai.japanese .nav-links#services-links
{
}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */

/* index.aspx */
#index_banner
{
    background: url(/common/images/index-banner-bg.gif) no-repeat 8px 0;
    border: 0;
    height: 310px;
    margin: 0 auto;
    padding: 10px 8px 0 8px;
    text-align: center;
    width: 752px;
    z-index: 0;
}

p.intro
{
    color:Black;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 16px;
    text-align:left
}

p.intro span.dropcap
{
    color: Orange;
    font-size: 32px;
    line-height: 32px;
    float: left;
}

/* --------------------------- */

#index_section
{
	clear:both;
    background: url(/common/images/back_01.jpg);
    border: 0;
    float: left;
    text-align: left;
	width:100%;
	margin-bottom:2em;
}

.product-info-columns
{
    width: 100%;
}

.product-info-column-left
{
    float: left;
    padding: 8px;
    width: 250px;
}

.product-info-column-right
{
    float: right;
    text-align: left;
    padding: 8px 16px 8px 0;
    width: 486px;
}

.philosophy
{
    float: left;
    width: 60%;
    text-align:center
}

.wholesale-mall
{
    float: right;
    width: 40%;
}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */

/* company-profile.aspx */

#company-history
{
    float: right;
    width: 368px;
}

#company-history dl
{
    padding: 0 0 0 16px;
}

#company-history dl dt
{
    font-weight: bold;
	text-align:left;
}

#company-history dd
{
	text-align:left;
}

#company-profile
{
    float: left;
    width: 430px;
	margin:0 auto;
}

table#company-stats
{
    border-collapse: collapse;
    float: right;
    height: 286px;
    margin: 0 0 16px 0;
    padding: 16px 0;
    width: 366px;
}

table#company-stats th,
table#company-stats td
{
    border: 1px solid #999;
}

table#company-stats th
{
    background: #EEE;
}

#container-pmai.japanese table#company-stats th
{
}

table#company-stats td
{
    padding: 4px;
}

div.right-image
{
    float: right;
    text-align: center;
}

div.left-image
{
    float: left;
}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */

/* corporate-philosophy.aspx */

#corporate-philosophy
{
}

#corporate-philosophy .column-right
{
    float: right;
    padding: 16px 0;
    width: 400px;
}

#corporate-philosophy .column-left
{
    float: left;
    padding: 0 16px 16px 16px;
    width: 320px;
}
/*
#corporate-philosophy .column-left img
{
}
*/
/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */

/* business-area.aspx */

.location
{
    padding: 16px;
    width: 344px;
}

.location h4
{
    background: #FFD;
    font-size: 16px;
    color: #000;
    height: 32px;
    text-align: center;
    width: 100%;
}

.location address
{
    font-size: 16px;
    font-style: normal;
    padding: 16px 32px;
}


.location .google-map
{
    text-align: center;
}

#location-la
{
    float: left;
}

#location-ny
{
    float: right;
}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */

/* total-retail-solutions.aspx */

#container-pmai.japanese h2.service-header#total-retail-solution-header
{
    background-image: url(/japanese/common/images/headers/service-total-retail-solution.gif);
}

img#total-retail-solution-header-img
{
    padding: 8px 16px;
}

ul#core-values
{
    font-size: 16px;
    line-height: 20px;
    margin: 0 32px;
    padding-top: 0;
    padding-bottom: 0;
    text-align:left;
}

#retail-products-left,
#retail-products-right
{
    padding: 16px 16px 0 16px;
}

#retail-products-left
{
    float: left;
    width: 208px;
    text-align:center;
}

#retail-products-left img
{
}

#retail-products-right
{
    float: right;
    width: 480px;
}

#retail-stores-left,
#retail-stores-right
{
    padding: 16px 16px 0 16px;
}

#retail-stores-left
{
    float: left;
    width: 400px
}

#retail-stores-right
{
    float: right;
    width: 288px;
}

#retail-stores-right img
{
}

#retail-stores-left ul
{
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 8px;
}

p.paragraph.retail-synergy
{
    padding: 8px 32px 0 32px;
}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */

/* market-strategy.aspx */

#container-pmai.japanese h2.service-header#market-strategy-header
{
    background-image: url(/japanese/common/images/headers/service-market-strategy.gif);
}

/* Diagram */
#marketing-category-management-diagram
{
    height: 350px;
    padding: 16px 0 0 0;
    text-align: center;
    width: 752px;
}

#marketing-category-management-diagram img
{
}

.mcmdiagram-cell
{
    border: 1px solid #666;
    text-align: left;
}

.mcmdiagram-cell h4
{
    text-align: center;
}

.mcmdiagram-cell ul
{
}

#mcm1
{
    float: left;
    text-align: right;
}

#mcm1 .mcmdiagram-cell
{
    float: right;
}

#mcm2
{
    float: right;
    text-align: left;
}

#mcm2 .mcmdiagram-cell
{
    float: left;
}

#mcm3
{
    text-align: center;
}

#mcm3 .mcmdiagram-cell
{
}

#category-management
{
    text-align: center;
}

#category-management img
{
}

#consultation-access
{
    float: left;
    padding: 32px 16px 16px 16px;
    width: 384px;
}

#consultation-access h4
{
    border-left: 4px solid #043;
    font-size: 16px;
    margin-top: 16px;
    padding-left: 8px;
}

#computer-simulations
{
    border: 1px solid #E28505;
    float: right;
    margin: 16px 15px;
    width: 288px;
}

#computer-simulations div
{
}

#computer-simulations div#computer-simulations-image
{
    padding: 16px;
    text-align: center;
    width: 254px;
}

#computer-simulations div#computer-simulations-caption
{
    background: #E28505;
    color: #FFF;
    padding: 6px 4px;
    width: 280px;
}

#computer-simulations div#computer-simulations-caption h6
{
    color: #FFF;
}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */

/* advanced-logistics-system.aspx */

#container-pmai.japanese h2.service-header#logistics-system-header
{
    background-image: url(/japanese/common/images/headers/service-logistics-system.gif);
}

h4#logistics-system-sub-header
{
    font-size: 16px;
    padding: 8px 16px;
}

h3.logistics-header
{
    border-left: 4px solid Yellow;
    font-size: 21px;
    padding-left: 8px;
}

h3.logistics-header a
{
    color: #043;
    text-decoration: none;
}

ul#logistics-index
{
    font-size: 16px;
    line-height: 24px;
    margin: 0 32px 16px 32px;
    text-align:left;
}

ul#logistics-index li
{
}

p.logistics-text
{
    font-size: 15px;
    padding: 8px 16px 0  16px;
    text-align:left;
}

.logistics-img
{
    text-align: center;
    padding: 16px;
}

.logistics-link-top
{
    text-align: right;
}

/* ------------------------------------------------------------------------------ */

#contactus{
	
	}

/* ------------------------------------------------------------------------------ */
#product-search{
		width:1000px;
		margin:0 auto;
    }
	
	#top_bar{
		margin:0 auto;
		padding-left:20px;
		width:1000px;
		clear:both;
		}
		
	#page_desc{
		width:475px;
		text-align:left;
		padding-left:4px;
		padding-top:3px;
		padding-bottom:1px;
		color:#000;
		width:9000px;
		float:left;
		clear:both;
		}
		
	#page_navigate{
		float:right;
		clear:both;
		font-size:9pt;
		text-align:right;
		margin-right:30px;
		color:#00F;
		}
	
	.current_page{color:#06F; font-weight:bold; font-size:11pt}
	.next_page{ color:#333; text-decoration:underline; margin:0 2px 0 2px }
	.next_page a{ color:#000; text-decoration:none}
	.next_page:hover{text-decoration:none}
	
	#product_body{
		margin:0 auto;
		padding-left:20px;
		width:9000px;
		}
		
	#product_left_col{
		width:300px;
		padding-top:10px;
		float:left;
		text-align:left;
		margin:0 auto;
		}
	#directory_list{
		margin-left:100px;
		margin-top:10px;
		margin-bottom:10px;
		font-size:10pt;
		font-family:Arial;
		}
		
	#product_right_col{
		width:500px;
		float:left;
		}
	
	#product_list{
		float:left;
		width:600px;
		clear:both;
		}
		
	#product_list_img{
		clear:both;
		float:left;
		}
		
	#product_list_img ul{
	}
		
	#product_list_img li{
		list-style:none;
		display:block;
		float:left; 
		margin-left:3px;
		margin-right:3px;
		margin-bottom:4px;
		}
	
	.product_list_img_image{
		padding:2px;
		border:dotted 1px #AAAAAA;
	}
	
	.product_list_img_image:hover{border:solid 1px #69F; clear:none;}
	
	.product_list_img_txt{
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:10px; 
		color:#666;
		width:100px; 
		height:80px;
	}

	#product_desc{
		width:600px;
		float:left;
		clear:both;
		text-align:left;
		margin-top:50px;
		margin-bottom:50px;
		margin-left:10px;
		}
	#product_img{
		float:left;
		width:100px;
		margin-left:50px;
		margin-top:20px;
		}
	#product_txt{
		float:right;
		width:350px;
		display:block;
		}
	#product_txt dl{
		font-size:10pt;
		font-family:Arial, Helvetica, sans-serif;
		}
	
	.makerbrand{
		width:400px;
		float:left;
		margin-bottom:5px;
		clear:both;
		font-weight:bold;
		color:#666;
		}
	
	.product_name{
		width:400px;
		float:left;
		margin-bottom:5px;
		clear:both;
		font-weight:bold;
		color:#000;
		}
		
	.langbar{
		width:400px;
		float:left;
		margin-top:10px;
		clear:both;
		font-size:10pt;
		}
		
	.product_info{
		width:400px;
		float:left;
		margin-top:10px;
		clear:both;
		font-size:10pt;
		}

	.cat{
		width:400px;
		float:left;
		margin-top:5px;
		clear:both;
		font-size:10pt;
		}
		
		
	#product_txt dt{
		float:left;
		clear:both;
		font-weight:bold;
		}
	
	#product_txt dd{
		float:left;
		
		}
/* ------------------------------------------------------------------------------ */
