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

#body {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	font: 16px Calibri, Arial, Helvetica, Verdana, sans-serif;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

a {
	color: #F42743;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	position: relative;
	text-align: right;
	border-bottom: 2px solid #008BD1;
	margin-bottom: 10px;
	zoom: 1;
}

#logo {
	border: none;
	float: left;
}

#inquiries {
	float: right;
}

#navigation {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
	list-style: square;
	float: right;
}

#navigation li {
	display: inline;
	padding-left: 7px;
	padding-right: 7px;
	border-right: 1px solid #00699E;
	font-size: 20px;
}

#navigation li.first {
	padding-left: 0px;
}

#navigation li.last {
	padding-right: 0px;
	border-right: 0px;
}

#content {
	margin-bottom: 10px;
}

#content h1 {
	font-size: 36px;
	font-weight: normal;
	color: #008BD1;
}

#content #system {
	margin-left: 20px;
	border: 1px solid #00699E;
	float: right;
}

#content #introduction div {
	margin-bottom: 20px;
	overflow: auto;
}

#content #introduction p {
	margin-bottom: 10px;
	line-height: 16px;
	text-align: justify;
}

#content .item {
	width: 454px;
	height: 360px;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	float: left;
}

#content .item img {
	max-width: 440px;
	max-height: 270px;
	border: 1px solid #00699E;
}

#content #filmstrip {
	width: 100%;
	height: 86px;
	padding: 26px 0;
	background: center url(../images/filmstrip.png) repeat-x;
	text-align: center;
}

#content #filmstrip img {
	max-height: 80px;
	border: 1px solid white;
	margin: 0 20px;
}

#lx {
	position: fixed;
	right: 0px;
	bottom: 0px;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
}

#lx a {
	color: #2788F4;
}
