/* CSS Document */

body	{
	margin:0;
	padding:0 0 50px 0;
	background-color:#453F3D;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, Tahoma, Verdana, "Hiragino Kaku Gothic Pro W6", Osaka, "MS Gothic", sans-serif;
}

table, th, td {
	margin:0;
	color:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, Tahoma, Verdana, "Hiragino Kaku Gothic Pro W6", Osaka, "MS Gothic", sans-serif;
}

#container {
	margin:0 auto;
	padding:0;
	text-align:center;
	background-color:#000000;
}

a	img	{ border:none; }
a { color:#979797; text-decoration:underline; }
a:hover { color:#6B6A6A; }

.clear	{
	clear:both
}
.hd { display:none; }
.right { text-align:right; }
.left { text-align:left; }
.center { text-align:center; }
.middle { vertical-align:middle; }
.small { font-size:10px; }
.img-right {
	float:right;
	margin:0 0 10px 10px;
}
.img-left {
	float:left;
	margin:0 10px 10px 0;
}
.arrow {
	padding-left:10px;
	background:url(./images/arrow.gif) left center no-repeat;
}
.top { text-align:right; font-size:10px; }
.top a {
	padding-left:10px;
	background:url(./images/top.gif) left center no-repeat;
	text-decoration:none;
}
.border { border:1px solid #494949; }

h1	{
	position:relative;
	margin:0 auto;
	padding:0;
	width:850px;
	height:129px;
	text-align:right;
	background:url(images/header_bg.jpg) left bottom no-repeat;
}
h1 a {
	position:absolute;
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
}
.flag1 { top:65px; left:768px; background-image:url(images/flag_en_r.gif); }
.flag2 { top:65px; left:798px; background-image:url(images/flag_jp_r.gif); }
a.flag1:hover { background-color:#000000; }
a.flag2:hover { background-color:#000000; }
a.flag1:hover img { visibility:hidden; }
a.flag2:hover img { visibility:hidden; }

.logo { top:80px; left:562px; }
a.logo:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
a.alpha:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

h3 { font-size:14px; }

/* form */
form { margin:0; }
.contactform th { text-align:right; vertical-align:top; }
input, textarea, select {
	font-family:Arial, Helvetica, Tahoma, Verdana, "Hiragino Kaku Gothic Pro W6", Osaka, "MS Gothic", sans-serif;
	font-size: 12px;
	color: #111111;
}
input.text, textarea.text {
	padding:1px 2px;
	background-color: #EAEFF4;
	border: 1px solid #888888;
	font-size: 10px;
	vertical-align:middle;
}
input.text:focus, textarea.text:focus {
	background-color: #BBBBBB;
}
input.formerror, textarea.formerror {
	padding:1px 2px;
	background-color:#999EC8;
	border: 1px solid #888888;
	font-size: 10px;
}
input.submit {
	background-color: #EAEFF4;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	font-size: 10px;
	font-weight:bold;
	height: 18px;
	vertical-align:middle;
}
input.submit:focus {
	background-color: #BBBBBB;
	border-top: 2px solid #666666;
	border-left: 2px solid #666666;
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	font-size: 10px;
	height: 18px;
}
select, select.text {
	background-color: #EAEFF4;
	border: 1px solid #111111;
	font-size: 10px;
}
select.formerror {
	background-color:#999EC8;
}
.error {
	font-size:14px;
	font-weight:bold;
	color:#46509C;
}
.error i {
	font-weight:normal;
}
.point {
	color:#575D8D;
}

/* ----- global page ----- */
#global {
	margin:10px auto; }

/* ----- menu ----- */
.flashmenu	{
	margin:0;
	padding:0;
	border-top:1px solid #808080;
	border-bottom:none;
	text-align:center;
	background:url(images/line.gif) 0 23px repeat-x;	/* for NS*/
}
*+html body .flashmenu { background:url(images/line.gif) 0 24px repeat-x; }	/* for IE7 */
* html body .flashmenu { background:url(images/line.gif) 0 24px repeat-x; }	/* for ~IE6 */

#bt	{
	margin:0;
	padding:0;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	height:25px;
}
#bts	{
	margin:0 auto;
	padding:0;
	width:802px;
	text-align:left;
	height:25px;
}
#bts li {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	height:25px;
	list-style-type:none;
	background:url(images/bar.gif) right center no-repeat;
}
#bts #bt1 { width:71px; }
#bts #bt2 { width:99px; }
#bts #bt3 { width:123px; }
#bts #bt4 { width:103px; }
#bts #bt5 { width:63px; }
#bts #bt6 { width:109px; }
#bts #bt7 { width:155px; }
#bts #bt8 { width:118px; }
#bts a {
	display:block;
	margin:5px 0;
	height:15px;
}
#bts a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.subnavi {
	z-index:100;
}
.subnavi table {
	z-index:100;
	background-color:#808080;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.subnavi td {
	z-index:100;
	height:20px;
	font-size:10px;
	vertical-align:middle;
	text-align:left;
	background-color:#000000;
}
.subnavi span { color:#CC0000; }
#bts .subnavi a {
	z-index:100;
	display:block;
	margin:0;
	padding:4px 5px 0 5px;
	height:16px;
	text-decoration:none;
	color:#CCCCCC;
}
#bts .subnavi a:hover {
	background-color:#666666;
	color:#FFFFFF;
}
.subnavi a img {
	visibility:hidden;
}
.subnavi a:hover img {
	background-color:#666666;
	visibility:visible;
}

