@charset "iso-8859-1";
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dt,dl,dd,img,form,input,a {
	margin: 0;
	padding: 0;
	font-weight:100;
}

body {
	font-size: 75%;
	color: #333333;
	line-height: 1.6;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background:url(../images/backgraoundimg01.gif);
	background-repeat:repeat-x;
}
input,textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
hr {
	display: none;
}
ul {
	list-style: none;
}
ol {
	margin-top:15px;
	margin-bottom:30px;
	margin-right:5px;
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:50px;
}
ol li {
	margin-bottom:30px;
}
ol ul {
	list-style-type:disc;
	margin-top:10px;
	margin-left:30px;
}
ol ul li{
	margin-bottom:10px;
}
img {
	border: none;
	vertical-align: bottom;
}
hr.clear {
	display: block;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
	float: none;
}
/*2column*/
table {
	width:550px;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	padding-bottom:20px;
}
th {
	white-space:nowrap;
	border:1px solid #CCCCCC;
	background-color:#EEEEEE;
	padding:8px;
	vertical-align:top;
	text-align:left;
}
td {
	border:1px solid #CCCCCC;
	padding:8px;
}
.chusyaku {
	font-size:80%;
}
.chyui {
	color:#FF0000;
}


/* clearfix----------------------------------------------------------------------------------------------- */

#main-body:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* link------------------------------------------------------------------------------------------------ */

a:link {
	color: #3489BB;
	overflow:hidden;
}
a:visited {
	color: #2B698E;
	overflow:hidden;
}
a:hover {
	text-decoration: none;
	overflow:hidden;
}


/* header------------------------------------------------------------------------------------------------ */

div#header {
	width:750px;
	margin-left: auto;
	margin-right: auto;
	height: 64px;
	padding: 0;
}
div#logo {
	position:relative;
	float: left;
	width: 264px;
	top: 16px;
}
div#subnav{
	position:relative;
	float: right;
	width: 435px;
	top: 33px;
	vertical-align:bottom;
	height: 20px;
}
#subnav ul {
	float: left;
	position:relative;
	top: 8px;
	list-style: none;
	width: 234px;
}
#subnav li {
	display: block;
	margin-right:12px;
	height: 12px;
	float:left;
	text-indent: -9999px;
}
#subnav a {
	display: block;
	height: 12px;
	text-decoration: none;
	background: url(../images/btn_subnav.gif) no-repeat;
}

#n-english a { background-position: 0px 0px;width: 59px;}
#n-sitemap a { background-position: -82px 0px;width: 59px;}
#n-otoiawase a { background-position: -165px 0px;width: 69px;}

#n-english a:hover { background-position: 0px -12px;}
#n-sitemap a:hover { background-position: -82px -12px;}
#n-otoiawase a:hover { background-position: -165px -12px;}

#globalsearch {
	float: right;
	padding-bottom: 21px;
}
input#search-input {
	position:relative;
	bottom: 0px;
	height: 16px;
	vertical-align:top;
	width: 120px;
	margin-left: 5px;
	color: #666666;
}


/* navigation------------------------------------------------------------------------- */


div#nav{
	clear:both;
	width:750px;
	margin-left: auto;
	margin-right: auto;
	height: 44px;
	background: url(../images/h_globalnav_underline.gif) no-repeat;
}

div#nav { background-position: 0px 0px;}
#home div#nav { background-position: 0px 40px;}
#products div#nav { background-position: 125px 40px;}
#case div#nav { background-position: 125px 40px;}
#business div#nav { background-position: 250px 40px;}
#ir div#nav { background-position: 375px 40px;}
#csr div#nav { background-position: 500px 40px;}
#profile div#nav { background-position: 625px 40px;}


#nav ul {
	position:relative;
	list-style: none;
}
#nav li {
	display: block;
	height: 40px;
	float:left;
	text-indent: -9999px;
}
#nav a {
	display: block;
	height: 40px;
	text-decoration: none;
	background: url(../images/btn_globalnav.jpg) no-repeat;
}

#n-home a { background-position: 0px 0px;width: 125px;}
#n-products a { background-position: -125px 0px;width: 125px;}
#n-business a { background-position: -250px 0px;width: 125px;}
#n-ir a { background-position: -375px 0px;width: 125px;}
#n-csr a { background-position: -500px 0px;width: 125px;}
#n-profile a { background-position: -625px 0px;width: 125px;}


#n-home a:visited { background-position: 0px 0px;width: 125px;}
#n-products a:visited { background-position: -125px 0px;width: 125px;}
#n-business a:visited { background-position: -250px 0px;width: 125px;}
#n-ir a:visited { background-position: -375px 0px;width: 125px;}
#n-csr a:visited { background-position: -500px 0px;width: 125px;}
#n-profile a:visited { background-position: -625px 0px;width: 125px;}

#n-home a:hover { background-position: 0px -40px;}
#n-products a:hover { background-position: -125px -40px;}
#n-business a:hover { background-position: -250px -40px;}
#n-ir a:hover { background-position: -375px -40px;}
#n-csr a:hover { background-position: -500px -40px;}
#n-profile a:hover { background-position: -625px -40px;}

#n-home a:active { background-position: 0px -80px;}
#n-products a:active { background-position: -125px -80px;}
#n-business a:active { background-position: -250px -80px;}
#n-ir a:active { background-position: -375px -80px;}
#n-csr a:active { background-position: -500px -80px;}
#n-profile a:active { background-position: -625px -80px;}




/* local navigation------------------------------------------------------------------------- */

/*default*/
div#local-nav {
	float: right;
	width: 179px;
}
ul#local-toppage {
	position:relative;
	width: 179px;
	list-style: none;
	margin-bottom:0px;
	padding-bottom:0px;
}
#local-toppage li {
	display: block;
	height: 80px;
	float:right;
	text-indent: -9999px;
}
#local-toppage a{
	display: block;
	width: 179px;
	height: 80px;
}

.bn-sidebanner {
	margin-top:15px;
}


/*???????????¦¦¦¦¦¦*/
body#employ-graduate #local-toppage li {
	display: block;
	height: 40px;
	float:right;
	text-indent: -9999px;
}
body#employ-graduate #local-toppage a{
	display: block;
	width: 179px;
	height: 40px;
}
body#employ-graduate #local-toppage a {background: url(../images/btn_localnav_employ_graduate_top.gif) no-repeat;}

body#employ-graduate ul#local-toppage #lnt-a a { background-position: 0px 0px;}
body#employ-graduate ul#local-toppage #lnt-b a { background-position: 0px -40px;}

body#employ-graduate ul#local-toppage #lnt-a a:hover { background-position: -179px 0px;}
body#employ-graduate ul#local-toppage #lnt-b a:hover { background-position: -179px -40px;}

body#employ-graduate ul#local-toppage #lnt-a-pr a { background-position: -179px 0px;}
body#employ-graduate ul#local-toppage #lnt-b-pr a { background-position: -179px -40px;}
/*¦¦¦¦¦¦???????????*/


/*?????????????*/
body#products #local-toppage a {background: url(../images/btn_localnav_products_top.gif) no-repeat;}
body#case #local-toppage a {background: url(../images/btn_localnav_case_top.gif) no-repeat;}
body#business #local-toppage a {background: url(../images/btn_localnav_business_top.gif) no-repeat;}
body#csr #local-toppage a {background: url(../images/btn_localnav_csr_top.gif) no-repeat;}
body#ir #local-toppage a {background: url(../images/btn_localnav_ir_top.gif) no-repeat;}
body#employ-midcareer #local-toppage a {background: url(../images/btn_localnav_employ_career_top.gif) no-repeat;}
body#profile #local-toppage a {background: url(../images/btn_localnav_profile_top.gif) no-repeat;}
body#contactus #local-toppage a {background: url(../images/btn_localnav_contact_top.gif) no-repeat;}


body#products ul#local-toppage a:hover { background-position: -179px 0px;width: 179px;}
body#case ul#local-toppage a:hover { background-position: -179px 0px;width: 179px;}
body#business ul#local-toppage a:hover { background-position: -179px 0px;width: 179px;}
body#csr ul#local-toppage a:hover { background-position: -179px 0px;width: 179px;}
body#ir ul#local-toppage a:hover { background-position: -179px 0px;width: 179px;}
body#employ-midcareer ul#local-toppage a:hover { background-position: -179px 0px;width: 179px;}
body#profile ul#local-toppage a:hover { background-position: -179px 0px;width: 179px;}
body#contactus ul#local-toppage a:hover { background-position: -179px 0px;width: 179px;}


