﻿@charset "utf-8";

/*------------------------------------------------

 * style name    : common.css
 * author        : Manabu Sakai
 * last modified : 2009-02-25

------------------------------------------------*/


/*------------------------------------------------
	= Layout
------------------------------------------------*/

body {
/*	 background: #414141 url(./images/bg.gif) repeat-x; */
	background: #223464 url(./images/bg_blue.gif) repeat-x;  
	color: #333;
	font-size: 75%; /* about 12px */
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4;
}

div#wrapper {
	background: url(./images/bg_wrapper.gif) no-repeat 50% 105px;
}

div#header {
	width: 100%;
	background: url(./images/bg_header_blue.gif) repeat-x;
}

div#headerWrap {
	position: relative;
	width: 900px;
	height: 105px;
	margin: 0 auto;
}

div#content {
	width: 900px;
	margin: 0 auto 30px;
}

div#main {
	width: 860px;
	padding: 30px 20px 20px;
	background: #a0a0a0 url(./images/bg_main.gif) no-repeat;
}

div#footerMenu {
	overflow: hidden;
	width: 100%;
	padding-bottom: 35px;
	border-top: 4px solid #191919;
	background-color: #252525;
}

div#footerMenuWrap {
	/*position: relative;*/
	width: 900px;
	margin: 0 auto;
	padding-top: 45px;
	background: url(./images/bg_footerMenu_blue.gif) no-repeat 1px 0;
}

div#footer {
	width: 100%;
	background: url(./images/bg_footer.gif) repeat-x;
}

div#footerWrap {
	position: relative;
	width: 900px;
	height: 33px;
	margin: 0 auto;
}

html>body p#jumpMenu {
	position: fixed;
	top: 255px;
	right: 0;
	z-index: 100;
}


/*------------------------------------------------
	= Header
------------------------------------------------*/

div#header h1 {
	position: absolute;
	top: 27px;
	left: 20px;
}

div#header h1 img {
	display: block; /* for IE */
}

div#header ul#globalNav {
	padding-top: 67px;
}

div#header ul#globalNav li {
	float: left;
	position: relative;
}

div#header ul#globalNav li.sub ul {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	padding-bottom: 9px;
	/*background: url(./images/bg_gn_bottom1.gif) no-repeat left bottom;*/
}

div#header ul#globalNav li.sub ul.sub02{
	/*background: url(./images/bg_gn_bottom5.gif) no-repeat left bottom;*/
	width: 250px;
}

div#header ul#globalNav li.sub ul li {
	float: none;
	width: 200px;
}

div#header ul#globalNav li.sub ul li span {
	display: none;
	position: absolute;
	top: 0;
	left: 200px;
	border: 15px solid #676767;
}

div#header ul#globalNav li.sub ul ul {
	position: absolute;
	top: 0;
	left: 200px;
	/*background: url(./images/bg_gn_bottom2.gif) no-repeat left bottom;*/
}

div#header ul#globalNav li.sub ul.subLong{
	/*background: url(./images/bg_gn_bottom4.gif) no-repeat left bottom;*/
}

div#header ul#globalNav li.sub ul.subLong li{
	width: 250px;
}

div#header ul#globalNav li.sub ul.subLong li ul{
	left: 250px;
}

div#header ul#globalNav li.sub ul ul ul {
	/*background: url(./images/bg_gn_bottom3.gif) no-repeat left bottom;*/
}

div#header ul#globalNav li.sub ul ul ul li {
	position: static;
}

div#header form {
	position: absolute;
	top: 14px;
	right: 20px;
}

div#header form input {
	vertical-align: middle;
}

div#header form input.searchBox {
	width: 158px;
	padding: 1px;
	border: 1px solid #505050;
	background-color: #2a2a2a;
	color: #fff;
}

div#header ul#language1 {
	overflow: hidden;
	position: absolute;
	top: 29px;
	left: 570px;
}

div#header ul#language2 {
	overflow: hidden;
	position: absolute;
	top: 36px;
	left: 700px;
}

div#header ul#language1 li,
div#header ul#language2 li {
	display: inline;
	margin-left: -1px;
	padding-left: 15px;
	padding-right: 10px;
	background: url(./images/lang_dotted_blue.gif) no-repeat;
}

div#header ul#language1 li img,
div#header ul#language2 li img {
	vertical-align: top;
}


div#header ul#usersite {
	overflow: hidden;
	position: absolute;
	top: 8px;
	left: 765px;
}

