@charset "utf-8";

/*============================================================

	[about.css]
	
============================================================*/


/*
	background
------------------------------------------------------------*/
* html div#header {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../shared/img/content_header_bg.png", sizingMethod="scale");
	text-align: center;
}

* html div#content div.wrapper {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../shared/img/content_bg_body_ie.png", sizingMethod="scale");
}


/*
	navigation
------------------------------------------------------------*/
div#header ul#nav {
	background: url(../img/nav_bg.jpg) no-repeat;
}


/*
	local menu
------------------------------------------------------------*/
div#lm li a,
div#lm li span {
	background-color: #C90;
	background-image: url(../img/lm_bg.jpg);
	background-repeat: no-repeat;
}

div#lm li span {
	background-color: #960;
}

div#lm div.sub {
	background: #C90;
}


/*
	section
------------------------------------------------------------*/
div.section {
	clear: both;
	margin: 40px 20px 0;
}

div.section a {
	color: #C90;
}

div.section h2 {
	margin: 0 0 20px;
	padding: 0 0 0.25em;
	border: none;
	border-bottom: 1px solid #C90;
	line-height: 1.2;
	font-size: 16px;
}
* html div.section h2 {
	width: 100%;
}

div.section h3 {
	margin: 1.5em 0 0.5em;
	padding: 0 0 0 5px;
	border-left: 5px solid #C90;
	font-size: 14px;
}

div.section p,
div.section li {
	text-align: justify;
	text-justify: inter-ideograph; /*IE*/
	word-break: break-all; /*IE*/
}

div.section th {
	background: #FF9;
}


/* documents, contact */
div.section ul.document,
div.section dl.contact {
	margin: 1.6em 0 0;
	padding: 0.8em 0;
	border-top: 1px dotted #CCC;
}

div.section ul.document {
	list-style: none;
}

div.section ul.document li {
	margin: 0;
	padding: 0 0 0 16px;
	background: url(../../shared/img/bullet_document.gif) no-repeat 0 0.3em;
}