body#products ul#local-toppage #local-toppage-pr  a { background-position: -179px 0px;width: 179px;}
body#case ul#local-toppage #local-toppage-pr  a { background-position: -179px 0px;width: 179px;}
body#business ul#local-toppage #local-toppage-pr  a { background-position: -179px 0px;width: 179px;}
body#csr ul#local-toppage #local-toppage-pr  a { background-position: -179px 0px;width: 179px;}
body#ir ul#local-toppage #local-toppage-pr  a { background-position: -179px 0px;width: 179px;}
body#employ-midcareer ul#local-toppage #local-toppage-pr  a { background-position: -179px 0px;width: 179px;}
body#profile ul#local-toppage #local-toppage-pr  a { background-position: -179px 0px;width: 179px;}
body#contactus ul#local-toppage #local-toppage-pr  a { background-position: -179px 0px;width: 179px;}



/*IR ??????????·???? ????????????????????????*/
img#bn-nomura-syokensrc,img#btn_localnav_csr_responsible,img#bn-specialtygases  {
	margin-top:13px;
}


/*??????????????*/
div#local-nav-main {
	margin-top:13px;
	padding-bottom: 15px;
	width: 179px;
	float:right;
	background: url(../images/img_localnav_end.gif) no-repeat;
	background-position: bottom;
}
#local-nav-main ul {
	position:relative;
	width: 179px;
	list-style: none;
}
#local-nav-main li {
	display: block;
	height: 35px;
	float:right;
	text-indent: -9999px;
}
#local-nav-main a {
	display: block;
	width: 179px;
	height: 35px;
	text-decoration: none;
}


/*?????????????*/
body#products #local-nav-main a {background: url(../images/btn_localnav_products.gif) no-repeat;}
body#case #local-nav-main a {background: url(../images/btn_localnav_case.gif) no-repeat;}
body#business #local-nav-main a {background: url(../images/btn_localnav_business01.gif) no-repeat;}
body#ir #local-nav-main a {background: url(../images/btn_localnav_ir.gif) no-repeat;}
body#profile #local-nav-main a {background: url(../images/btn_localnav_profile_01.gif) no-repeat;}
body#employ-graduate #local-nav-main a {background: url(../images/btn_localnav_employ_graduate.gif) no-repeat;}
body#contactus #local-nav-main a {background: url(../images/btn_localnav_contact.gif) no-repeat;}

/*????????-----*/
div#local-nav-main #lnm-a a { background-position: 0px 0px;}
div#local-nav-main #lnm-b a { background-position: 0px -35px;}
div#local-nav-main #lnm-c a { background-position: 0px -70px;}
div#local-nav-main #lnm-d a { background-position: 0px -105px;}
div#local-nav-main #lnm-e a { background-position: 0px -140px;}
div#local-nav-main #lnm-f a { background-position: 0px -175px;}
div#local-nav-main #lnm-g a { background-position: 0px -210px;}

div#local-nav-main #lnm-a a:hover { background-position: -179px 0px;}
div#local-nav-main #lnm-b a:hover { background-position: -179px -35px;}
div#local-nav-main #lnm-c a:hover { background-position: -179px -70px;}
div#local-nav-main #lnm-d a:hover { background-position: -179px -105px;}
div#local-nav-main #lnm-e a:hover { background-position: -179px -140px;}
div#local-nav-main #lnm-f a:hover { background-position: -179px -175px;}
div#local-nav-main #lnm-g a:hover { background-position: -179px -210px;}

div#local-nav-main #lnm-a-pr a { background-position: -179px 0px;}
div#local-nav-main #lnm-b-pr a { background-position: -179px -35px;}
div#local-nav-main #lnm-c-pr a { background-position: -179px -70px;}
div#local-nav-main #lnm-d-pr a { background-position: -179px -105px;}
div#local-nav-main #lnm-e-pr a { background-position: -179px -140px;}
div#local-nav-main #lnm-f-pr a { background-position: -179px -175px;}
div#local-nav-main #lnm-g-pr a { background-position: -179px -210px;}


/*case-navi-----*/

body#case div#local-nav-main li#lnm-b,body#case div#local-nav-main li#lnm-b a,body#case div#local-nav-main li#lnm-b-pr,body#case div#local-nav-main li#lnm-b-pr a {height: 51px;}
body#case div#local-nav-main li#lnm-e,body#case div#local-nav-main li#lnm-e a,body#case div#local-nav-main li#lnm-e-pr,body#case div#local-nav-main li#lnm-e-pr a {height: 51px;}
body#case div#local-nav-main li#lnm-f,body#case div#local-nav-main li#lnm-f a,body#case div#local-nav-main li#lnm-f-pr,body#case div#local-nav-main li#lnm-f-pr a {height: 51px;}

body#case div#local-nav-main #lnm-a a { background-position: 0px 0px;}
body#case div#local-nav-main #lnm-b a { background-position: 0px -35px;}
body#case div#local-nav-main #lnm-c a { background-position: 0px -86px;}
body#case div#local-nav-main #lnm-d a { background-position: 0px -121px;}
body#case div#local-nav-main #lnm-e a { background-position: 0px -156px;}
body#case div#local-nav-main #lnm-f a { background-position: 0px -207px;}
body#case div#local-nav-main #lnm-g a { background-position: 0px -258px;}

body#case div#local-nav-main #lnm-a a:hover { background-position: -179px 0px;}
body#case div#local-nav-main #lnm-b a:hover { background-position: -179px -35px;}
body#case div#local-nav-main #lnm-c a:hover { background-position: -179px -86px;}
body#case div#local-nav-main #lnm-d a:hover { background-position: -179px -121px;}
body#case div#local-nav-main #lnm-e a:hover { background-position: -179px -156px;}
body#case div#local-nav-main #lnm-f a:hover { background-position: -179px -207px;}
body#case div#local-nav-main #lnm-g a:hover { background-position: -179px -258px;}

body#case div#local-nav-main #lnm-a-pr a { background-position: -179px 0px;}
body#case div#local-nav-main #lnm-b-pr a { background-position: -179px -35px;}
body#case div#local-nav-main #lnm-c-pr a { background-position: -179px -86px;}
body#case div#local-nav-main #lnm-d-pr a { background-position: -179px -121px;}
body#case div#local-nav-main #lnm-e-pr a { background-position: -179px -156px;}
body#case div#local-nav-main #lnm-f-pr a { background-position: -179px -207px;}
body#case div#local-nav-main #lnm-g-pr a { background-position: -179px -258px;}

/*business-navi-----*/
div#local-nav-sub {
	margin-top:13px;
	padding-bottom: 15px;
	width: 179px;
	float:right;
	background: url(../images/img_localnav_end.gif) no-repeat;
	background-position: bottom;
}
#local-nav-sub ul {
	position:relative;
	width: 179px;
	list-style: none;
}
#local-nav-sub li {
	display: block;
	height: 35px;
	float:right;
	text-indent: -9999px;
}
#local-nav-sub a {
	display: block;
	width: 179px;
	height: 35px;
	text-decoration: none;
	background: url(../images/btn_localnav_business02.gif) no-repeat;
}
body#business #local-nav-sub li#lnm-sub-a,body#business li#lnm-sub-a a {height: 80px;}
body#business #local-nav-sub li#lnm-sub-b,body#business li#lnm-sub-b a {height: 50px;}

body#business #lnm-sub-a a { background-position: 0px 0px;}
body#business #lnm-sub-b a { background-position: 0px -80px;}
body#business #lnm-sub-c a { background-position: 0px -130px;}

body#business #lnm-sub-a a:hover { background-position: -179px 0px;}
body#business #lnm-sub-b a:hover { background-position: -179px -80px;}
body#business #lnm-sub-c a:hover { background-position: -179px -130px;}




/*IR-navi-----*/


body#ir #lnm-a a { background-position: 0px 0px;}
body#ir #lnm-b a { background-position: 0px -35px;}
body#ir #lnm-c a { background-position: 0px -70px;}
body#ir #lnm-d a { background-position: 0px -105px;}
body#ir #lnm-e a { background-position: 0px -140px;}
body#ir #lnm-f a { background-position: 0px -175px;}
body#ir #lnm-g a { background-position: 0px -210px;}
body#ir #lnm-h a { background-position: 0px -245px;}
body#ir #lnm-i a { background-position: 0px -280px;}

