@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;

	list-style: none;
}
body {
	font-size: 10pt;
	
color: #000;
	background: url(../images/jdpf.bmp);
}
a {
	color: #CC0000;
}

img {
	border: none;
	vertical-align: top;
}

/* レイアウト全体の配置位置
------------------------------------*/

#wrapper {
	position: absolute;
	width: 760px;
	height: 470px;
	left: 50%;
	top: 50%;
	margin: -235px 0 0 -380px;
}
#content {
	height: 422px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #FFFFFF url(../images/rogoback2.jpg) right top no-repeat;
}
#copyright {
	position: absolute;
	top: 470px;
	left: 0;
	width: 100%;
	padding-top: 30px;
	background: url(../images/copyright_bg.gif) left top no-repeat;
	text-align: center;
}

/* ロゴとナビゲーション
------------------------------------*/
h1#logo,
ul#nav {
	position: absolute;
	top: 422px;
}
h1#logo {
	left: 0;
}
ul#nav {
	left: 108px;
}
ul#nav li {
	display: inline;
	  margin: -1;
}

/* 本文
------------------------------------*/
#content #main {
	position: absolute;
	left: 47px;
	top: 47px;
	width: 590px;
	height: 330px;
	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;
}

/* アンカーのスタイル
------------------------------------*/
a.pdf {
	padding-right: 18px;
	background: url(../images/ico_pdf.gif) 100% 50% no-repeat;
}
a.external {
	padding-right: 18px;
	background: url(../images/ico_external.gif) right center no-repeat;
}