/*
===============================================================================
/english/css/index.css
English Information
===============================================================================*/

/*-----------
Shared Styles
-------------*/



/*------------
Element Styles
--------------*/

/* Contents > [HTMLTag] Table
===============================================================================*/
#contents table {
	margin:19px 0 15px;

	border-bottom:1px solid #379;
	border-right:1px solid #379;
} html>body #contents table {table-layout:fixed;}
#contents th {
	padding:6px 10px;

	text-align:left;
	vertical-align:top;
	border-top:1px solid #379;
	border-left:1px solid #379;
	background:#A3BAC2;
	
	width:115px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:94px;
} html>body #contents th {width:94px;}
#contents td {
	padding:6px 10px;

	border-top:1px solid #379;
	border-left:1px solid #379;
	background:#EEF3F3;
	
	width:570px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:549px;
} html>body #contents td {width:549px;}
#contents td.nopadding {
	padding:0;
	
	width:570px;
}

/* Contents > [HTMLTag] DL inside Table
===============================================================================*/
#contents dl {
	margin:0;
	background:transparent url("../../images_public/contents/dl_bg.gif") repeat-x left bottom;
}
#contents dl.last {
	background:none;
}
#contents dt {
	float:left;
	padding:8px 12px;

	font-weight:bold;
	color:#378;

	width:190px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:176px;
} html>body #contents dt {width:176px;}
#contents dd {
	display:block;

	margin-left:200px;
	padding:8px 0;
}

/* Contents > [HTMLTag] UL
===============================================================================*/
#contents ul {
	margin:19px 0;
	padding-left:1em;
}
#contents li {
	padding-bottom:0.75em;

	line-height:1em;
	list-style:disc outside url("../../images_public/contents/header_02.gif");
}

/* Font Face
===============================================================================*/
/* To avoid IE Mac's font set bug when font-family setted in body or html */
td, th, caption, li, p, dt, dd, h1, h2, h3, h4, h5, h6 {
	font-family:verdana, helvetica, sans-serif;;
}