/* US Diamana */
#submenu17 {
	left:207px;
	top:25px;
	z-index:2;
	position:absolute;
}
/* US Bassara */
#submenu18 {
	left:207px;
	top:109px;;
	z-index:2;
	position:absolute;
}
/* US JAVLN */
#submenu44 {
	left:207px;
	top:88px;;
	z-index:2;
	position:absolute;
}
/* US Next Generation Diamana */
#submenu111 {
	left:207px;
	top:46px;;
	z-index:2;
	position:absolute;
}
/* US FUBUKI */
#submenu114 {
	left:207px;
	top:67px;;
	z-index:2;
	position:absolute;
}
/* JP Diamana */
#submenu28 {
	left:128px;
	top:67px;;
	z-index:2;
	position:absolute;
}
/* JP Bassara */
#submenu51 {
	left:128px;
	top:88px;;
	z-index:2;
	position:absolute;
}
/* JP FUBUKI */
#submenu123 {
	left:128px;
	top:109px;;
	z-index:2;
	position:absolute;
}
/* JP DIAMANA Thump */
#submenu48 {
	left:107px;
	top:63px;
	z-index:2;
	position:absolute;
}

/* KR Diamana */
#submenu80 {
	left:128px;
	top:67px;;
	z-index:2;
	position:absolute;
}
/* KR Bassara */
#submenu84 {
	left:128px;
	top:88px;;
	z-index:2;
	position:absolute;
}
/* KR DIAMANA Thump */
#submenu91 {
	left:107px;
	top:63px;
	z-index:2;
	position:absolute;
}
/* KR Fubuki */
#submenu131 {
	left:128px;
	top:109px;
	z-index:2;
	position:absolute;
}

/* CN Diamana */
#submenu87 {
	left:128px;
	top:67px;;
	z-index:2;
	position:absolute;
}
/* CN Bassara */
#submenu88 {
	left:128px;
	top:88px;;
	z-index:2;
	position:absolute;
}
/* CN DIAMANA Thump */
#submenu92 {
	left:107px;
	top:63px;
	z-index:2;
	position:absolute;
}
/* CN Fubuki */
#submenu132 {
	left:128px;
	top:109px;
	z-index:2;
	position:absolute;
}

/* ----- header image ----- */
#header {
	margin:0;
	padding:0;
	text-align:center;
	line-height:0;
}

/* ----- contents ----- */
#content	{
	padding:20px 0 30px 0;
	font-family:Verdana, Helvetica, Tahoma, "Hiragino Kaku Gothic Pro W6", Osaka, "MS Gothic", sans-serif;
}
#content	table, #content th, #content td {
	font-family:Verdana, Helvetica, Tahoma, "Hiragino Kaku Gothic Pro W6", Osaka, "MS Gothic", sans-serif;
}
#content p {
	line-height:1.4em;
}
#df-contents	{
	margin:0 auto;
	padding:0;
	width:740px;
	text-align:left;
}
#prod-contents {
	margin:0 auto;
	padding:0;
	width:850px;
	text-align:left;
}
.navigation {
	margin:0 0 20px 0;
	text-align:left;
	font-size:10px;
}
#prod-contents .navigation { margin:0 25px 20px 25px; }
.subtitle {
	margin:0 auto;
	padding:5px;
	border:1px solid #373737;
	background-color:#191919;
	font-size:12px;
}

