@charset "utf-8";
#page .box_center,
#page .box_right {
	padding-top: 199px;
	float: left;
}
#page .box_center {
	width: 470px;
	margin-right: 15px;
	padding-bottom: 40px;
}
	#splash {
		height: 346px;
		background: url(../img/root/splash.jpg) no-repeat center top;
		position: relative;
	}
		#splash_filter {
			width: 100%;
			height: 68px;
			background-color: #FFF;
			opacity: 0.6;
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		#splash .button_red {
			width: 332px;
			position: absolute;
			left: 69px;
			bottom: 10px;
		}
	#box_information {
		border: solid 1px #999;
		padding: 5px;
		margin-bottom: 20px;
	}
		#heading_news {
			height: 34px;
			font-size: 18px;
			line-height: 34px;
			text-align: center;
			letter-spacing: 4px;
			background-color: #F6871E;
			color: #FFF;
		}
		#box_information .box_content {
			height: 180px;
			overflow: auto;
			padding: 0px 5px;
			background-color: #F1F1F1;
		}
			#box_information .box_content .date {
				width: 88px;
				height: 20px;
				margin: 5px;
				padding-right: 10px;
				text-align: center;
				border-right: solid 1px #999;
				float: left;
			}
			#box_information .box_content .headline {
				min-height: 20px;
				padding: 5px;
				border-bottom: solid 1px #999;
				padding-left: 118px;
			}
		#heading_factorynews {
			height: 34px;
			font-size: 18px;
			line-height: 34px;
			text-align: center;
			letter-spacing: 4px;
			background-color: #A4CF0E;
			color: #FFF;
		}
	#banner_webdm {
		display: block;
		width: 470px;
		height: 110px;
		background: url(../img/parts_root.png) no-repeat 0px -24px;
	}
#page .box_right {
	width: 260px;
	padding-top: 219px;
	padding-bottom: 40px;
}
	#form_login {
		border: solid 1px #333;
		border-top: none;
		font-size: 12px;
		background-color: #F6F6F6;
		margin-bottom: 20px;
	}
		#form_login .heading {
			height: 28px;
			color: #FFF;
			background-color: #333;
			line-height: 28px;
			font-weight: bold;
			padding: 0px 10px;
		}
		#form_login .itemname {
			margin-bottom: 5px;
		}
		#form_login input[type="text"],
		#form_login input[type="password"] {
			margin-bottom: 10px;
			height: 30px;
		}
		#form_login .button_orange {
			width: 96px;
			height: 30px;
			font-size: 12px;
			line-height: 30px;
			float: right;
			margin-bottom: 10px;
			border-radius: 2px;
		}
	#heading_facebook {
		display: block;
		width: 117px;
		height: 24px;
		background: url(../img/parts_root.png) no-repeat 0px 0px;
		margin-bottom: 10px;
	}