@charset "utf-8";
/* CSS Document */

.Corporate .PageBacker{
	width:100%;
	background-color: #f9f9f9;
	background-image: url(../../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.Corporate .LeftWrap{
	float: right;
	width: 215px;
	margin:0 auto;
	padding: 10px;
	
}
.Corporate .RightWrap{
	float: left;
	width: 180px;
	margin:0 auto;
	padding: 10px;
}
.Corporate .ContentWrap{
	margin:auto 230px auto 200px;
	padding: 10px 20px;
}
.YellowWindow{
	background-color: #fff;
	border: 1px solid #ffcc00;
	margin-bottom: 15px;
}
.YellowTitle{
	padding: 4px 12px;
	background-image: url(../../images/HeaderInactive.gif);
	background-position: center -1px;
	font-weight: bold;
}
.YellowData{
	padding: 15px;
}
.GreyWindow{
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
.GreyTitle{
	padding: 4px 12px;
	background-image: url(../../images/HeaderActive.gif);
	background-position: center -1px;
	font-weight: bold;
	color: #FFFFFF;
}
.GreyData{
	padding: 15px;
}
.GreyData .date{
	color: #666666;	
	line-height: 25px;
}
.GreyData a{
	color: #333333;
	text-decoration:none;
}
.GreyData a:hover{
	color: #333333;
	text-decoration:underline;
}
.CorporateSite{
	 background-color:#000000;
	 border-bottom:1px solid #000000;
	 height:300px;
}
