@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: left;
	width: 215px;
	margin:0 auto;
	padding: 10px;
	
}
.Corporate .RightWrap{
	float: right;
	width: 180px;
	margin:0 auto;
	padding: 10px;
}
.Corporate .ContentWrap{
	margin:auto 200px auto 230px;
	padding: 10px 20px;
}
.Corporate .ContentWrap a{
	color:#000000;
	text-decoration:underline;
}
.Corporate .ContentWrap a:hover{
	text-decoration:none;
}
.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;
}
.line{
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1B500;
}
#watermark_box 
{
	position:relative;
	display:block;
}
.wtrmrk{

	top:0px;
	left:0px;
	float:left;
	width:100%;
}
img.watermark 
{
	position: absolute;
	top: 1em;
	left: 1em;
				
}