body#ir #lnm-a a:hover { background-position: -179px 0px;}
body#ir #lnm-b a:hover { background-position: -179px -35px;}
body#ir #lnm-c a:hover { background-position: -179px -70px;}
body#ir #lnm-d a:hover { background-position: -179px -105px;}
body#ir #lnm-e a:hover { background-position: -179px -140px;}
body#ir #lnm-f a:hover { background-position: -179px -175px;}
body#ir #lnm-g a:hover { background-position: -179px -210px;}
body#ir #lnm-h a:hover { background-position: -179px -245px;}
body#ir #lnm-i a:hover { background-position: -179px -280px;}

body#ir #lnm-a-pr a { background-position: -179px 0px;}
body#ir #lnm-b-pr a { background-position: -179px -35px;}
body#ir #lnm-c-pr a { background-position: -179px -70px;}
body#ir #lnm-d-pr a { background-position: -179px -105px;}
body#ir #lnm-e-pr a { background-position: -179px -140px;}
body#ir #lnm-f-pr a { background-position: -179px -175px;}
body#ir #lnm-g-pr a { background-position: -179px -210px;}
body#ir #lnm-h-pr a { background-position: -179px -245px;}
body#ir #lnm-i-pr a { background-position: -179px -280px;}


/*company profile-----*/
body#profile #local-nav-main li#lnm-b,body#profile li#lnm-b a {height: 75px;}
body#profile #local-nav-main li#lnm-b-pr,body#profile li#lnm-b-pr a {height: 75px;}
body#profile #local-nav-main li#lnm-c,body#profile li#lnm-c a {height: 50px;}
body#profile #local-nav-main li#lnm-c-pr,body#profile li#lnm-c-pr a {height: 50px;}

body#profile #lnm-a a { background-position: 0px 0px;}
body#profile #lnm-b a { background-position: 0px -35px;}
body#profile #lnm-c a { background-position: 0px -110px;}
body#profile #lnm-d a { background-position: 0px -160px;}

body#profile #lnm-a a:hover { background-position: -179px 0px;}
body#profile #lnm-b a:hover { background-position: -179px -35px;}
body#profile #lnm-c a:hover { background-position: -179px -110px;}
body#profile #lnm-d a:hover { background-position: -179px -160px;}

body#profile #lnm-a-pr a { background-position: -179px 0px;}
body#profile #lnm-b-pr a { background-position: -179px -35px;}
body#profile #lnm-c-pr a { background-position: -179px -110px;}
body#profile #lnm-d-pr a { background-position: -179px -160px;}


div#local-nav-border {
	padding-top: 32px;
	float:right;
	width: 179px;
	background: url(../images/img_localnav_border.gif) no-repeat;
}
div#local-nav-border a#lnm-bd-a,div#local-nav-border a#lnm-bd-a-pr {
	background: url(../images/btn_localnav_profile_02.gif) no-repeat;
}
div#local-nav-border a#lnm-bd-b,div#local-nav-border a#lnm-bd-b-pr {
	background: url(../images/btn_localnav_profile_02.gif) no-repeat;height:38px;
}

body#profile a#lnm-bd-a { background-position: 0px 0px;}
body#profile a#lnm-bd-b  { background-position: 0px -35px;}

body#profile a#lnm-bd-a:hover { background-position: -179px 0px;}
body#profile a#lnm-bd-b:hover { background-position: -179px -35px;}

body#profile a#lnm-bd-a-pr { background-position: -179px 0px;}
body#profile a#lnm-bd-b-pr { background-position: -179px -35px;}

/*contact us navi-----*/

body#contactus #local-nav-main li#lnm-a,body#contactus li#lnm-a a {height: 52px;}
body#contactus #local-nav-main li#lnm-a-pr,body#contactus li#lnm-a-pr a {height: 52px;}
body#contactus #local-nav-main li#lnm-b,body#contactus li#lnm-b a {height: 52px;}
body#contactus #local-nav-main li#lnm-b-pr,body#contactus li#lnm-b-pr a {height: 52px;}

body#contactus #lnm-a a { background-position: 0px 0px;}
body#contactus #lnm-b a { background-position: 0px -52px;}

body#contactus #lnm-a a:hover { background-position: -179px 0px;}
body#contactus #lnm-b a:hover { background-position: -179px -52px;}

body#contactus #lnm-a-pr a { background-position: -179px 0px;}
body#contactus #lnm-b-pr a { background-position: -179px -52px;}




/*??????????????????*/
div#local-nav-banner {
	width: 179px;
}
#local-nav-banner img {
	margin-top: 13px;
}



/*?????? ??????????-----*/
div.localnav-otoiawase {
	display:block;
	width:179px;
	float:left;
	margin-top:13px;
	background: url(../images/bg_localnav_otoiawase.gif) bottom no-repeat;
}
div.otoiawase-info {
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
}	

div.otoiawase-info .name,div.otoiawase-info .region,div.otoiawase-info .tell,div.otoiawase-info .fax {
	display:block;
}
div.localnav-otoiawase img.btn-localnav-otoiawase {
	margin-left:17px;
	margin-bottom:20px;
}





/* ????-------------------------------------------------------------------------------- */
div#path-line {
	display:block;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 6px;
	height: auto;
	padding: 0;
	font-size: 80%;
}
div#path-line a {
	margin-left:4px;
	margin-right:4px;
}
div#path-line a:visited  {
	color: #3489BB;
}
span#present-location {
	margin-left:4px;
}


/* ???-------------------------------------------------------------------------------- */

div#main-body {
	width:750px;
	margin-left: auto;
	margin-right: auto;
}


h1 {
	margin-bottom:13px;
}

table.layout tr,table.layout td {
	padding: 0px;
	margin: 0px;
	border: none;
}

/*?????2??*/
div#contents {
	clear: both;
	float: left;
	width: 550px;	
}
/*????*/
div#contents h2 img.top {
	margin-top: 43px;
	margin-bottom: 26px;
}
div#contents h2 img {
	margin-top: 43px;
	margin-bottom: 26px;
}
div#contents p {
	margin: 0px 5px 0px 5px;
}
/*ADEBE Reader??????*/
div#adobe-reader {
	float:left;
	width:550px;
	margin-top:30px;
}
div#adobe-reader-text {
	float: left;
	line-height: 180%;
	color: #777777;
	margin-bottom:10px;
}
div#adobe-reader-text img.icn-pdf {
	margin-right: 5px;
	margin-bottom: 0.5%;
	vertical-align:text-top;
}

/*?????1??(????????????)*/
div#contents-index {
	clear: both;
	float: left;
	width: 750px;	
}



/*?????? ??????????*/
div.list-number {
	clear:both;
	position:relative;
	padding-top:7px;
	overflow:auto;
	width:750px;
	background:url(../images/bg_list_number01.gif) no-repeat;
}
div.list-present {
	float:left;
	padding-left:20px;
	width:350px;
}
div.list-present span.list-present-page {
	margin-left:20px;
}
div.list-move {
	float:right;
	width:350px;
	text-align:right;
}
div.list-move span.list-next-page {
	margin-left:20px;
	margin-right:20px;
}
div.list-number img {
	margin:0px;
	vertical-align:top;
	float:left;
	height:5px;
}

/*?????? ????*/
div#release-list table,div#information-list table  {
	position:relative;
	width: 740px;
	float:left;
	padding-left: 10px;
	top:15px;
	margin-bottom:30px;
	border:none;
}
div.release-list table,div#information-list table  {
	position:relative;
	width: 740px;
	float:left;
	padding-left: 10px;
	top:15px;
	margin-bottom:30px;
	border:none;
}

div#release-list td,div#information-list td {
	padding-top: 10px;
	border:none;
}
div.release-list td,div#information-list td {
	padding-top: 10px;
	border:none;
}


div#release-list td.day {
	vertical-align:text-top;
	padding-left:20px;
	width:5%;
	white-space:nowrap;
	text-align:right;
	font-size:90%;
}
div.release-list td.day {
	vertical-align:text-top;
	padding-left:20px;
	width:5%;
	white-space:nowrap;
	text-align:right;
	font-size:90%;
}
div#information-list td.day {
	vertical-align:text-top;
	padding-left:20px;
	padding-right:0px;
	width:15em;
	white-space:nowrap;
	text-align:right;
	font-size:90%;
}
div#information-list td.day img {
	vertical-align:text-top;
	margin-left:8px;
}

