@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(../images/hg.png);
	background-repeat:repeat-x;
	background-color:#fff;
	color:000;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
}

/*div#LContainer {
	position:absolute;
	left:50%;
	top:0px;
	width:955px;
	bottom:30px;
	margin-left:-477px;
	background-image:url(../images/slogan.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	overflow:hidden;
}
div#LFooter {
	position:absolute;
	left:50%;
	bottom:0px;
	height:30px;
	width:955px;
	margin-left:-477px;
	font-size:90%;
	text-align:center;
}
*/
div#LContainer {
	margin:auto;
	text-align:center;
	width:955px;
	background-image:url(../images/slogan.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
	div#LContent * {
		text-align:left;
	}
div#LFooter {
	margin-top:20px;
	text-align:center;
}

div#LFooter h1 {
		font-size:120%;
		text-transform:uppercase;
		margin:0px;
		padding:0px;
	}
		div#LFooter p {
		margin:0px;
		padding:0px;
	}
div#LNavi {
	margin-top:5px;
	clear:both;
	float:none;
	border-bottom:1px dotted #ccc;
	background-color:#fff;
	height:17px;
	padding-left:5px;
}
div#LContent {
	/* position:relative; */
	bottom:0px;
	margin-left:5px;
}
div#LCContent {
	overflow:auto;
	height:100%;
	margin-left:50px;
}

div#LBreadcrumb {
	float:none;
	clear:both;
	font-size:80%;
	margin-bottom:10px;
}

h1, h2, h3, h4, h5, h6 {
	text-transform:uppercase;
	font-weight:normal;
	clear:both;
	float:none;
}
h1 {
	font-size:150%;
	color:#222D80;
}
h2 {
	font-size:130%;
	border-bottom:1px solid #999;
}
h3 {
	font-size:110%;
}

dl {
	margin-left:100px;
}
dt {
	clear:both;
	float:none;
	text-transform:uppercase;
	font-size:110%;
}
dd.img {
	float:left;
	margin-right:10px;
	clear:left;
}
dd.img img {
	border:1px dotted #999;
	padding:1px;
}

.floatL {
	float:left;
}
.floatR {
	float:right;
}
.cleaner {
	clear:both;
	float:none;
}

div#LBreadcrumb {
}

a {
	color:#222D80;
	text-decoration:none;
	text-transform:uppercase;
	font-size:90%;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#222D80;
}