/* main.php */
#main {
	margin:20px auto 0 auto;
	width:800px;
}
.main-left {
	float:left;
	margin:0 0 20px 0;
	width:500px;
}
.main-right {
	float:right;
	padding:20px 0 0 0;
	width:280px;
	height:80px;
	border:1px solid #494949;
}
.main-right h3 { margin:0 0 20px 0; }

/* contact page */
.contact-table { margin:15px auto; width:95%; text-align:center; }
.contact-table td {
	background-color:#000000;
	border:1px solid #373737;
	vertical-align:top;
}
.privacy {
	margin:15px 30px 0 30px;
	padding:10px;
	border:1px solid #373737;
	font-size:10px;
	line-height:1.5em;
}

/* product page */
.prodcat-flash {
	margin:15px 0 20px 0;
}
.products	{
	margin:15px 0 0 0;
	background-position:center top;
	background-repeat:no-repeat;
}
.spec-table {
	margin:0 auto;
	width:95%;
	text-align:center;
 }
.spec-table tr { vertical-align:top; }
.spec-table td { font-size:10px; font-weight:normal; }
.spec-table th {
	background-color:#191919;
	border:1px solid #373737;
}
.spec-table td, .spec-table th {
	border-bottom:1px solid #373737;
}

/* product search */
.search {
	margin:0 0 20px 0;
	text-align:right;
}
.search img { vertical-align:middle; }
.search-table td {
	background-color:#000000;
	border:1px solid #373737;
	vertical-align:top;
	text-align:left;
}
.search-table .center {
	text-align:center;
}
.search-table p { margin:0 0 5px 0;}


/* ajax tab */
.shadetabs{
	margin:0 auto;
	padding:0;
	width:800px;
	height:23px;
}
.shadetabs li{
	float:left;
	margin:0 5px 0 0;
	width:98px;
	line-height:23px;
	list-style-type:none;
}
.shadetabs li a {
	position:relative;
	display:block;
	width:98px;
	height:23px;
	line-height:23px;
	color:#979797;
	text-decoration:none;
	text-align:center;
	border-top:1px solid #808080;
	border-right:1px solid #808080;
	border-left:1px solid #808080;
	background-color:#333333;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
html>body .shadetabs li a { top:-1px; }	/*for Netscape, Firefox*/
.shadetabs li a:hover, .shadetabs li.selected a{
	top:1px;
	color:#FFFFFF;
	background:transparent url(images/black.gif) left bottom repeat-x;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
html>body .shadetabs li a:hover, html>body .shadetabs li.selected a { top:0; }	/*for Netscape, Firefox*/

.contentstyle{
	margin:0 auto;
	padding:15px 0;
	width:798px;
	border:1px solid #808080;
	text-align:left;
}
.contentstyle	h3, .contentstyle p { padding:0 15px; }

/* dealer locator page */
.dealer-search {
	margin:50px 0 60px 0;
	text-align:center;
}
.dealer-search-left {
	float:left;
	margin:0;
	width:65%;
	background-color:#191919;
	border:1px solid #373737;
}
.dealer-search-right {
	float:right;
	margin:0;
	width:30%;
	background-color:#191919;
	border:1px solid #373737;
}
.dealer-search table {
	margin:0 auto;
	text-align:left;
}

.store-list li { padding-bottom:15px; }

.dealer-l {
	float:left;
	width:420px;
}
.dealer-r {
	float:right;
	width:295px;
}
.dealer-r .border-top {
	padding-top:10px;
	border-top:#373737 1px solid;
}


/* press page */
.press-about {
	border-top:1px dotted #808080;
	padding-top:10px;
}

.press-index {
	margin-top: 12px;
}

/* FAQ */
.faq-a {
	margin:0 auto;
	padding:6px 6px 6px 18px;
	text-indent:-12px;
}

/* technology page */
#dhtmltooltip{
	position: absolute;
	width: 374px;
	border: 1px solid #909090;
	padding: 12px 0;
	background-color: #000000;
	visibility: hidden;
	z-index: 100;
	filter: alpha(opacity=95);
	opacity: 0.95;
	text-align:center;
}

/* quality of essence page */
.quality-sub {
	margin:10px 0 5px 0;
}

em.quality {
	font-size:14px;
	font-weight:bold;
}

.qualitytext {
	width:270px;
	margin-top:10px;
}

.quality-img img {
	padding:5px;
	margin:0 0 10px 0;
	border:#646464 solid 1px;
}

.quality-img:hover img {
	border:#0d2760 solid 1px;
}

.quality-img-title{
	margin:25px 0 0 20px;
}

.vi-content {
	width:600px;
	margin:20px 0 0 50px;
}

.vi-thumb {
	float:left;
	margin:0 15px 15px 0;
}

.shaft-content {
	width:700px;
	margin:10px;
}

.shaft-thumb {
	float:right;
	margin:15px 0 15px 15px;
}

.shaft-para {
	display:block;
	margin-left:16px;
}

.perfection-content {
	width:735px;
	background:url(images/quality/perfection_bk.jpg) bottom right no-repeat;
	margin-top:10px;
}

/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}*/