/*span.year {
	width:45%;
	float:left;
	text-align:right;
} 
span.date {
	width: 24%;
	float:left;
	text-align:right;
} 
span.month {
	width: 24%;
	float:left;
	text-align:right;
} */
div#release-list img,div#information-list img {
	vertical-align:text-top;
	margin-left:5px;
	margin-right:3px;
} 
div.release-list img,div#information-list img {
	vertical-align:text-top;
	margin-left:5px;
	margin-right:3px;
} 
/*IE6???PDF??????????1??2?????????????????????*/
* html div#release-list img,div#information-list img {
	margin-top:0px;
	margin-bottom:0.6em;
} 
* html div.release-list img,div#information-list img {
	margin-top:0px;
	margin-bottom:0.6em;
} 




div#release-list .pdf-profile,div#information-list .pdf-profile{
	font-size: 90%;
	color:#999999;
	white-space:nowrap;
}

div.release-list .pdf-profile,div#information-list .pdf-profile{
	font-size: 90%;
	color:#999999;
	white-space:nowrap;
}




/* ????-------------------------------------------------------------------------------- */


div#footer {
	position:relative;
	clear: both;
	width: 750px;
	border-top:solid #CCCCCC 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	padding-bottom: 20px;
}
/*???????????*/
#home div#footer {
	margin-top: 13px;
}
div#footer-nav {
	position:relative;
	float:left;
	width: 400px;
	margin-top:10px;
	margin-left:4px;
	font-size: 80%;
	color:#999999;
}
#footer-nav a {
	margin-left:10px;
	margin-right:10px;
	color:#999999;
}
div#copyright {
	width: 430px;
	margin-top:3px;
	margin-left:10px;
	color:#999999;
}
div#btn-pagetop {
	position:relative;
	float:right;
	width:82px;
	bottom: 27px;
}
	
	
/*???????*/	
#employment div#footer {
	margin-top: 15px;
}	
#employment div#btn-pagetop {
	display:none;
}
	
	
	
	


/* ¦??????------------------------------------------------------------------------- */

#home div#key-visual {
	width:750px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

/* ??????????? */

div#shortcut{
	width:750px;
	margin-left: auto;
	margin-right: auto;
	height: 53px;
	overflow: hidden;/*?????position?????(IE5)??*/
}
ul#sc-business {
	position:relative;
	list-style: none;
}
ul#sc-business li {
	display: block;
	height: 53px;
	width: 150px;
	float:left;
	text-indent: -9999px;
}
ul#sc-business a {
	display: block;
	height: 53px;
	width: 150px;
	text-decoration: none;
	background: url(../images/btn_shortcut.jpg) no-repeat;
}

ul#sc-business #s-absorbent a { background-position: 0px 0px;}
ul#sc-business #s-functional a { background-position: -150px 0px;}
ul#sc-business #s-fine a { background-position: -300px 0px;}
ul#sc-business #s-gasses a { background-position: -450px 0px;}
ul#sc-business #s-engineering a { background-position: -599px 0px;}

ul#sc-business #s-absorbent a:visited { background-position: 0px 0px;}
ul#sc-business #s-functional a:visited { background-position: -150px 0px;}
ul#sc-business #s-fine a:visited { background-position: -300px 0px;}
ul#sc-business #s-gasses a:visited { background-position: -450px 0px;}
ul#sc-business #s-engineering a:visited { background-position: -599px 0px;}

ul#sc-business #s-absorbent a:hover { background-position: 0px -53px;}
ul#sc-business #s-functional a:hover { background-position: -150px -53px;}
ul#sc-business #s-fine a:hover { background-position: -300px -53px;}
ul#sc-business #s-gasses a:hover { background-position: -450px -53px;}
ul#sc-business #s-engineering a:hover { background-position: -599px -53px;}

ul#sc-business #s-absorbent a:active { background-position: 0px -106px;}
ul#sc-business #s-functional a:active { background-position: -150px -106px;}
ul#sc-business #s-fine a:active { background-position: -300px -106px;}
ul#sc-business #s-gasses a:active { background-position: -450px -106px;}
ul#sc-business #s-engineering a:active { background-position: -599px -106px;}


#shortcut div#sc-products {
/*	position:relative;
	width:750px;
	top: -24px;
	list-style: none;*/
}
div#sc-products span {
	position:relative;
	top: -24px;
	height: 16px;
	float:left;
		width:100px;
		overflow:hidden;
			margin-right:50px;
	text-indent: -9999px;
}
div#sc-products a {
	top: -24px;
	display: block;
	height: 16px;
		width:100px;
		margin-right:50px;
	text-decoration: none;
	background: url(../images/btn_shortcut_products.gif) no-repeat;
}
/*ul#sc-products li {
	display: block;
	height: 16px;
	width: 150px;
	padding-left: 5px;
	padding-right:70px;
	padding: 0px;
	float:left;
	text-indent: -9999px;
}
ul#sc-products a {
	display: block;
	height: 16px;
	width: 150px;
	padding-left: 0px;
	padding-right:0px;
	text-decoration: none;
	background: url(../images/btn_shortcut_products.gif) no-repeat;
}
*/
div#sc-products a { background-position: 4px 0px;}

div#sc-products a:hover { background-position: 4px -16px;}


/* ?????????????????? */

#home div#main-body {
	width:750px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
}
div#new-information {
	position:relative;
	float: left;
	width: 561px;
	background: url(../images/home_informatioin_bk.gif) no-repeat;
	border-bottom: solid #D2D2D2 1px; 
}
div#new-information  h2#information img {
	position:relative;
	left: 6px;
	top: 5px;
	margin:0px;
}
div#bt-infolist {
	display: block;
	position: relative;
	height: 12px;
	top: -12px;
	left: 10px;
	width:340px;
}
div#new-information div#bt-infolist {
	left: 235px;
}
div#bt-infolist img {
	margin-top: 0px;
	vertical-align:baseline;
	margin-right: 12px;
}

table#newinfo-table {
	position:relative;
	width: 537px;
	left: 8px;
	top: 0px;
	border:none;
	margin-bottom:10px;
}

table#newinfo-table td {
	vertical-align:top;
	padding-top: 0.4em;
	padding-right:0.2em;
	padding-bottom: 0.4em;
	border:none;
}
table#newinfo-table td.newdate {
	width:10%;
	white-space:nowrap;
	vertical-align:baseline;
	text-align:right;
	font-size:90%;
}
table#newinfo-table td.newdate img {
	margin-left:9px;
	margin-right:0px;
	vertical-align:top;
}
table#newinfo-table td.newtitle {
	vertical-align:text-bottom;
}
table#newinfo-table td.newtitle img{
	vertical-align:text-bottom;
	margin-left:5px;
	margin-right:3px;
}
span.pdf-profile{
	font-size: 90%;
	color:#999999;
	white-space:nowrap;
}



div#sidebox {
	position:relative;
	float: right;
	width: 179px;
}
a.home-banner01 img {
	margin-bottom:8px;
}

/* ???????????? */

div#home-compliance {
	position:relative;
	float: right;
	width: 269px;
	margin-top:10px;
}









/* ¦???????-------------------------------------------------------------------- */

div#tab-cat-list {
	clear: both;
	width: 750px;
	height: 44px;
	margin-top: 30px;
	display:block;
	background: url(../images/img_products_tab_back.gif);
}
#tab-cat-list img {
	float: left;
	padding-left: 20px;
}
table#products-list-table {
	font-size:90%;
	clear: both;
	width: 750px;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 30px;
	border: 1px solid #E8E8E8;
	border-top: none;
	border-bottom: none;
}
#products-list-table th {
	text-align:left;
	padding: 15px 0px 0px 6px;
	background:#FFFFFF;
	border-top: none;
	border-bottom: none;
	border-right: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
}

#products-list-table td {
	width: 150px;
	text-align:left;
	vertical-align: top;
	padding: 20px 20px 20px 20px;
	border-top: none;
	border-bottom: none;
	border-right: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
}
#products-list-table td a{
	font-size: 100%;
}
#products-list-table td span.hosoku {
	line-height: 140%;
	display:block;
	font-size: 90%;
	margin-top:5px;
	color: #777777;
}
#products-list-table td span.word {
	display:block;
	margin-bottom:13px;
}

td#disital-cat {
	padding: 0px;
	/*IE??1px?????????????????????*/
	background: url(../images/img_title_sogo_cat.gif);
}
#products-list-table img {
	vertical-align:top;
	line-height: 8px;
	text-decoration: none;
}
div#flash-player {
	display: block;
	clear: both;
	float: right;
	width: 710px;
	margin-right: 10px;
	margin-bottom:10px;
}
div#flash-player-text {
	float: left;
	line-height: 180%;
	width: 500px;
	color: #777777;
}
div#flash-player-text img.icn-flashbook {
	margin-right: 5px;
	margin-bottom: 0.5%;
	vertical-align:text-top;
}

