/* ---------- universal selector ---------- */
* {

}

/* ---------- tag selector ---------- */
body {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #fff;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
/*	font-size: 100%;*/
	line-height: 100%;
}

p {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	padding: 0;
/*	line-height: 130%;*/
}

table, tr, th, td {
	/*
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	font-weight: normal;
	*/
	empty-cells: show;
}

form {
	margin: 0;
	padding:0;
}

ul { 
/* list-style-type: none; */
margin: 5px 12px 5px 12px;
padding: 3px;
}

dl{
margin: 0px 0px 0px 0px;
color:#333333;
}

dt{
margin: 0px 0px 0px 0px;
}

dd{
margin: 0px 0px 5px 0px;
}

address {
	font-style: normal;
}

input.type1 {
	border: solid 1px #999999;
	margin-top : 2px;
	margin-bottom : 2px;
}

/* 基本リンク*/
a:link{
color:#000099;
text-decoration:none;
}
a:visited{
color:#660099;
text-decoration:none;
}
a:active{
color:#990000;
text-decoration:none;
}
a:hover{
color:#990000;
text-decoration:underline;
}

/* ---------- id and class selector ---------- */
#container {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: left;
}

/* ----- header ----- */
#header {
	margin: 0;
	padding: 0 14px;
	font-size: 12pt;
}

#header #logo {
	float: left;
	margin: 18px 0 0 0;
	width: 250px;
}

#header #logo img {
	display: block;
	margin: 0;
	padding: 0;
}

#header #google_search {
	float: right;
	margin: 8px 0 6px;
	width: 450px;
	text-align: right;
}

#header #google_search img {
/*	display: block;*/
	margin: 0;
	padding: 0;
	text-align: right;
}

#header #google_search form {
	padding-top: 9px;
}

#header #google_search #google_txt {
	margin: 0;
	padding: 2px 1px;
	width: 165px;
	border: 1px inset #999;
	vertical-align: middle;
}

#header #google_search #google_btn {
	margin: 0;
	vertical-align: middle;
}

/* ----- globalNavigation ----- */
#gNavi {
	margin: 0;
	padding: 0;
	width: 750px;
	background-image: url(../images/i_bg_gnavi.gif);
	background-position: left top;
	background-repeat: repeat-x;
	clear: both;
}

#gNavi ul {
	margin: 0 13px 0 14px;
	padding: 0;
}

#gNavi li {
	display: inline;
}

#gNavi li a {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

#gNavi #gNaviArea {
	margin: 0;
	padding: 0;
	position: relative;
	/* for IE - don't know why */
	border-top: 1px solid #fff;
}

#gNavi .pdMenu {
	visibility: hidden;
/*	display: none;*/
	z-index: 1000;
	clear: both;
	margin: 0;
	padding: 0;
	width: 160px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #fff;
	position: absolute;
	top: 50px;
}

#gNavi .pdMenu2 {
	visibility: hidden;
/*	display: none;*/
	z-index: 1100;
	clear: both;
	margin: 0;
	padding: 0;
	width: 145px;
	border-top: 1px solid #ccc;
	background-color: #fff;
	position: absolute;
}

#gNavi .pdMenu li {
	display: block;
	margin: 0;
	padding: 0;
	height: 19px;
	overflow: hidden;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	list-style-type: none;
	font-size: 12px;
}

#gNavi .pdMenu2 li {
	display: block;
	margin: 0;
	padding: 0;
	height: 19px;
	overflow: hidden;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	background-image: url(../images/i_bg_eee.gif);
	background-position: left top;
	background-repeat: repeat;
	list-style-type: none;
	font-size: 12px;
}

#gNavi .pdMenu li a, #gNavi .pdMenu2 li a {
	float: none;
	display: block;
	margin: 0;
	padding: 3px 4px;
	overflow: hidden;
	text-decoration: none;
}

/* IE-win only - The Holly Hack \*/
* html #gNavi .pdMenu li a, * html #gNavi .pdMenu2 li a {
	width: 100%;
}
/* End Holly Hack */

#gNavi .pdMenu li a:hover, #gNavi .pdMenu li a:active {
	text-decoration: none;
	background-color: #eee;
/*	
	background-image: url(../images/i_bg_eee.gif);
	background-position: left top;
	background-repeat: repeat;
*/
}

#gNavi #pd_news {
	left: 15px;
}
/* IE-win only - The Holly Hack \*/
* html #gNavi #pd_news {
	left: 0;
}
/* End Holly Hack */

#gNavi #pd_release {
	top: 50px;
	left: 175px;
}
/* IE-win only - The Holly Hack \*/
* html #gNavi #pd_release {
	left: 160px;
}
/* End Holly Hack */

