@charset "UTF-8";
/* CSS Document */



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0F0054;
}

a {
	color: #990000;
	text-decoration:underline;
}


a:hover {
	color: #FF0000;
}


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}


.titleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*color: #0066FF;*/
	font-size: 14px;
}

.subTitleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}

.copyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

div.frame_scrapbook img{
		margin: 0;
		padding: 22px;
	}
	
div.frame_scrapbook {
	position: relative;
	float: left;
	margin: 15px;
}

div.frame_scrapbookC {
	position: relative;
	float: center;
	margin: 15px;
}

div.frame_scrapbook div.upper_left {
	position: absolute;
	background: transparent url('scrapbook/frame_upper_left.png') no-repeat 38px 38px;
	width: 100%;
	margin-left: -38px;
	margin-top: -38px;
	height: 100%;
	top: 0px;
	left: 0px;
}

div.frame_scrapbook div.upper_right {
	position: absolute;
	background: url('scrapbook/frame_upper_right.png') no-repeat right 38px;
	width: 41px;
	height: 100%;
	margin-top: -38px;
	top: 0px;
	right: 0px;
}

div.frame_scrapbook div.lower_left {
	position: absolute;
	background: transparent url('scrapbook/frame_lower_left.png') no-repeat 38px 0px;
	width: 100%;
	margin-left: -38px;
	height: 42px;
	bottom: 0px;
	left: 0px;
}

div.frame_scrapbook div.lower_right {
	position: absolute;
	background: transparent url('scrapbook/frame_lower_right.png') no-repeat top right;
	height: 42px;
	width: 42px;
	bottom: 0px;
	right: 0px;
}

div.frame_scrapbookC div.upper_left {
	position: absolute;
	background: transparent url('scrapbook/frame_upper_left.png') no-repeat 38px 38px;
	width: 100%;
	margin-left: -38px;
	margin-top: -38px;
	height: 100%;
	top: 0px;
	left: 0px;
}

div.frame_scrapbookC div.upper_right {
	position: absolute;
	background: url('scrapbook/frame_upper_right.png') no-repeat right 38px;
	width: 41px;
	height: 100%;
	margin-top: -38px;
	top: 0px;
	right: 0px;
}

div.frame_scrapbookC div.lower_left {
	position: absolute;
	background: transparent url('scrapbook/frame_lower_left.png') no-repeat 38px 0px;
	width: 100%;
	margin-left: -38px;
	height: 42px;
	bottom: 0px;
	left: 0px;
}

div.frame_scrapbookC div.lower_right {
	position: absolute;
	background: transparent url('scrapbook/frame_lower_right.png') no-repeat top right;
	height: 42px;
	width: 42px;
	bottom: 0px;
	right: 0px;
}

.code {
	background: #EEEEEE;
	border: solid #888888 2px;
	font-family: "Courier New", monospace;
	color: black;
	font-size: 10pt;
	width: 96%;
	max-height: 400px;
	overflow: auto;
	padding: 3px;
	margin: 2px;
	margin-left: 1em;
}