div#get-flash-player {
	float: right;
	text-align: center;
}



div#flash-player-productspage{
	display: block;
	clear: both;
	float: left;
	width: 540px;
	margin:70px 5px 20px 5px;
}
div#flash-player-productspage div#flash-player-text {
	float: left;
	line-height: 180%;
	width: 360px;
	color: #777777;
}
div#flash-player-productspage div#flash-player-text img.icn-flashbook {
	margin-right: 5px;
	margin-bottom: 0.5%;
	vertical-align:text-top;
}

div#flash-player-productspage div#get-flash-player {
	float: right;
	text-align: center;
}


/* ¦???????-(????) */

div#list-case {
	clear:both;
	float:right;
	text-align:center;
	width: 750px;
	margin-left:0px;
}
#list-case img#list-case-intro {
	margin-top:30px;
	margin-bottom:30px;
	margin-right:25px;
}
div#list-case-ul {
	width: 750px;
	float:right;
	padding-bottom:30px;
}
#list-case ul {
	position:relative;
	list-style: none;
	width: 750px;
}
#list-case ul li {
	display: block;
	height: 100px;
	width: 320px;
	float:left;
	overflow:hidden;
	padding-left:25px;
	padding-right: 30px;
	padding-bottom: 10px;
}
#list-case ul li span.case-detail {
	display: block;
	position:relative;
	float:left;
	padding-left:30px;
	bottom: 60px;
	width: 270px;
	text-align:left;
}



/* ¦???? ?????--------------------------------------------------------------------- */


div#main-lead {
	margin-top:13px;
}
div#sub-category-link {
	margin:30px 0px 25px 0px;
	float:left;
	background:url(../images/bg_mainbody_grayback01.gif) no-repeat;
}
div#sub-category-link ul {
	width:530px;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	background:url(../images/bg_mainbody_grayback02.gif) bottom no-repeat;
}
div#sub-category-link li {
	float:left;
	width:250px;
	padding-right:10px;
	text-indent:13px;
	background:url(../images/icn_orenge_circle.gif) left no-repeat;
}

div.flashbook-inst {
	font-size:90%;
	display:block;
	float:right;
	text-align:right;
	color:#666666;
}
div.flashbook-inst img.icn-flashbook {
	margin-right:5px;
	vertical-align:text-bottom;
}



div#products-list {
	width:550px;
	float:left;
}
div#products-list h2 img {
	margin-bottom:10px;
}
	
div.btn-pagetop-inpage {
	display: block;
	position:relative;
	float:right;
	top:-32px;
	width:82px;
	line-height:0px;
}

/*????????????toppage?????????????*/
div#products-list p {
	margin-top:13px;
	margin-bottom:10px;
}


div#products-list div.btn-pagetop img {
	display: block;
}
dl.products-list-contents {
	border:solid #cccccc 1px;
	width:548px;
	float:left;
	margin-bottom:5px;
}
dl.products-list-contents dt {
	display:block;
	float:left;
	width:548px;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
}	

/*???????????*/
dl.products-list-contents dt.products-ab {background: url(../images/bg_products_ab_title.gif) ;}
dl.products-list-contents dt.products-fu {background: url(../images/bg_products_fu_title.gif) ;}
dl.products-list-contents dt.products-fi {background: url(../images/bg_products_fi_title.gif) ;}
dl.products-list-contents dt.products-ga {background: url(../images/bg_products_ga_title.gif) ;}
dl.products-list-contents dt.products-en {background: url(../images/bg_products_en_title.gif) ;}

/*????????*/
dl.products-list-contents dt.products-ga-o {
	background-color:#D0C2E7;
	color:#333333;
}
dl.products-list-contents dt.products-ga-e {
	background-color:#DED4EC;
	color:#333333;
}
/**/




dl.products-list-contents dt h3 {
	font-size:110%;
	font-weight:600;
	padding-left:20px;
	margin-top:0.1em;
	overflow:hidden;
	float:left;
}
dl.products-list-contents dt a.products-detale {
	font-size:80%;
	color:#FFFFFF;
	float:left;
	margin-left:10px;
	margin-top:0.4em;
}
dl.products-list-contents  div.products-btn {
	float:right;
	width:175px;
	text-align:right;
	padding-right:5px;
}

dl.products-list-contents dd.products-composition {
	clear:both;
	background:#EDEDED;
	width:508px;
	padding:5px 20px 5px 20px;
}
dl.products-list-contents dd.products-case {
	clear:both;
	width:508px;
	padding:5px 20px 5px 20px;
}
	
	 








/* ¦?????? ?????--------------------------------------------------------------------- */


body#case table#case-list {
	border-collapse: collapse;
	border:solid 1px #CCCCCC;
	width:550px;
}
body#case table#case-list th {
	color:#333333;
	background-color: #EDEDED;
}
body#case table#case-list th,body#case table#case-list td,body#case table#case-list tr {
	padding:5px 8px 5px 8px;
	border:solid 1px #CCCCCC;
}
body#case table#case-list th#case-list-saisyu {
	width: 170px;
}
body#case table#case-list th#case-list-yoto {
	width: 150px;
}
body#case table#case-list th#case-list-product {
	width: 230px;
}

body#case table#case-list h3.product-name {
	font-size:100%;
	font-weight:600;
}
body#case table#case-list dd.products-btn {
	position:relative;
	float:right;
}


body#case div#case-kurasi {
	margin-top:30px;
	margin-bottom:10px;
}




/* ¦????------------------------------------------------------------------------- */

body#business div#business-copy {
	text-align:center;
	margin-top:30px;
	margin-bottom:20px;
}
body#business div#business-copy img {
	margin-top:0px;
	margin-bottom:30px;
}
table.business-top-imgtable {
	width:550px;
	margin:0px;
	padding:0px;
	border:none;
}
table.business-top-imgtable td,table.business-top-imgtable tr {
	font-size:1px;
	vertical-align:top;
	margin:0px;
	padding:0px;
	border:none;
}
table.business-top-imgtable img {
	margin:0px;
	padding:0px;
}




/* ???????? */

body#business div#business-sub-copy {
	margin-top:33px;
	margin-bottom:0px;
}
body#business div#contents ul {
	margin-left:20px;
}
body#business div#contents li {
	list-style-type: disc;
	padding-right:5px;
	margin-bottom:1em;
}
body#business div.bus-contens-btn {
	position:relative;
	margin: 30px 0px 20px 0px;
	width:550px;
	text-align:center;
}
div#body-otoiawase {
	margin-top:20px;
	width:550px;
	padding-bottom:10px;
	float:left;
	background:url(../images/bg_body_otoiawase.gif) bottom;
}
div#body-otoiawase h2 img {
	margin-top:0px;
	margin-bottom:10px;
}
div#body-otoiawase div.otoiawase-info {
	width:300px;
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	padding-left:23px;
}
div#body-otoiawase span.region,div#body-otoiawase span.tell,div#body-otoiawase span.fax {
	display:inline;
}
div#body-otoiawase div.otoiawase-info span {
	margin-right:10px;
}
div#body-otoiawase img.btn-body-otoiawase {
	margin-left:25px;
	margin-bottom:10px;
}






/* IR Information------------------------------------------------------------------------- */

/* IR What's New */
div#ir-new-information {
	position:relative;
	float: left;
	width: 550px;
	padding-bottom:15px;
	background: url(../images/ir_ir_news_bk.gif) no-repeat;
	border-bottom: solid #D2D2D2 1px; 
}
div#ir-new-information h2#information img {
	position:relative;
	margin:0px;
	left: 10px;
	top: 5px;
}
#ir-new-information div#bt-infolist {
	display: block;
	position: relative;
	height: 12px;
	top: -12px;
	left: 330px;
	width:210px;
}
#ir-new-information div#bt-infolist img {
	margin-top: 0px;
	vertical-align:baseline;
	margin-right: 12px;
}