#gNavi #pd_profile {
	left: 118px;
}
/* IE-win only - The Holly Hack \*/
* html #gNavi #pd_profile {
	left: 103px;
}
/* End Holly Hack */

#gNavi #pd_product {
	left: 221px;
}
/* IE-win only - The Holly Hack \*/
* html #gNavi #pd_product {
	left: 206px;
}
/* End Holly Hack */

#gNavi #pd_technique {
	left: 324px;
}
/* IE-win only - The Holly Hack \*/
* html #gNavi #pd_technique {
	left: 309px;
}
/* End Holly Hack */

#gNavi #pd_finance {
	left: 427px;
}
/* IE-win only - The Holly Hack \*/
* html #gNavi #pd_finance {
	left: 412px;
}
/* End Holly Hack */

#gNavi #pd_ir {
	top: 90px;
	left: 587px;
}
/* IE-win only - The Holly Hack \*/
* html #gNavi #pd_ir {
	top: 88px;
	left: 572px;
}
/* End Holly Hack */

#gNavi #pd_csr {
	left: 530px;
}
/* IE-win only - The Holly Hack \*/
* html #gNavi #pd_csr {
	left: 515px;
}
/* End Holly Hack */

#gNavi #pd_recruit {
	left: 574px;
/*	right: 13px;*/
}
/* IE-win only - The Holly Hack \*/
* html #gNavi #pd_recruit {
	left: 561px;
}
/* End Holly Hack */

#gNavi .pdSub a {
	background-image: url(../images/i_arrow_gray2.gif);
	background-position: right center;
	background-repeat: no-repeat;
}


/* ----- crumb and textsize ----- */
#crumbbox {
	margin: 0;
	padding: 4px 14px;
	width: 732px;
	vertical-align: middle;
} 

/* ----- crumb ----- */
#crumb {
	float: left;
	margin: 0;
	padding: 0;
	width: 510px;
	vertical-align: bottom;
	display: inline;
}

#crumb p {
	margin: 0;
	padding: 0;
}
/*
#crumb img {
	margin: 0;
}
*/

/* ----- text size ----- */
#size {
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
	color: #66c;
	text-align: right;
	vertical-align: middle;
	display: inline;
}

#size p {
	margin: 0;
	padding: 0;
	text-align: right;
}

#size img {
	display: inline;
}

/* ----- contents ----- */
#contents {
	margin: 0;
	padding: 0;
	width: 570px;
	vertical-align: top;
}

#contents p.topline {
	margin: 0;
	padding: 0;
}

#contents #lv2_etc {
	margin: 30px auto;
	width: 510px;
	text-align: left;
}

#contents #lv2_etc h1 {
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
	width: 510px;
}

#contents #lv2_etc h1.sub {
	margin-bottom: 5px;
}

#contents #lv2_etc h2 {
	margin-bottom: 30px;
	padding-top: 4px;
}

#contents #lv2_etc h3 {
	margin-bottom: 5px;
	padding-top: 4px;
}

#contents #lv3 {
	margin: 30px;
}

#contents #lv3 h1 {
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
	width: 510px;
}

#contents #lv3 h1.sub {
	margin-bottom: 5px;
}

#contents #lv3 h2 {
	margin-bottom: 30px;
	padding-top: 4px;
}

/* ----- localNavigation ----- */
#lNavi {
	margin: 0;
	padding: 0 0 30px;
	width: 180px;
	vertical-align: top;
}

#lNavi ul, #lNavi li, #lNavi dl, #lNavi dt, #lNavi dd {
	margin: 0;
	padding: 0;
	line-height: 100%;
	list-style: none;
}

#lNavi a {
	margin: 0;
	padding: 0;
	line-height: 100%;
}
#lNavi img {
	vertical-align: bottom;
}
#lNavi li img {
	vertical-align: middle;
}
#lNavi .banner {
	margin: 1px 0 0;
	padding: 0;
	width: 179px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #eee;
	background-image: url(../images/i_bg_eee.gif);
	background-position: left top;
	background-repeat: repeat;
}

/* IE-win only - The Holly Hack \*/
* html #lNavi .banner {
	width: 180px;
}
/* End Holly Hack */

#lNavi .banner table {
	margin: 0;
	padding: 5px;
/*	width: 169px;*/
}

#lNavi .banner table th {
	padding-right: 6px;
	text-align: left;
	vertical-align: top;
}

#lNavi .banner table td {
	margin: 0;
	padding: 0;
	width:100%;
	text-align: left;
	vertical-align: top;
}

#lNavi .banner table td dt {
	padding: 3px 0 5px;
	color: #339;
}

#lNavi .banner table td dt img {
	display: block;
	margin: 0;
	padding: 0;
}

