@charset "utf-8";
/* **************************************************

Name: special.css

Description: Singlebrook/DSD Web Works Additions

Create: 2009.02.28
Update: 2009.03.01

***************************************************** */

/* Home page
=========================================================================================== */

div#SiteIdentityDSD {
	margin: 0 auto;
	width: 765px;
	font-size: 0;
	text-align: left;
	border: 1px solid #e6e6e6;
}
div#SiteIdentityDSD p.Title {
	float: left;
	width: 610px;
	height: 83px;
	background: url("/image/h1_en/bg_site_id_large.gif") repeat-x 0 0 #e6e6e6;
	background-color: #e6e6e6;
}
div#SiteIdentityDSD p.Statement {
	float: right;
	padding: 1px 0px 0 0;
	width: 155px;
	height: 82px;
	/*
	background: url("/image/h1_en/bg_corp_id_small.gif") repeat-x 0 0;
	*/
}
div.BoxCorporateDSD {
	position:relative;
	margin: 0px;
	background-color: #FFFFFF;
	height:168px;
}
div.BoxCorporateTopDSD {
	position:relative;
	margin: 0px;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	height:125px;
}
div.BoxCorporateTopDSD p.Title {
	padding: 20px 20px 0px 0px;
	font-size: 68%;
	color:#B90000;
	line-height: 1.0;
	text-align:right;
	font-weight:bold;
}
div.BoxCorporateTopDSD p.Address {
	position:absolute;
	bottom:7px;
	right:13px;
	font-size: 70%;
	color:#000000;
	line-height: 1.1;
	text-align:right;
}
div.BoxCorporateBottomDSD {
	position:absolute;
	bottom:1px;
	padding: 0px;
	text-align:center;
	left: -1px;
}
div.BoxSpotlightDSD {
	margin: 0px;
	height:348px;
}
div.BoxSpotlightDSD p.Title {
	border-top: 3px solid #9f9f9f;
}
div.BoxSpotlightDSD p.Title strong {
	display: block;
	text-align:center;
	padding: 6px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 80%;
	background-color: #efefef;
	color:#222222;
}
div.BoxSpotlightDSD div.Inner {
	padding: 5px;
	border: solid 1px #cdcdcd;
}
div.BoxSpotlightDSD p.Header {
	color:#08427c;
	font-size: 78%;
	font-weight:bold;
	margin-bottom:5px;
}
div.BoxSpotlightDSD p.Text {
	color:#444444;
	font-size: 71%;
}
/* Internal Pages
=========================================================================================== */

div.InternalBody p, div.InternalBody ul, div.InternalBody ol {
	margin: 0;
	font-size: 83%;
	line-height: 1.35;
	margin-top:10px;
	margin-bottom:10px;
}
div.InternalBody h3 {
	margin: 0;
	font-size: 100%;
	margin-top:20px;
	margin-bottom:10px;
}
/*
div.InternalBody ul, div.InternalBody ol {
	margin-left: 25px;
}
*/
div.InternalBody ul {
	list-style-type: disc;
}
div.InternalBody ul.LinkListStyle1 {
	list-style-type: none;
	margin-left: inherit;
}
div.InternalBody li {
	line-height: 1.35;
}

div.Sitemap ul, div.Sitemap li{
	list-style-type: none !important;
}
div.ToTopDSD ul.PageTop {
	margin: 0 0 15px;
	text-align: right;
}
div.ToTopDSD ul.PageTop li {
	display: inline;
	padding: 1px 0 1px 17px;
	font-size: 83%;
	line-height: 1.35;
	background: url("/image/h1_en/icon/icon_link_top.gif") no-repeat 0 0.1em;
}
div.ToTopDSD ul.PageTop li a {
	line-height: 1.35;
}
/* fix for borders appearing where they shouldn't */
table.noborder, table.noborder tr, table.noborder th, table.noborder td {
	border-width: 0;
}
table.tight, table.tight tr, table.tight th, table.tight td {
	padding: 3px;
}
table.smalltext th, table.smalltext td {
	font-size: 70%;
}
table.vtop td {
	vertical-align: top;
}

.BoxPatternA p{
	margin-bottom: 0 !important; 
}

/* fix for custom looking tables in product categories */
.product_categories{
	border: 0 !important;
}
.product_categories th{
	font-size: 14px; font-weight: bold; border: 0 !important; background-color:#C0C0C0;
}
.product_categories th.right{
	text-align: right;
}
.product_categories tr{
	vertical-align: top;
	/* Fix for empty rows being very short */
	height: 1em;
}
.product_categories, .product_categories tr, .product_categories td{
	border: 0 !important;
}
table.product_categories, table.product_categories tr, table.product_categories th, table.product_categories td {
	padding: 3px;
}

img.LeftOfText {
	float:left;
	margin-right:10px;
}
img.diagram {
	border: 1px solid black;
}

/* table fix for corp statement */
.table_align_top td, .table_align_top tr{
	border: 1px solid #333;
	vertical-align: top;
}



.japanLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #9F9F9F;
	float:right;
	padding-right:35px;
	padding-top:7px;
}
.japanLink a:link {
	color: #9F9F9F;
	text-decoration:none;
}
.japanLink a:visited {
	color: #9F9F9F;
	text-decoration:none;
}
.japanLink a:hover {
	color: #787878;
	text-decoration:underline;
}