body {
	padding: 0px;
/*
	scrollbar-base-color: #7ba7d4;
	scrollbar-3dlight-color: #7ba7d4;
	scrollbar-arrow-color: #7ba7d4;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #7ba7d4;
	scrollbar-track-color: #ffffff;
*/
	background-image: url(bg_gradient.gif);
	background-color: #a00020;
	background-repeat: repeat-x;
}

iframe {
	border: none;
}

body, td {
	font-size: 12px;
	color: #000000;
	font-family: 'Arial', sans-serif;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	color: #a00020;
	margin-bottom: 15px;
}
h1 {
	text-align: center;
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 12px;
}

hr {
	border: none;
	border-top: 1px solid #a00020;
	height: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

pre, code {
	display: block;
	border: 1px dashed #2000a0;
	background-color: #fffff0;
	padding: 20px;
}

input, button, textarea {
	border: 1px solid #000000;
	background-color: #ffffff;
}
button, input[type=button], input[type=submit] {
	border: none;
	background-color: #a00020;
	color: #ffffff;
}

table {
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 10px;
	padding-top: 0px;
	text-align: left;
}

strong {
	color: #2753be;
	font-weight: bold;
}

.head {
	font-weight: bold;
	font-size: 13pt;
	color: #2753be;
}

.fixed {
	font-size: 8pt;
	font-family: 'courier new', 'courier';
}

.small {
	font-size: 11px;
	color: #000000;
}

/* ##################################### */

.item {
	/* float: left; */
	height: 16px;
	display: inline;
}
.item_left {
	float: left;
	width: 16px;
	height: 16px;
	background-image: url('item_left.png');
	background-repeat: no-repeat;
}
.item_main {
	float: left;
	height: 15px;
	overflow: hidden;
	background-color: #a00020;
}
.item_right {
	float: left;
	width: 16px;
	height: 16px;
	background-image: url('item_right.png');
	background-repeat: no-repeat;
}

/* ##################################### */

#wrap {
	margin: 0 auto;
	width: 756px;
}
#page {
}


#sidebar {
	float: right;
	width: 124px;
	text-align: center;
	position: absolute;
	margin-left: 760px;
	margin-top: 184px;
}
.box {
	border: 2px solid #000000;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	color: #000000;
}
.box a {
	color: #a00020;
}

#page #logo {
	margin-top: 16px;
	margin-left: 16px;
	margin-right: 16px;
	width: 720px;
	height: 128px;
	background-image: url('qpb_header004.jpg');
}

#page #navi {
	margin-left: 16px;
	/* margin-right: 15px; */
	margin-bottom: 16px;

	font-size: 11px;
	font-weight: bold;
	
	height: 16px;
}
#page #navi a {
	text-decoration: none;
	color: #ffffff;
}
#page #navi a:hover,
#page #navi a.active {
	color: #000000;
}


#page #navi ul {
	list-style-type: none;
}
#page #navi li {
	display: inline;
	float: left;
}

#page #content {
	width: 672px;
	text-align: justify;
}

#page #content ul {
}

#page #content li {
	margin-left: 15px;
	margin-bottom: 15px;
}

#page #content a {
	color: #a00020;
}
#page #content a:hover {
	color: #000000;
}


#page #content table {
	border-collapse: collapse;
}
#page #content td {
	border-top: 1px solid #a00020;
	padding: 5px;
}

#page #content th {
	color: #ffffff;
	background-color: #a00020;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}

#page #footer {
	font-size: 11px;
	text-align: center;
	margin-bottom: 32px;
}

#gallery {
	margin-left: 84px;
}
.gallery_image {
	float: left;
	margin: 8px;
}

