@charset 'UTF-8';
* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #CCCCCC;
	text-align: center;
	font-size: 100%;
}
table {
	border-collapse:collapse
}
img {
	margin: 1%;
	border: none;
}
p {
	line-height: 1.6em;
	margin: 0.5em 1em;
}
em {
	font-style: italic;
	font-family: serif;
	font-size: 105%;
}
ul, dl, ol {
	margin: 0.5em 1em 0.5em 3em;
}
li, dt, dd {
	margin-bottom: 0.3em;
	margin-left: 0em;
}
li+ul, dt+ul {
	margin: 0em;
}
dt:before {
	content:"［"
}
dt:after {
	content:"］"
}
.brackets {
}
.brackets:before {
	content:"【"
}
.brackets:after {
	content:"】"
}


hr {
	margin: 1px;
	clear: both;
	visibility: hidden;
}
address {
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 1000px;
}
#contBody {
	width: 1000px;
	text-align: left;
	margin: 0px auto 10px;
	padding: 0px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	position: relative;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#head {
	height: 110px;
	margin: 0px;
	padding: 0px;
	width: auto;
	vertical-align: middle;
	background-image: url(img/head2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#head h1 {
	height: 30px;
	width: auto;
	display: none;
}
#head h2 {
	display: none;
}
#headTop {
	text-align: center;
	top: -20px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#headTop h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 5px;
}
#headTop p {
	font-size: 13px;
}
#navi {
	text-align: center;
	height: 60px;
	width: 600px;
	margin-right: 200px;
	margin-left: 200px;
	position: absolute;
	left: 0px;
	top: 105px;
	margin-top: 5px;
	z-index: 3;
	overflow: hidden;
}
#navi h2 {
	font-size: 14px;
	font-weight: normal;
	width: 130px;
	margin: 0px 5px;
	padding: 0px;
	line-height: 50px;
	height: 50px;
	float: left;
}
#navi h2 a {
	background-image: url(img/navi.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #000000;
	text-decoration: none;
	display: block;
}
#navi h2 a:hover {
	background-image: url(img/navi_hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
}
#main {
	margin: 60px 10px 30px 28px;
	float: left;
	width: 660px;
	display: inline;
}
#main h1 {
	font-size: 120%;
	background-color: #FFFF99;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
}
#main h1 a {
	text-decoration: none;
}
#main h2 {
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	font-size: 115%;
	padding-left: 20px;
	background-position: left top;
	margin-left: 0.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}
#main h3 {
	font-size: 110%;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-right: 0em;
}
#main h3:before {
	content: "●";
	color:#090;
}
#main h4 {
	font-size: 105%;
	margin-left: 2em;
	margin-top: 0.5em;
	margin-bottom: 0em;
	line-height: 1.5em;
	margin-right: 0em;
}
#main h5 {
	margin-left: 4em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#main h6 {
}
#rightColumn {
	margin: 60px 18px 30px 10px;
	float: left;
	width: 270px;
	display: inline;
}
#rightColumn h1 {
	font-size: 14px;
	margin: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #FFCC99;
	padding-right: 5px;
	padding-left: 5px;
}
#rightColumn h1 a {
	color: #000000;
	text-decoration: none;
}
#rightColumn h1 a:hover {
	color: #FF0000;
}
#rightColumn h2 {
	font-size: 13px;
	margin-right: 10px;
	margin-left: 10px;
}
#rightColumn p {
	font-size: 12px;
}
#rightColumn ul, #rightColumn dl {
	font-size: 12px;
}
#rightColumn div.box {
	margin-bottom: 10px;
	border: 2px outset #999999;
	margin-top: 10px;
}
#rightColumn iframe {
	height: 550px;
	width: 250px;
}
#foot {
	background-image: url(img/foot2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	width: 1000px;
	height: 80px;
	position: relative;
}
.imgLeft img {
	float: left;
}
.imgRight img {
	float: right;
}
.center {
	text-align: center;
}
.center table {
	margin-right: auto;
	margin-left: auto;
}
.center table td {
	text-align: left;
}
.left {
	float: left;
}
ul.left, dl.left {
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.left li {
	float: left;
	list-style-type: none;
	list-style-position: inside;
	margin-right: 1.5em;
}
dl.left dt {
	float: left;
	margin-right: 0.5em;
}
dl.left dd {
	float: left;
	margin-right: 1.5em;
}
.clearLeft {
	clear: left;
}
.right  {
	float: right;
}
ul.style-none, li.style-none {
	list-style-type: none;
	list-style-image: none;
}
ul.note {
	list-style-image: url(img/mark_note2.gif);
	list-style-type: none;
}
ul.note ol {
	list-style-image: none;
}
div.textBox1 {
	background-color: #FFCC99;
	padding: 5px;
	width: 45%;
	text-align: justify;
	margin: 10px;
	float: left;
}
table.sheet1 {
	border: 2px solid #666666;
}
table.sheet1 caption {
	padding: 3px;
	font-size: larger;
}
table.sheet1 thead td,table.sheet1 thead th {
}
table.sheet1 tfoot td,table.sheet1 tfoot th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
table.sheet1 th {
	padding: 2px 4px;
	background-color: #CCCCCC;
	margin: 0px;
	font-weight: normal;
	border: 1px solid #666666;
	text-align: center;
}
table.sheet1 td {
	padding: 2px 4px;
	margin: 0px;
	border: 1px solid #666666;
}
table.sheet1 .line-udl {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #666666;
}
table.sheet1 .line-rdl {
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #666666;
}
table.sheet1 .line-none {
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
table.sheet1 p {
	margin: 0.2em 0em;
}
td.date {
	white-space: nowrap;
}
.f-Larger {
	font-size: 110%;
}
.f-smaller {
	font-size: 90%;
}
.f-red {
	color: #FF0000;
}
div.indent {
	clear: left;
}
div.indent p {
	margin-left: 1.5em;
	text-indent: 1em;
}
div.indent ul, div.indent ol, div.indent dl {
	margin-left: 4em;
}
div.indent div.indent {
	margin-left: 1em;
	clear: left;
}
div.indent li + ul, div.indent li + ol {
	margin-left: 1em;
}
.width1-2 {
	width: 47%;
	margin: 1%;
}
.width1-3 {
	width: 31%;
	margin: 1%;
}
.width2-3 {
	width: 64%;
	margin: 1%;
}
.width1-4 {
	width: 22%;
	margin: 1%;
}
.width3-4 {
	width: 72%;
	margin: 1%;
}
.width2-5 {
	width: 37%;
	margin: 1%;
}
.width3-5 {
	width: 57%;
	margin: 1%;
}
.width4-5 {
	width: 77%;
	margin: 1%;
}
.width19-20 {
	width: 93%;
	margin: 1%;
}
.widthFit {
	width: 97%;
	margin: 1%;
}
.bgFFCCCC {
	background-color: #FFCCCC;
}
div.w50left {
	float: left;
	width: 48%;
	display: inline;
}