#lNavi .banner table td dd {
	color: #333;
}

#lNavi .banner p {
	margin: 0;
	padding: 0;
}

#lNavi .banner .separator {
	display: block;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}

#lNavi ul.navi {
	margin-top: 1px;
	padding: 0;
	width: 180px;
}

#lNavi ul.navi li {
	display: inline;
}

/* 第3階層 */
#lNavi ul.navi li a {
	display: block;
	margin-bottom: 1px;
	padding: 7px 0 7px 13px;
	color: #333;
	text-decoration: none;
	background-color: #d9e8ff;
	background-image: url(../images/i_lnavi_arrow_b_normal.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
}

#lNavi ul.navi li a.extra {
	color: #fff;
	background-color: #999;
	background-image: url(../images/i_lnavi_arrow_g_normal.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
}

#lNavi ul.navi li a.white_top {
	margin-top: 1px;
	margin-bottom: 0;
	padding: 5px 0 5px 5px;
	border-top: 1px solid #d9e8ff;
	border-bottom: 1px solid #d9e8ff;
	border-left: 1px solid #d9e8ff;
	background-color: #fff;
	background-image: none;
}

#lNavi ul.navi li a.white {
	margin-bottom: 0;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #d9e8ff;
	border-left: 1px solid #d9e8ff;
	background-color: #fff;
	background-image: none;
}

#lNavi ul.navi li a.white_bottom {
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #d9e8ff;
	border-left: 1px solid #d9e8ff;
	background-color: #fff;
	background-image: none;
}

#lNavi ul.navi li a:hover, #lNavi ul.navi li a:active {
	color: #333;
	background-color: #fff2bf;
	background-image: url(../images/i_lnavi_arrow_b_active.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
}

#lNavi ul.navi li a.extra:hover, #lNavi ul.navi li a.extra:active {
	color: #333;
	background-color: #fff2bf;
	background-image: url(../images/i_lnavi_arrow_g_active.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
}

/* IE-win only - The Holly Hack \*/
* html #lNavi ul.navi li a {
	width: 100%;
}
/* End Holly Hack */

/* 第4階層 */
#lNavi ul.navi ul {
	border-bottom: 1px solid #d9e8ff;
	margin-bottom: 1px;
}

#lNavi ul.navi ul li a {
	display: block;
	margin: 0;
	padding: 6px 0 6px 21px;
	border-top: 1px solid #d9e8ff;
	border-bottom: none;
	border-left: 1px solid #d9e8ff;
	background-color: #fff;
	background-image: url(../images/i_lnavi_arrow_o_normal.gif);
	background-position: 13px center;
	background-repeat: no-repeat;
}

#lNavi ul.navi ul li a.newsicon {
	display: block;
	padding: 5px 0 5px 5px;
	background-image: none;
}

#lNavi ul.navi ul li a:hover, #lNavi ul.navi ul li a:active {
	color: #333;
	background-image: url(../images/i_lnavi_arrow_o_active.gif);
	background-position: 13px center;
	background-repeat: no-repeat;
}

#lNavi ul.navi ul li a.newsicon:hover, #lNavi ul.navi ul li a.newsicon:active {
	background-image: none;
}


/* 第5階層 */
#lNavi ul.navi ul ul {
	margin-bottom: 0;
	border-top: none;
	border-bottom: none;
	border-left: none;
	background-image: none;
}

#lNavi ul.navi ul ul li a {
	display: block;
	margin: 0;
	padding: 4px 0 4px 22px;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #d9e8ff;
	text-decoration: none;
	background-color: #fff;
	background-image: none;
}

#lNavi ul.navi ul ul li a:hover, #lNavi ul.navi ul ul li a:active {
	color: #333;
	background-image: none;
}

/* 関連リンク */
#lNavi table.link {
	margin: 0;
	padding: 0;
	width: 180px;
}

#lNavi table.link th {
	margin: 0;
	padding: 2px 0 2px 7px;
	border-left: 1px solid #ccc;
	text-align: left;
	font-weight: normal;
	background-color: #ccc;
}

#lNavi table.link td {
	margin: 0;
	padding: 5px 7px 0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}

#lNavi table.link dt {
	padding-bottom: 3px;
}

#lNavi table.link dd {
	padding-bottom: 5px;
}

