/******************************************
 Layout CSS 
*******************************************/

/******************************************
 HTML tag
*******************************************/

/* Body tag */

body{
	margin: 0px 0px 42px 0px;
	padding: 0px;
	background-color: #002804;
	background-image: url(../img/en-bg.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	color: #FFF;
	font-family: "Arial", "Helvetica", "sans-serif", "Osaka";
}

/* Anchor tag */
A:visited {
	color:#F1E090;
	font-family: "Helvetica", "Arial", "sans-serif";
	font-weight: normal;
	text-decoration: underline;
}

A:link{
	color:#F1E090;
	font-family: "Helvetica", "Arial", "sans-serif";
	font-weight: normal;
	text-decoration: underline;
}

A:hover{
	color:#FF6600;
	font-family: "Helvetica", "Arial", "sans-serif";
	font-weight: normal;
	text-decoration: underline;
}

A IMG {
	border: none;
}


/******************************************
 Letter (p,span,font,b,strong etc.)
*******************************************/

.txt18px{
	font-size:18px;
}

.txt15px{
	font-size:15px;
}

.txt13px{
	font-size:13px;
}

.txt11px{
	font-size:11px;
}

.txt10px{
	font-size:10px;
}

.txt9px{
	font-size:9px;
}

/* Indent */
.leftIndent{
	margin: 2px 0px 2px 24px;
	padding: 0px;
}

/******************************************
 Visual
*******************************************/
/* Right */
.floatRight{
	float: right;
}

/* Left */
.floatLeft{
	float: left;
}

/* Clear */
.clearBoth{
	clear: both;
}


/******************************************
 Individual parts
*******************************************/

/* Group Company */
ul.groupList{
	display: block;
	border-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li.groupCompany{
	display: block;
	list-style: none;
	border-style: none;
	background: url("../img/en-icon_tri.gif") no-repeat;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 18px;
}