div#ir-new-information table {
	position:relative;
	width: 530px;
	float:left;
	padding-left: 20px;
	border:none;
}
div#ir-new-information td {
	padding-top: 0.4em;
	padding-right: 0.2em;
	padding-bottom: 0.4em;
	border:none;
} 
div#ir-new-information td.day {
	vertical-align:text-top;
	padding-left:20px;
	width:80px;
	white-space:nowrap;
	text-align:right;
	font-size:90%;
}
div#ir-new-information table img {
	margin-left:5px;
	vertical-align:middle;
} 
div#ir-new-information table span.pdf-profile {
	margin-left:5px;
	white-space:nowrap;
}

/*
div#ir-new-information table {
	position:relative;
	width: 520px;
	left: 15px;
	top: -5px;
	padding-bottom: 0.50em;
	border:none;
}
div#ir-new-information td {
	vertical-align:text-top;
	padding-top: 0.4em;
	padding-right: 0.2em;
	padding-bottom: 0.4em;
	border:none;
} 
div#ir-new-information td.day {
	vertical-align:top;
	padding-top: 0.4em;
	padding-right: 0.2em;
	padding-bottom: 0.4em;
	border:none;
} 
div#ir-new-information a.icon-pdf img {
	vertical-align:middle;
	margin-left:5px;
	margin-right:3px;
} 
div#ir-new-information .pdf-profile{
	font-size: 90%;
	color:#999999;
}

*/

body#ir img.ir-top-btn1 {
	margin-right:14px;
	margin-bottom:10px;
}
body#ir img.ir-top-btn2 {
	margin-left:0px;
	margin-bottom:10px;
}


/*????*/

body#ir div#contents div#irpolicy-list ul {
	border:1px #D2D2D2 solid;
	margin:13px 0px 0px 0px;
	padding:30px 20px 20px 20px;
}
body#ir div#contents div#irpolicy-list ul li {
	margin-bottom:30px;
}
body#ir div#contents div#irpolicy-list ul li h2 {
	color:#666666;
	font-size:130%;
	font-weight:600;
	margin-bottom:5px;
}

body#ir table.ir-table {
	width:550px;
	border-collapse: collapse;
	margin:-10px 0px 0px 0px;
	border-top: 1px #EEEEEE solid;
	border-bottom: 1px #EEEEEE solid;
	border-left: none;
	border-right: none;
}
body#ir table.ir-table td {
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
body#ir table.ir-table td.period {
	vertical-align:top;
	white-space:nowrap;
	width:10%;
}
body#ir table.ir-table img {
	margin-left:5px;
	vertical-align:middle;
} 
body#ir table.ir-table span.pdf-profile {
	margin-left:5px;
	white-space:nowrap;
}

body#ir div#ir-archive-btn {
	width:550px;
	float:left;
	margin:60px 0px 20px 0px;
	text-align:center;
}

/*?????*/
body#ir div.calendar-year {
	padding:30px 20px 0px 20px;
}
body#ir div.calendar-year h2 {
	color:#2277A1;
	font-size:130%;
	font-weight:600;
	margin-bottom:5px;
}
body#ir div.calendar-year table.ir-table {
	width:510px;
}
body#ir p.calendar-tyui {
	padding-top:40px;
	margin-left:20px;
	font-size:80%;
}

/*?????*/
div.list-number div.archive-back-btn {
	float:right;
	padding-right:20px;
}







/* ¦??·????------------------------------------------------------------------------- */

img#csr-top-img {
	margin:30px 0px 15px 0px;
}


body#csr div.local-nav-banner-csr {
	padding-top:30px;
	width:179px;
	margin-top:13px;
	background: url(../images/bg_side_line01.gif) no-repeat;
	text-align:center;
}
body#csr div.local-nav-banner-csr h2 {
	text-align:left;
	font-size: 90%;
	margin-top: 15px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	width:120px;
}
body#csr div.local-nav-banner-csr p {
	text-align:left;
	font-size: 80%;
	line-height:180%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	color:#777777;
	width:120px;
}
body#csr div.local-nav-banner-csr p.iso {
	text-align:center;
	font-size: 100%;
	line-height:130%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	color:#777777;
	width:120px;
}
body#csr div.local-nav-banner-csr img.iso-img-top {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}
	
body#csr div.local-nav-banner-csr img.iso-img {
	display:block;
	margin-top:20px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
}
body#csr  div.local-nav-banner-csr img.local-nav-banner-csr-end {
	margin-top:15px;
}
/*???????·?????*/
ul#responsiblecare-report {
	margin-left:20px;
}
ul#responsiblecare-report li {
	margin-bottom:1em;
}
ul#responsiblecare-report img {
	vertical-align:text-top;
	margin-left:5px;
	margin-right:3px;
}

/*???????·?????*/
ul#csr-report {
	margin-left:20px;
}
ul#csr-report li {
	margin-bottom:1em;
}
ul#csr-report img {
	vertical-align:text-top;
	margin-left:5px;
	margin-right:3px;
}






/* ¦????------------------------------------------------------------------------- */
div#employ-top-wrapper img {
	vertical-align:top;
}
div#employ-top-wrapper img#top-graduate-btn {
	margin-left:10px;
	margin-right:9px;
}


div#employ-top-otoiawase {
	width:201px;
	float:left;
}

div#employ-top-menu{
	width:549px;
	float:right;
}

div#employ-top-kurasi {
	margin-left:10px;
	margin-bottom:6px;
}


/*???????*/
body#employ-graduate p.employ-graduate-top-free {
	margin-top:13px;
	margin-bottom: 25px;
}
body#employ-graduate a img.employ-grad-top-btn1 {
	margin-right:10px;
	margin-bottom:15px;
}
body#employ-graduate a img.employ-grad-top-btn2 {
	margin-bottom:15px;
}
body#employ-graduate a img#employ-grad-top-yoko {
	margin-bottom:15px;
}
body#employ-graduate a img#employ-grad-top-companypdf {
	margin-bottom:15px;
}



/*About???? ????*/
img#employ-copy01 {
	margin-top:20px;
}
p.employ-text {
	width:510px;
	float:left;
	position:relative;
	line-height:200%;
	left:15px;
}
p.employ-text img {
	float:right;
	padding-left:25px;
	padding-bottom:20px;
}
img#employ-about-photo-syugo {
	margin:20px 0px 0px 20px;
}

img#employ-jinzaizo {
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 0px;
	left:0px;
}

table#kensyu-table {
	clear:both;
	margin:10px 0px 10px 0px;
}
table#kensyu-table th.kaiso {
	vertical-align:middle;
	text-align:center;
	background-color:#CEFFDD;
}
table#kensyu-table td.kaiso {
	background-color:#E3FBEA;
}
table#kensyu-table th.syokusyu {
	vertical-align:middle;
	text-align:center;
	background-color:#D2FFF4
}
table#kensyu-table td.syokusyu {
	background-color:#E0FCF5;
}
table#kensyu-table th.keihatu {
	vertical-align:middle;
	text-align:center;
	background-color:#CAE9FF;
}
table#kensyu-table td.keihatu {
	background-color:#E2F2FC;
}


/*??*/
table.employ-taigu-table {
	width:auto;
	border:none;
}
table.employ-taigu-table td,table.employ-taigu-table tr {
	text-align:center;
	border:none;
}


/*??FAQ*/

div#employ-faq dl dt {
	font-weight:600;
	margin-bottom:10px;
	border:1px #D2D2D2 solid;
	background-color:#EEEEEE;
	padding:5px 10px 5px 10px;
}
div#employ-faq dl dd {
	margin:0px 12px 40px 12px;
}

/*??????????*/
div#entry-btn-a {
	border:#D2D2D2 1px solid;
	margin-bottom:10px;
	text-align:center;
	padding:10px;
	font-size:150%;
	font-weight:600;
}
div#entry-btn-a img {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

div#entry-btn-b {
	border:#D2D2D2 1px solid;
	margin-bottom:10px;
	text-align:center;
	padding:10px;
	font-size:120%;
	font-weight:600;
}
div#entry-btn-b img {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}


















/*????????*/
body#employ-midcareer p.employ-career-top-free {
	margin-top:13px;
}

table.yoko {
	margin-bottom:30px;
}
div#employ-yoko h3{
	font-weight:600;
	font-size:120%;
	margin-bottom:13px;
}










/* ¦????------------------------------------------------------------------------- */



body#profile table.layout {
	width: 550px;
	border:none;
}

body#profile img#history-btn {
	margin-top:15px;
	margin-right: 14px;
}

div.profile-banner {
	clear: both;
	width: 550px;
	display:block;
	padding-top: 15px;
	margin-top: 5px
}
div.profile-banner h2{
	font-size: 100%;
}
div.profile-banner img {
	float: left;
}
div.profile-banner-link  {
	float: right;
	width: 350px;
	line-height:130%;
}