/* Media */
.media-table { margin:15px auto; width:95%; text-align:center; }
.media-table td {
	background-color:#000000;
	border:1px solid #373737;
	vertical-align:top;
}
.media-table p { margin:10px 0 0 0; }
.media-navi {
	margin:0 auto;
	padding:5px;
	border:1px solid #373737;
	background-color:#191919;
	font-size:12px;
	text-align:center;
}
.media-navi a { margin-right:10px; }
.media-navi a#now { font-weight:bold; text-decoration:none; }

.media-table table { margin:5px auto 0 auto; }
.media-table table td {	border:none; }

.media-logout {
	margin-left:30px;
	padding:0 2px;
	font-size:10px;
	border:1px solid #979797;
	text-decoration:none;
}
.media-logout:hover {
	border:1px solid #6B6A6A;
}

/* ----- footer ----- */
.footer {
	margin:0;
	border-top:1px solid #808080;
	background-color:#000000;
}
.footer-inline {
	margin:0 auto;
	padding:15px 0;
	width:740px;
}
address	{
	float:left;
	width:55%;
	font-size:10px;
	font-style:normal;
	text-align:left;
}
address a { margin-left:10px; }
.footer-search {
	float:right;
	width:45%;
	text-align:right;
	font-size:10px;
}
.footer-search .search-ttl { margin-left:20px; font-weight:normal; }
.footer-search .text {
	width:100px;
	background-color:#000000;
	color:#FFFFFF;
}
.footer-search .text:focus {
	color: #111111;
}

/* ----- newsletter archives ----- */
.presstemplate1	{
	margin:0;
	padding:10px;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
}
.presstemplate1 table, .presstemplate1 th, .presstemplate1 td {
	color:#000000;
	margin:0 auto;
}
.presstemplate1 a img { border:none; }
.presstemplate1 a { color:#3e5cbb; text-decoration:underline; }
.presstemplate1 a:hover { color:#cbcbcb; text-decoration:none; }
.presstemplate1 .border-top {
	border-top:#9c9c9c 1px solid;
}
.presstemplate1 .border-bottom {
	border-bottom:#9c9c9c 1px solid;
}
.presstemplate1 .date {
	color:#FFFFFF;
	padding:0 0 7px 7px;
	font-weight:bold;
}
.presstemplate1 .title { 
	font-size:14px;
}
.presstemplate1 .quit {
	margin-top:5px;
	font-size:10px;
	color:#88888c;
}
.presstemplate1 img { margin:0; }
.presstemplate1 .none { text-decoration:none; }

/* ----- admin ----- */
.admin-menu { text-align:center; margin:0 0 30px 0; }
.admin-menu a { color:#FFFFFF; border:1px solid #373737; background-color:#191919; padding:2px 5px; font-weight:bold; text-decoration:none; }
.admin-menu strong a { color:#FFFFFF; border:1px solid #808080; background-color:#393939; }
.admin-menu a:hover { color:#FFFFFF; border:1px solid #808080; }

.admin-table { margin:15px auto; }
.admin-table th {
	background-color: #191919;
	border:1px solid #373737;
	vertical-align:top;
	text-align:left;
}
.admin-table td {
	background-color:#000000;
	border:1px solid #373737;
	vertical-align:top;
	text-align:left;
}
.admin-table .center {
	text-align:center;
}
.admin-table tr.enable0 td {
	color:#666666;
}

.admin-message-customer {
	margin:20px auto 0 auto;
	padding:10px;
	width:50%;
	background-color:#000000;
	border:1px solid #373737;
	text-align:left;
}
.admin-message-mrc {
	margin:20px auto 0 auto;
	padding:10px;
	width:50%;
	background-color: #191919;
	border:1px solid #373737;
	text-align:left;
}
.admin-message-date {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #373737;
}
