body {
	color: #000000;
	margin: 0px;
	padding: 0px;
}

body.body-en {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link			{ color: #000000 ; text-decoration: none;}
a:visited		{ color: #000000 ; text-decoration: none;}
a:active		{ color: #000000 ; text-decoration: none;}
a:hover			{ color: #ff0000 ; text-decoration: none;}

/* link GLOBAL NAVIGATION */
a.gnavi {  color: #000000;  text-decoration: none; padding: 10px 20px 8px 20px; font-size:73%;}
a.gnavi:link {  color: #000000;  text-decoration: none; padding: 10px 20px 8px 20px; font-size:73%;}
a.gnavi:visited {  color: #000000;  text-decoration: none; padding: 10px 20px 8px 20px; font-size:73%;}
a.gnavi:active {  color:#000000;  text-decoration: none; padding: 10px 20px 8px 20px; font-size:73%;}
a.gnavi:hover {  color: #FFFFFF;  text-decoration: none; background-color:#7b95d2; padding: 10px 20px 8px 20px; font-size:73%;}

/* link black */
a.black {  color: #000000;  text-decoration: none;}
a.black:link {  color: #000000;  text-decoration: none;}
a.black:visited {  color: #000000;  text-decoration: none;}
a.black:active {  color:#000000;  text-decoration: none;}
a.black:hover {  color: #000000;  text-decoration: none;}

/* link bule */
a.bule {  color: #0000FF;  text-decoration: underline;}
a.bule:link {  color: #0000FF;  text-decoration: underline;}
a.bule:visited {  color: #0000FF;  text-decoration: underline;}
a.bule:active {  color:#0000FF;  text-decoration: underline;}
a.bule:hover {  color: #0000FF;  text-decoration: underline;}



br.height5  { line-height: 5px; }
br.height10 { line-height: 10px; }
br.height15 { line-height: 15px; }
br.height20 { line-height: 20px; }
br.height25 { line-height: 25px; }
br.height30 { line-height: 30px; }
br.height35 { line-height: 35px; }
br.height40 { line-height: 40px; }
br.clear_all { clear: both; line-height: 0px; }
img { border: 0px; }
img.arrow { vertical-align: middle; }

.font-small { font-size: 70%; }
.font-std { font-size: 83%; }
.font-large { font-size: 100%; }
.fontweight-normal { font-weight: normal; }
.fontweight-bold { font-weight: bold; }
.font-std td, .font-std th { font-size: 83%; } 
.font-red { color: #FF0000; }
.font-white{ color: #FFFFFF; }

p{
	margin: 0px 0px 0px 0px;	/* top right bottom left */
	padding: 0px;
}

.p-small {
	font-size: 70%;
	line-height: 140%;
}

.p-std {
	font-size: 83%;
	line-height: 140%;
}


.p-large {
	font-size: 100%;
	line-height: 140%;
}

p.lineheight {
	line-height: 140%;
}

.font-lnavi{
	font-size: 73%;
}

.font-header{
	font-size: 73%;
}

sup {
	vertical-align: top;
	font-size: 83%;
}
sub {
	vertical-align: bottom;
	font-size: 83%;
}
.bg-white { background-color: #FFFFFF; }
.bg-purple { background-color: #7b95d2; }
.bg-lightgray { background-color: #EEEEEE; }
.bg-title { background-color: #EAD5D5; }
.bg-contents{ background-image: url(../images/contents_bg.gif);}
.bg-contents-right{ background-image: url(../images/contents-right_bg.gif);}
.bg-newsrelease { background-image:   url("../images/bg-glay.gif"); }
.bg-breadcrumbs { background-image:   url("../images/bg-glay.gif");}
.bg-footer { background-image:   url("../images/bg-glay.gif");}

h1 {
	font-size: 100%;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #5984bd;
	margin: 0px 0px 10px 0px;	/* top right bottom left */
	padding: 2px 2px 0px 5px;	/* top right bottom left */
}

h2 {
	font-size: 83%;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	margin: 5px 0px 10px 0px;	/* top right bottom left */
	padding: 2px 2px 0px 5px;	/* top right bottom left */
}
h3 {
	font-size: 83%;
	font-weight: bold;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #4C4C4C;
	margin: 5px 0px 5px 0px;	/* top right bottom left */
	padding: 0px 2px 0px 5px;	/* top right bottom left */
}


table.table02{
	margin: 0px 0px 0px 0px;	/* top right bottom left */
	border: 0px none;
}

table.table01, 
table.table01n {
	border-left: solid 1px #5984bd;
	border-top: solid 1px #5984bd;
	border-right: solid 1px #5984bd;
	border-bottom: solid 1px #5984bd;
	border-collapse: collapse;
	border-spacing: 0px;
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;	/* top right bottom left */
}
table.table01 th {
	background-color: #EEEEEE;
	border-bottom: solid 1px #5984bd;
	border-right: solid 1px #5984bd;
/* padding: 5px 5px 5px 5px; */
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
}
table.table01 td {
	border-bottom: solid 1px #5984bd;
	border-right: solid 1px #5984bd;
/* padding: 5px 5px 5px 5px; */
	vertical-align: top;
}
table.table01n th {
	background-color: #EEEEEE;
	border-bottom: solid 1px #0066FF;
	border-right: solid 1px #0066FF;
	white-space: nowrap;
}

table.table01n td {
	border-bottom: solid 1px #0066FF;
	border-right: solid 1px #0066FF;
}

table.table01 .boder_none,
table.table01 .boder_none td {
	border: 0px none;
/* padding: 2px; */
}

form { margin: 0px; padding: 0px; }
/* ul { margin: 0px; padding: 0px; }*/

ul.list-normal, 
ol.list-normal {
	line-height: 140%;
	margin: 0px 0px 0px 2em;	/* top right bottom left */
}
ol li { padding-bottom: 10px;}

/* アイコンリスト（青矢印） */
ul.list-std  {
	list-style: none;
	line-height: 160%;
	margin: 0px 0px 0px 20px;	/* top right bottom left */
}
ul.list-std li.link {
	padding-left: 15px;
	padding-bottom: 1px;
	background: url(../images/list_barrow.jpg) no-repeat center top;
}


ul.list-std li.link {
	padding-left: 15px;
	padding-bottom: 1px;
	background: url(../images/list_barrow.jpg) no-repeat center top;
}


ul.list-std li.pdf {
	padding-left: 15px;
	background: 0 url(../images/icon_pdf.gif) no-repeat center 5px;
}

ul.list-std li.pdf {
	padding-left: 20px;
	background: url(../images/icon_pdf.gif) no-repeat 0 5px;
}


/* HEADER */
.Header {
	width: 781px;
	background-image: url(../images/header_bg.gif);

}
.Header a{
	color: #000000;
	text-decoration: none;
}

/* FOOTER */
.Footer {
	font-size:73%;
	width: 447px;
	color:#000000;
	padding: 5px 5px 0px 20px;	/* top right bottom left */
}

.Footer a{
	color: #000000;
	text-decoration: none;
}


.copyright {
	width: 330px;
	font-size:70%;
	color:#666666;
	text-align: right;
	padding: 10px 10px 5px 5px;	/* top right bottom left */
}


/* CONTENTS */

/* GLOBAL NAVIGATION */
.GnaviArea{
	width: 777px;
	margin: 0px 2px 0px 2px;	/* top right bottom left */
	background-color: #c5d0ee;
	border-top-color: 7b95d2;
	border-bottom-color: #FFFFFF;
	border-width: 4px 0px 1px 0px;	/* top right bottom left */
	border-top-style: solid;
	border-bottom-style: solid;
}


/* 日本語第二階層 */
.marginContents{
	margin-top: 15px;
	margin-bottom: 40px;
	margin-left: 10px;
	margin-right: 0px;
	width: 560px;
}

.margin-subsect{
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	width: 550px;
}

.Contents-left{
	width: 579px;
	margin: 0px 0px 0px 2px;	/* top right bottom left */

}

.Contents-right{
	width: 196px;
	margin: 40px 2px 0px 0px;	/* top right bottom left */
	background-image: url(../images/contents-right_bg.gif);
}
/*製品ページ*/
.products_img{margin-bottom:10px;}



/* 英語第二階層 */
.marginContents-en{
	margin-top: 15px;
	margin-bottom: 40px;
	margin-left: 10px;
	margin-right: 10px;
	width: 560px;
}


.Contents-left-en{
	width: 579px;
	margin: 0px 0px 0px 2px;	/* top right bottom left */

}

.Contents-right-en{
	width: 198px;
	margin: 0px 0px 0px 0px;	/* top right bottom left */
	background-image: url(../images/contents-right_bg.gif);
}

/* LOCAL NAVIGATION */
.LnaviArea{
	margin: 40px 10px 0px 2px;	/* top right bottom left */
	width: 176px;
}

/* BreadCrumbs */
.BreadCrumbs {
	padding-top: 3px;
	padding-bottom: 7px;
}

.BreadCrumbs-en {
	font-size: 73%;
	padding-top: 3px;
	padding-bottom: 5px;
}

/* top page */
.Top_bg{
	width: 781px;
	background-image: url(../images/contents_top_bg.gif);
	background-repeat: repeat-y;
}

.MainMenu{
	width: 757px;
	margin: 0px 2px 0px 2px;
	padding: 10px 10px 15px 10px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
}

.featureunit{
	width: 183px;
	background-image: url(../images/fe_bg.gif);
}
.Releaselist{
	/* margin: 10px 10px 24px 20px;*/	/* top right bottom left */
	/*margin: 10px 10px 15px 20px;*/
	margin: 10px 10px 0px 20px;
}

.whatstitle {
	width: 524px;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	border-style: none none solid none;	/* top right bottom left */
}

p.text-reg{ text-align:right; margin:0px 15px 0px 0px !important; padding:0px; font-size:70%; line-height:140%;}

/* logo list*/
.logolist{
/*margin: 10px 20px 24px 20px;*/
	margin: 0px 20px 24px 20px;
	border-top: 1px solid #BBB;
}
.logolist th,.logolist td { padding-top:10px;}
.logolist .p-small { margin:5px 10px 5px 5px;}



/* 200802 Addition*/

table.table01f {
	border-left: solid 1px #5984bd;
	border-top: solid 1px #5984bd;
	border-right: solid 1px #5984bd;
	border-bottom: solid 1px #5984bd;
	border-collapse: collapse;
	border-spacing: 0px;
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;	/* top right bottom left */
}

table.table01f th {
	background-color: #EEEEEE;
	border-bottom: solid 1px #5984bd;
	border-right: solid 1px #5984bd;
/* padding: 5px 5px 5px 5px; */
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
}

table.table01f td {
	border-bottom: solid 1px #5984bd;
	border-right: solid 1px #5984bd;
/* padding: 5px 5px 5px 5px; */
}

table.table01f .boder_none,
table.table01f .boder_none td {
	border: 0px none;
/* padding: 2px; */
}

ul.list-inq  {
	list-style: disc;
	line-height: 140%;
}

.line1 {
	border-top:1px; 
	border-top-style:solid; 
	border-top-color: #5984bd;
	margin: 0px 0px -18px 0px;	/* top right bottom left */
}

a.black-b {  color: #000000;  text-decoration: none; font-weight: bold; }