/*????*/
dl#company-outline {
	margin-left:20px;
	width:510px;
}
dl#company-outline dt.outlin-item2 {
	float:left;
	width:9em;
	font-size:110%;
	font-weight:600;
	color:#999999;
}
dl#company-outline dt.outlin-item3 {
	float:left;
	width:9em;
	font-size:110%;
	font-weight:600;
	color:#999999;
}
dl#company-outline dd {
	margin-left:11em;
	margin-bottom:30px;
}
dl#outline-honsya {
	text-align:left;
}
dl#outline-honsya dd {
	margin-left:0px;
	margin-bottom:20px;
}
dl#outline-honsya dd span.zip,dl#outline-honsya dd span.address,dl#outline-honsya dd span.btn-map,dl#outline-honsya dd span.tell,dl#outline-honsya dd span.fax {
	display:block;
}
dl#outline-honsya span.btn-map {
	margin-top:5px;
	margin-bottom:10px;
}

dl#official-position {
	width:300px;
}
dl#official-position dt {
	font-weight:100;
	width:300px;
	color:#666666;
	line-height:1.1;
	font-size:80%;
}



body#profile div.btn-pagetop-inpage,body#ir div.btn-pagetop-inpage {
	display: block;
	position:relative;
	float:right;
	top:-48px;
	width:82px;
	line-height:0px;
}


dl#official-position dd {
	margin-left:0px;
	width:280px;
	margin-bottom:8px;
}	

table.yakuin {
	width:99%;
	margin:0px;
	padding:0px;
	font-size:80%;
}
table.yakuin td.katagaki,table.yakuin td.yakuin-name{
	white-space:nowrap;
}

/*??·???·??????????????*/

dl#company-office {
	width:550px;
}
div.profile-set {
	float:left;
	width:550px;
	display:block;
	margin-bottom:30px;
}
dl#company-office dt.region {
	float:right;
	width:340px;
	font-size:120%;
	font-weight:600;
	line-height:1.1em;
	margin-bottom:0.5em;
}
dl#company-office dd.profile-photo {
	float:left;
	width:180px;
	margin: 0px;
	padding: 0px;
}

.photo-caption {
	font-size:80%;
}

dl#company-office dd.profile-detale {
	float:right;
	width:340px;
	margin: 0px;
	padding: 0px;
}

/*??????*/
dl#company-office-etc dl#outline-honsya {
	margin-left:20px;
}
dl#company-office-etc dt.region {
	float:left;
	width:510px;
	font-size:120%;
	font-weight:600;
	line-height:1.1em;
	margin-bottom:0.5em;
}
dl#company-office-etc dt.region a{
	float:left;
	width:510px;
	font-size:100%;
	font-weight:600;
}
dl#company-office-etc dd.profile-photo {
	float:left;
	width:180px;
	margin: 0px;
	padding: 0px;
}
dl#company-office-etc dd.profile-detale {
	float:left;
	width:510px;
	margin: 0px;
	padding: 0px;
}





/*HISTORY*/

dl#company-history {
	float:left;
	width:470px;
	margin-top:30px;
	padding:30px 0px 30px 75px;
	background-color:#F6F2E6;
}
dl#company-history h2 img {
	margin:0px 0px 30px 40px;
}
div.history-set {
	float:left;
	width:400px;
	display:block;
	margin-bottom:40px;
	padding-top:20px;
	border-top:#D2D2D2 1px solid;
}
div#company-history {
	margin-top:30px;
}




/* ¦??????------------------------------------------------------------------------- */

div#contactus-top-btn {
	position:relative;
	float:left;
	width:710px;
	left:20px;
	margin-top:20px;
	margin-bottom:40px;
}
img#contactustop-pro-btn {
	float:left;
	width:343px;
}
img#contactustop-all-btn {
	float:right;
	width:343px;
}
div.contactus-madoguti {
	display:block;
	float:left;
	width:750px;
	margin:20px 0px 10px 0px;
	padding-bottom:20px;
	background:url(../images/bg_body_grayback03.gif) bottom no-repeat;
}
div.contactus-madoguti-wapper {
	width:710px;
	float:left;
	margin-top:20px;
}
div.contactus-madoguti h3 {
	float:left;
	width:750px;
	margin:0px 0px 20px 0px;
}
table.contact-table {
	clear:both;
	border-collapse: collapse;
	width:710px;
	margin:20px 0px 20px 20px;
	border-bottom:1px #CCCCCC solid;
	border-left:1px #EDEDED solid;
	border-right:1px #EDEDED solid;
}
table.contact-table th {
	vertical-align:middle;
	font-size:120%;
	font-weight:600;
	border-left:1px #EDEDED solid;
	border-right:1px #EDEDED solid;
}
table.contact-table td,table.contact-table tr  {
	border-left:1px #EDEDED solid;
	border-right:1px #EDEDED solid;
}
table.contact-table tr.contact-tabel-term {
	border-top:1px #CCCCCC solid;
}
table.contact-table span.tell {
	font-size:170%;
	font-weight:600;
}
div#contact-wakaranai {
	display:block;
	float:left;
	width:710px;
	position:relative;
	left:20px;
	background:url(../images/bg_contactus_white.gif) bottom no-repeat;
}
div#contact-wakaranai h3 {
	float:left;
	width:710px;
	margin:0px 0px 0px 0px;
}
div#contact-wakaranai p {
	width:650px;
	float:left;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:5px;
	line-height:150%;
}
div#contact-wakaranai span.name {
	margin-bottom:20px;
	font-size:120%;
	font-weight:600;
	line-height:3.3em;
	margin-right:20px;
	margin-left:0px;
}
div#contact-wakaranai span.tell {
	font-size:170%;
	font-weight:600;
	margin-right:20px;
}

div#contactus-employ {
	display:block;
	float:left;
	width:365px;
	margin-top:10px;
	margin-bottom:0px;
	background:url(../images/bg_body_grayback04.gif) bottom no-repeat;
}
div#contactus-all {
	display:block;
	float:right;
	width:365px;
	margin-top:10px;
	margin-bottom:0px;
	background:url(../images/bg_body_grayback04.gif) bottom no-repeat;
}
div#contactus-employ p,div#contactus-all p{
	margin:10px 20px 20px 20px;
}
div#contactus-employ span.name,div#contactus-all span.name{
	margin-top:10px;
	display:block;
	font-size:120%;
	font-weight:600;
}
div#contactus-employ span.tell,div#contactus-all span.tell {
	font-size:170%;
	font-weight:600;
	margin-right:10px;
}





/* ¦????????????------------------------------------------------------------------------- */

span.tyui {
 	color:#FF0000;
	margin-left:10px;
	font-weight:600;
}
body#contactus div#contactus-category {
	display:block;
	float:left;
	width:470px;
	position:relative;
	padding:5px 20px 20px 20px;
	left:20px;
	border:1px #D2D2D2 solid;
}
div#contactus-category input {
	margin-right:5px;
	vertical-align:baseline;
	margin-top:1.5em;
}
table.contactus-table {
	width:510px;
	margin-left:20px;
}	
	

table.contactus-table td.contactus-table-item {
	white-space:nowrap;
	border:1px solid #CCCCCC;
	background-color:#EEEEEE;
	padding:8px 15px 8px 15px;
	vertical-align:top;
	text-align:left;
	font-weight:600;
}


table.contactus-table th {
	white-space:nowrap;
	border:1px solid #CCCCCC;
	background-color:#EEEEEE;
	padding:8px 15px 8px 15px;
	vertical-align:middle;
	text-align:left;
	font-weight:600;
	font-size:100%;
}
table.contactus-table td {
	padding:15px;
}
input#contactus-service {
	margin-bottom:10px;
	width:450px;
	font-size:100%;
}
textarea#contactus-inquiry {
	width:450px;
	height:10em;
}
input#doc-request-products {
	margin-left:100px;
	vertical-align:baseline;
	font-size:100%;
}
input#doc-request-profile {
	vertical-align:baseline;
	font-size:100%;
}
input#contactus-company,input#contactus-post,input#contactus-position,input#contactus-email1,input#contactus-email2,input#contactus-address {
	width:280px;
	font-size:100%;
}

