@charset "utf-8";
/*
	Site Name: el dirigible inc
	Description: English only
	Version: 2008.12.11.
	Author: el dirigible inc
*/

/*---------------------------------------
	Global Navigation
---------------------------------------*/

#NaviE {
	background: #d00000 url(../img/bg_navi.png) no-repeat;
	margin: 0px auto;
	height: 25px;
	width: 771px;
	padding-left: 29px;
}

div#NaviE ul { 
	margin: 0px; 
	padding: 0px; 
	list-style-type: none;
	}

div#NaviE ul li { 
	margin: 0px; 
	padding: 0px;
	height: 25px; 
	float: left; 
	}
div#NaviE ul li.nav01 { width:90px; padding-left: 1px; }
div#NaviE ul li.nav02 { width:90px; padding-left: 1px; }

div#NaviE ul li a {
	display: block;
	height: 25px;
	background: #FFFFFF no-repeat 0px 0px;
}

div#NaviE ul li.nav01 a {
	background: url(../contents/english/img/b_nav01.png) no-repeat;
}
div#NaviE ul li.nav02 a {
	background: url(../contents/english/img/b_nav02.png) no-repeat;
} 

div#NaviE ul li a:hover { background-position: 0px -25px; }
div#NaviE ul li a span { position: absolute; left: -9999px; }

/*---------------------------------------
	Others
---------------------------------------*/

.TopicsE {
	font-size:93%;
	padding: 0px 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	text-justify: distribute-all-lines;
}

.ServiceColumnE {
	background: #F0F0F0;
	margin-top: 5px;
	padding: 10px;
	width: 330px;
	font-size: 93%;
	line-height: 1.6em;
	margin-bottom: 10px;
	border-bottom: 1px solid #D2D2D2;
	text-align: justify;
	text-justify: distribute-all-lines;
}

.ServiceColumnE span {
	font-size: 85%;
	line-height: 1.6em;
}