div#header ul#usersite li {
	display: inline;
	margin-left: -1px;
	padding-left: 15px;
	padding-right: 8px;
	background: url(/common/images/lang_dotted.gif) no-repeat;
}

div#header ul#usersite li img {
	vertical-align: top;
}


/*------------------------------------------------
	= Key Visual
------------------------------------------------*/

/* Home only */

body#home div#keyVisual {
	overflow: hidden;
	width: 100%;
	height: 420px;
	background: url(./images/bg_keyVisual_blue3.gif) repeat-x;
	text-align: center;
}
body:first-of-type body#home div#keyVisual  {
	height: 420px;
}/* safari�Ή� */


body#home div#keyVisual div#content div#slider {
	width: 900px;
	/width: auto;
	float: left;
	margin: 10px 0 15px 0px;
	color: #eee;
}

/* Easy Slider */

	body#home div#keyVisual #slider ul, 
    body#home div#keyVisual #slider li,	
    body#home div#keyVisual #slider2 ul, 
    body#home div#keyVisual #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	body#home div#keyVisual #slider2{margin-top:1em;}
	body#home div#keyVisual #slider li, 
    body#home div#keyVisual #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:900px;
		height:400px;
		overflow:hidden; 
		}	
	body#home div#keyVisual #prevBtn, 
    body#home div#keyVisual #nextBtn,
    body#home div#keyVisual  #slider1next,
    body#home div#keyVisual  #slider1prev{ 
		display: block;
		width:31px;
		height:34px;
		_margin-left: 0px;
		margin-top: -230px;
		float: left;
		}
	body#home div#keyVisual #nextBtn, 
    body#home div#keyVisual #slider1next{ 
		margin-left: 870px;
		_margin-left: 435px;
		}
	body#home div#keyVisual #prevBtn a, 
    body#home div#keyVisual #nextBtn a,	
    body#home div#keyVisual #slider1next a, 
    body#home div#keyVisual #slider1prev a{  
		display:block;
		position:relative;
		width:31px;
		height:34px;
		opacity: 0.8;
		filter: alpha(opacity=80);	/* IE6�AIE7�Ή� */
		-moz-opacity: 0.8;		/* Firefox1.5�ȑO�Ή� */
		background:url(/slide/btn_prev.gif) no-repeat 0 0;	
		}	
	body#home div#keyVisual #nextBtn a, 
    body#home div#keyVisual #slider1next a{ 
		filter: alpha(opacity=80);	/* IE6�AIE7�Ή� */
		-moz-opacity: 0.8;		/* Firefox1.5�ȑO�Ή� */
		background:url(/slide/btn_prev.gif) no-repeat 0 0;	
		background:url(/slide/btn_next.gif) no-repeat 0 0;	
		}	



body#home div#keyVisual div#flash p {
	color: #ccc;
}


body#home div#BannerZone {
	width: 100%;
	height: 280px ;
	min-height: 150px;
	background: #182551;
}

body#home div#BannerZone div#Banner {
	width: 900px;
	margin: 0 auto;
}

body#home div#BannerZone div#Banner div.box {
	float: left;
	width: 244px;
	padding: 10px 20px 10px 20px;
}

body#home div#BannerZone div#Banner div.box p{
	color: #b5b5b6;
	font-size: 75%;
	padding-top: 3px;
}

body#home div#BannerZone div#Banner div.box a{
    text-decoration: none;
}

body#home div#BannerZone div#Banner div.box p#title{
	font-size: 110%;
	padding-bottom: 5px;
}

body#home div#BannerZone div#Banner div.sikiri {
	float: left;
	width: 24px;
}

body#selectindustry div#BannerZone {
	width: 100%;
	height: 280px ;
	min-height: 150px;
	background: #182551;
}

body#selectindustry div#BannerZone div#Banner {
	width: 900px;
	margin: 0 auto;
}

body#selectindustry div#BannerZone div#Banner div.box {
	float: left;
	width: 244px;
	padding: 10px 20px 10px 20px;
}

body#selectindustry div#BannerZone div#Banner div.box p{
	color: #b5b5b6;
	font-size: 75%;
	padding-top: 3px;
}

body#selectindustry div#BannerZone div#Banner div.box p#title{
	font-size: 110%;
	padding-bottom: 5px;
}

body#selectindustry div#BannerZone div#Banner div.sikiri {
	float: left;
	width: 24px;
}