#lNavi table.link .news {
	padding-left: 11px;
	background-image: url(../images/i_col_news.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#lNavi table.link .profile {
	padding-left: 11px;
	background-image: url(../images/i_col_profile.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#lNavi table.link .product {
	padding-left: 11px;
	background-image: url(../images/i_col_product.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#lNavi table.link .technique {
	padding-left: 11px;
	background-image: url(../images/i_col_technique.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#lNavi table.link .finance {
	padding-left: 11px;
	background-image: url(../images/i_col_finance.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#lNavi table.link .csr {
	padding-left: 11px;
	background-image: url(../images/i_col_csr.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#lNavi table.link .recruit {
	padding-left: 11px;
	background-image: url(../images/i_col_recruit.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#lNavi table.link .recommend {
	padding-left: 11px;
	background-image: url(../images/i_col_recommend.gif);
	background-position: left center;
	background-repeat: no-repeat;
}



/* ----- footer ----- */
#footer {
	border-top: 1px solid #ccc;
}

#footer p {
	margin: 0;
	padding: 6px 0;
}

#footer #copyright {
	clear: both;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #323c99;
	background-image: url(../images/i_bg_aisin_blue.gif);
	background-position: left top;
	background-repeat: repeat;
	text-align: right;
}

/* ---------- general selector ---------- */
.pageup {
	margin: 0;
	padding: 20px 0;
	text-align: right;
}

.txt_r {
	text-align: right;
}

.txt_c {
	text-align: center;
}

.txt_red {
	color: #f00;
}

.txt_orange {
	color: #f63;
}

.txt_blue {
	color:#039;
}

.txt_gray {
	color: #666;
}

.txt_white {
	color: #fff;
}

.clear {
	clear: both;
}

.clear2 {
	clear: both;
	visibility: hidden;
}

.arrow {
	padding-right: 3px;
}

/* ----- for parent box height -----*/
.parentbox {
    overflow: hidden;
}

.parentbox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .parentbox {
    height: 1em;
    overflow: visible;
}
/**/
/* ----- for parent box height -----*/

/* ----- for parent box height -----*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display:block;
}
/* end MacIE5 */ 
/* ----- for parent box height -----*/







/* 右メニューの縦スペース*/
.rsp { 
     margin: 2px 0px 0px 0px;
}

.att01{
color:#ff0000;
}

.att02{
color:#3366CC;
}

.att03{
color:#ffffff;
}

.att04 {
color:#339933;
}

/* ボックス */
.std_box {
	margin-bottom: 15px;
}

.std_box_c {
	margin-bottom: 15px;
	text-align: center;
}

.border_box {
	padding: 9px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

.border_box_c {
	padding: 9px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	text-align: center;
}

.gray_box {
	padding: 9px;
	border: 1px solid #ccc;
	background-color:eee;
	margin-bottom: 15px;
}

/* テーブル */
.mmtable {
border: thin;
}

.graytbl {
	border: 1px solid #ccc;
	background-color: #eee;
}

.data_tbl table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	empty-cells: show;
	border-spacing: 0;
	border-collapse: collapse;
}

.data_tbl th, .data_tbl td {
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	empty-cells: show;
}

.layout_tbl table,
.layout_tbl tr,
.layout_tbl th,
.layout_tbl td {
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0;
}

.layout_tbl img {
	vertical-align: top;
	display: block;
	margin: 0;
	padding: 0;
}



/* トピックス共通*/

dt.topics{
margin: 0px 0px 0px 0px;
}

dd.topics{
margin: -15px 0px 5px 85px;
}



/* #treeMenu #treeSub1, #treeMenu #treeSub2, #treeMenu #treeSub3 {
	display: none;
} */
.bup {
	text-align: right;
	width: 500px;
}



/* ツリーメニューPRODUCT */
/*
#treeMenu_prd {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#treeMenu_prd ul, #treeMenu_prd li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#treeMenu_prd ul li a {
	padding: 4px;
	border-bottom: 1px solid #ccc;
	display: block;
}

#treeMenu_prd ul li.wh a {
	padding: 4px;
	border-bottom: 1px solid #ccc;
	background-color: #ffffff;
	display: block;
}

#treeMenu_prd ul ul li.sub a {
	padding-left: 12px;
	background-image: none;
	background-color: #ffffff;
}

#treeMenu_prd ul ul li .parent a {
	padding-left: 12px;
	background-color: #ccddff;
	background-image: url(../product/images/i_r_arrow2.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
}

#treeMenu_prd ul ul li a {
	padding-left: 12px !important;
	background-color: #ccddff !important;
	background-image: url(../product/images/i_r_arrow.gif);
	background-position: 4px center !important;
	background-repeat: no-repeat !important;
}

#treeMenu_prd ul ul li.pe a {
	padding-left: 12px !important;
	background-color: #ddccff !important;
	background-image: url(../product/images/i_r_arrow.gif);
	background-position: 4px center !important;
	background-repeat: no-repeat !important;
}

#treeMenu_prd ul ul ul li a {
	padding-left: 12px !important;
	background-color: #fff !important;
	background-image: none !important;
}
*/