@charset "UTF-8";
/* CSS Document */
a:link { color: #000000; } 
a:visited { color: #333333; } 
a:hover { color: #ED0000; } 
a:active { color: #C10505; }

body{
    margin:0px;
    padding:0px;
}
div#main{
	background-image:url(../images/main.gif);
	background-repeat:no-repeat;
	overflow:auto;
	height:660px;
	width:940px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-330px;
	margin-left:-470px;
	padding-top: 10px;
	overflow: visible;
}
.pt11 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #250C04;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 18px;
}
.pt12 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	font-weight: bold;
	color: #250C04;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 20px;
	margin-top: 10px;
}
.pdf {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #250C04;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	vertical-align: top
}

div#libraryBg{
	background-image:url(../library/images/lib_bg.gif);
	background-repeat:no-repeat;
	overflow:auto;
	height:660px;
	width:940px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-330px;
	margin-left:-470px;
	padding-top: 10px;
	overflow: visible;
}
div#library{
	overflow:auto;
	height:589px;
	width:470px;
	position:absolute;
	top:327px;
	left:675px;
	margin-top:-310px;
	margin-left:-235px;
	padding-top: 30px;
	overflow: visible;
}
