@charset "utf-8";
body {
	background-image: url(../img/bodybg.jpg);
	background-repeat: repeat;
	background-position: 4px;
	margin: 0px;
	padding: 0px;
}

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

table tr th td {
	padding: 0px;
	margin: 0px;
}

#globalnavi {
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#mainstage {
	padding: 0px;
	margin-top: 27px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#shadowleft {
	background-image: url(../img/shadowleft.jpg);
	background-repeat: repeat-y;
	width: 10px;
}
#shadowright {
	background-image: url(../img/shadowright.jpg);
	background-repeat: repeat-y;
	width: 10px;
}
#shadowtop {
	background-image: url(../img/shadowtop.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 750px;
}
#shadowbottom {
	background-image: url(../img/shadowbottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 750px;
}
#globalnavibox {
	background-image: url(../img/navibg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#globalnavi img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainstage p{
	font-size: 14px;
	line-height: 130%;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	border-left-width: 15px;
	border-left-style: double;
	border-left-color: #006c00;
	padding-left: 10px;
	text-align: left;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-left: 10px;
	text-align: left;
}
dl {
	font-size: 14px;
	line-height: 130%;
	text-align: left;
}
ul {
	font-size: 14px;
	line-height: 130%;
	text-align: left;
}
#footer p{
	font-size: 12px;
	line-height: 130%;
	color: #333333;
}
.pbreak {
	page-break-before:always;
}
.pagetop {
	font-size: 12px;
}
#mainstage table {
	font-size: 14px;
}