div#doc-request-text {
	margin-top:15px;
	color:#666666;
}
div#contactus-button {
	clear:both;
	margin-top:40px;
	margin-bottom:30px;
	text-align:center;
}
div#contactus-button input {
	display:block;
	margin-bottom:20px;
}
* html div#contactus-button a img {
	margin-top:20px;
}
div#ssl {
	float:left;
	padding-left:20px;
	padding-right:20px;
	margin-top:20px;
	text-align:left;
	color: #777777;
}
div#ssl-seal {
	float:left;
	margin-right:10px;
	height:100px;
}
div#ssl div#ssl-text {
	margin-top:17px;
} 


/*????*/
p.contactus-kakunin {
	width:600px;
	margin:13px 75px 0px 75px;
}

table#contactus-table-kakunin {
	width:600px;
	margin:30px 75px 0px 75px;
}
table#contactus-table-kakunin th {
	width:150px;
}
div#contactus-button input {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}	



/*???? ??*/
p#contactus-coment {
	float:left;
	width:600px;
	text-align:center;
	padding:40px 75px 20px 75px;
	font-size:120%;
}
p#failure-text-contents {
	position:relative;
	float:left;
	left:30px;
	width:600px;
	color:#FF0000;
	padding:20px 50px 20px 50px;
	margin-bottom:30px;
	font-size:120%;
	line-height:2em;
	border:1px #D2D2D2 solid;
}


/* ¦???????????????????---------------------------------------------------------- */

body#etc p {
	margin:20px 20px 20px 20px;
}


body#etc div#contents-index ul {
	border:1px #D2D2D2 solid;
	margin-top:20px;
	padding:30px 20px 20px 30px;
}



body#etc div#contents-index h2 {
	color:#666666;
	font-size:130%;
	font-weight:600;
	margin-bottom:5px;
}
body#etc div#contents-index h3 {
	font-size:100%;
	font-weight:600;
	margin-bottom:10px;
}
body#etc div#contents-index h4 {
	font-size:100%;
	font-weight:600;
}

body#etc div#contents-index li{
	margin-bottom:50px;
}
body#etc div#contents-index ul ul{
	border:none;
	padding:0px;
	list-style:disc;
	margin-left:40px;
	margin-top:20px;
	margin-bottom:10px;
}
body#etc div#contents-index ul ul li{
	margin-bottom:10px;
	margin-left:0px;
}
body#etc div#contents-index ul ul ul{
	list-style:none;
	margin:0px 0px 20px 40px;
}
body#etc div#contents-index ul ul ul li {
	margin:0px 0px 0px -35px;
}
body#etc div#contents-index ul ul ul ul {
	list-style:none;
	margin:5px 0px 20px 0px;
}
body#etc div#contents-index ul ul ul ul li {
	margin:5px 0px 0px 20px;
}

body#etc div#flash-player {
	float:none;
	width:auto;
	text-align:left;
}
body#etc div#flash-player-text {
	float:none;
	width:auto;
	text-align:left;
	margin-bottom:10px;
}
body#etc div#get-flash-player {
	float:none;
	width:auto;
	text-align:left;
}
body#etc div#adobe-reader {
	float:none;
	width:auto;
	text-align:left;
}
body#etc div#adobe-reader-text {
	float:none;
	width:auto;
	text-align:left;
	margin-bottom:10px;
}
body#etc div#get-adobe-reader {
	float:none;
	width:auto;
	text-align:left;
}




/*??????????*/
body#etc div#contents-index ol {
	list-style:decimal;
	border:1px #D2D2D2 solid;
	margin:20px 0px 0px 0px;
	padding:50px 20px 20px 30px;
}
body#etc div#contents-index ol li {
	margin-left:20px;
}
body#etc div#contents-index ol li h3 {
	font-weight:100;
}
body#etc div#contents-index ol ul {
	border:none;
	padding:0px;
	margin:0px;
	list-style:disc;
}
body#etc div#contents-index ol ul li{
	border:none;
	padding:0px;
	margin:0px 0px 0px 20px;
}



/* ¦???????---------------------------------------------------------- */
body#etc div#compliance-pass {
	border:1px #D2D2D2 solid;
	width:750px;
	text-align:center;
	padding:20px 0px 20px 0px;
	margin:20px 0px 30px 0px;
}
body#etc div#compliance-pass input{
	font-size:100%;
	margin-right:0px;
	margin-left:10px;
	width:10em;
}
body#etc div#compliance-pass input#compliance-pass-btn {
	padding-left:10px;
	padding-right:10px;
}


body#etc div#contents-index ul#compliance-list {
	border:none;
	list-style:disc;
	margin:15px 0px 20px 0px;
	padding-top:0px;
}

body#etc div#contents-index ul#compliance-list li {
	margin:0px 0px 10px 0px;
}


body#etc div#contents-index ul#compliance-list ul{
	border:none;
	list-style:circle;
	margin-top:8px;
}

body#etc div#contents-index ul#compliance-list ol{
	border:none;
	margin-top:5px;
	padding:5px 0px 0px 40px;
}



table.compliance-table {
	width:600px;
	margin-left:65px;
	margin-top:10px;
}	
	

table.compliance-table td {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding:8px 15px 8px 15px;
	vertical-align:top;
	text-align:left;
}


table.compliance-table th {
	white-space:nowrap;
	border:1px solid #CCCCCC;
	background-color:#EEEEEE;
	padding:8px 15px 8px 15px;
	vertical-align:middle;
	text-align:left;
	font-weight:600;
	font-size:100%;
}
table.compliance-table td {
	padding:15px;
}

textarea#comp-when,textarea#comp-where,textarea#comp-who {
	width:450px;
	height:3em;
	font-size:100%;
}

textarea#comp-what,textarea#comp-how {
	width:450px;
	height:6em;
	font-size:100%;
}

textarea#comp-free {
	width:450px;
	height:10em;
	font-size:100%;
}
div#compliance-tyui {
	clear:both;
	position:relative;
	width:720px;
	margin:10px 10px 0px 10px;
	padding:20px 10px 0px 10px;
}


/* ¦??????---------------------------------------------------------- */
body#sitemap div.sitemap-box h2 {
	font-size:130%;
	font-weight:600;
	padding-bottom:20px;
}
body#sitemap div.sitemap-box h2 a{
	font-weight:600;
	margin:0px;
	padding:0px;
}
body#sitemap li h3 {
	font-size:100%;
	margin-bottom:0px;
}


body#sitemap li h3 a{
	font-size:100%;
	font-weight:100;
	margin-bottom:0px;
	padding:0px 0px 0px 13px;
	background:url(../images/icn_orenge_circle_w.gif) no-repeat left;
}

div.sitemap-box {
	float:left;
	width:708px;
	margin:0px 0px 13px 0px;
	padding:20px 10px 20px 30px;
	border:#D2D2D2 solid 1px;
}
div.sitemap-box ul{
	float:left;
	width:708px;
	padding:0px;
	margin:0px;
}
div.sitemap-box ul.sitemap-space {
	float:left;
	width:708px;
	margin:0px;
	padding:20px 0px 0px 0px;
}


div.sitemap-box ul li{
	float:left;
	display:block;
	width:235px;
	margin:0px;
	padding:0px;
}

div.sitemap-box ul ul{
	list-style:disc;
	float:none;
	width:190px;
	margin:0px 10px 0px 10px;
	padding:0px;
}
div.sitemap-box ul ul li{
	float:none;
	width:180px;
	list-style:none;
	margin:0px 0px 0px 10px;
	padding:0px;
}
div.sitemap-box ul.sitemap-mailform{
	float:left;
	width:708px;
	margin:0px;
	padding:0px;
}
	
div.sitemap-box ul.sitemap-mailform li{
	width:350px;
	margin:0px;
	padding:0px;
}


/* ¦not found---------------------------------------------------------- */


body#sitemap p#sorry {
	font-size:130%;
	color:#666666;
	font-weight:600;
	text-align:center;
}
div.search-box {
	text-align:center;
	border:#D2D2D2 1px solid;
	padding:20px 0px 20px 0px;
}
input#globalsearch-sorry {
	padding:0px 0px 0px 10px;
	margin:0px;
}
input#search-input-sorry {
	font-size:120%;
	padding:0px;
	margin:0px 10px 0px 0px;
	width: 250px;
	color: #666666;
}
input#search-button-sorry {
	vertical-align:bottom;
}
h2.sorry {
	position:relative;
	width:750px;
	margin-top:20px;
	margin-bottom:10px;
}




/* ¦3?????????---------------------------------------------------------- */

body#three-minits {
	background:none;
}

body#three-minits div#minits-content {
	width:700px;
	margin-left:auto;
	margin-right:auto;
}