/*------------------------------------------------
	= Content
------------------------------------------------*/

div#content div#main p,
div#content div#main ul {
	margin: 0 0 1.5em;
}

div#content div#main table ul {
	margin: 0;
}

div#content p#topicPath {
	margin: 13px 0;
	color: #888;
	font-size: 83%;
}

div#content p#topicPath a {
	color: #888;
}

div#content div#main p.lead {
	margin: 0 12px 20px;
	line-height: 1.6;
}

div#content div#main p.pageTop {
	clear: both;
	margin: 0;
	text-align: right;
}

/*------------------------------------------------
	= Footer Menu
------------------------------------------------*/

div#footerMenu h3 {
	height: 100%; /* for IE6 */
	margin-bottom: 17px;
	padding: 0 8px 8px;
	background: url(./images/brd_footerMenu_blue.gif) repeat-x left bottom;
	color: #ccc;
	font-size: 125%;
}

div#footerMenu h3 a {
	color: #aaa;
}

div#footerMenu h4 {
	height: 100%; /* for IE6 */
	margin: 7px 0;
	padding-left: 10px;
	/*background: url(./images/arrow_double_blue.gif) no-repeat 0 50%;*/
	background: url(./images/arrow_double_blue.gif) no-repeat 0 5px;
	color: #aaa;
	font-weight: normal;
}

div#footerMenu h4 a {
	color: #aaa;
}

div#footerMenu div#knitList h4 {
	margin-bottom: 0;
	margin-left: 10px;
}

div#footerMenu ul li {
	height: 100%; /* for IE6 */
	padding-left: 8px;
	background: url(./images/arrow_single_blue.gif) no-repeat 0 0.6em;
}

div#footerMenu dl dt {
	margin-top: 7px;
	padding-left: 8px;
	background: url(./images/icon_square.gif) no-repeat 0 0.35em;
	color: #ccc;
}

div#footerMenu dl dd ul {
	margin-left: 3px;
}

div#footerMenu dl dt, div#footerMenu dl dt a{
	color: #ccc;
}

div#footerMenu a {
	color: #777;
	text-decoration: none;
}

div#footerMenu a:hover {
	color: #999;
}

/* position adjustment */

div#footerMenu dl#computerList {
	float: left;
	display: inline; /* for IE6 */
	width: 166px;
	margin-left: 20px;
}

div#footerMenu dl#wholeList{
	float: left;
	width: 163px;
}

div#footerMenu dl#gloveList {
	float: left;
	width: 207px;
}

div#footerMenu div#apparelList {
	float: left;
	width: 344px;
	margin-top: -1.9em;
}

div#footerMenu div#printList {
	float: left;
	width: 180px;
	margin-top: -1.9em;
}

div#footerMenu div#companyList ul li {
	float: left;
	margin-right: 20px;
}

div#footerMenu div#companyList ul li {
	float: left;
	margin-right: 20px;
}

div#footerMenu div#contactList h4 {
	float: left;
	margin-left: 30px;
}

div#footerMenu div#contactList h4.external {
	padding-left: 14px;
	background: url(./common/icon_external.gif) no-repeat 0 0.35em;
}

div#footerMenu div#contactList div#productList {
	float: left;
	width: 180px;
}

div#footerMenu div#contactList div#productList h4 {
	float: none;
	margin-left: 0;
}

/*------------------------------------------------
	= Footer
------------------------------------------------*/

div#footer ul#footerNav {
	float: left;
	padding-top: 12px;
}

div#footer ul#footerNav li {
	float: left;
	padding-right: 13px;
}

div#footer ul#footerNav li a {
	float: left;
	background: url(/common/css/images/arrow_single_blue.gif) no-repeat left;
	padding-left: 10px;
	padding-right: 14px;
	font-size: 75%;
	text-decoration: none;
	color: #ccc;
}

div#footer ul#footerNav li a:hover {
	background: url(/common/css/images/arrow_single_blue.gif) no-repeat left;
	text-decoration: none;
	color: #eee;
}

div#footer ul#footerNav li img {
	display: block; /* for IE */
}

div#footer address {
	float: right;
	font-size: 75%;
	font-style: normal;
	color: #ccc;
	padding-top: 10px;
}

div#footer address img {
	display: block; /* for IE */
}

/*------------------------------------------------
	= Common
------------------------------------------------*/

.clr {
	clear: both;
}