
p#win1{
  font-size : 11px;
  line-height: 18px;
  color : #333333;
  text-align : left;
  letter-spacing : 2px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left : 10px;
  margin-top:0;
  margin-bottom:0;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width : 0px;
  }



/* レイアウト全体の配置位置
------------------------------------*/
#box {
	position: absolute;
	width: 640px;
	left: 50%;
	margin: 50 0 0 -320px; /* 上ロゴ領域50px */
	background-color: #ffffff;
	}



/*
#content {
	height: 422px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #FFFFFF url(../images/content_bg.jpg) right top no-repeat;
}
*/

/* 本文
------------------------------------*/
#content #main {
	position: absolute;
	left: 25px;
	top: 350px;
	width: 311px;
	height: 160px;
	overflow: auto;
}
#content #main h2 {
	margin-bottom: 10px;
}
#content #main p {
	line-height: 1.5;
}
#content #main #recentInformation {
	margin-top: 23px;
	line-height: 1.5;
}
#content #main #recentInformation h3 {
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 1;
}
#content #main #recentInformation dd {
	margin-bottom: 6px;
}


