body {
  color: #333333;
  background: #ffffff
}

p {
  font-size: 10pt;
}

.c1 {
  font-size: 10pt;
  line-height: 1.5
}

.c2 {
  font-size: 10pt;
  text-align: center;
  line-height: 1.5;
  background-image: url(image/back_pink.jpg)
}

.c3 {
  font-size: 10pt;
  text-align: left;
  line-height: 1.5;
  background-image: url(image/back_pink.jpg)
}

.number {
  list-style-type: decimal
}


A:unknown { COLOR: #000080 }
A:link { COLOR: #0000CD; TEXT-DECORATION: underline }
A:visited { COLOR: #0000CD; TEXT-DECORATION: underline }
A:hover { COLOR: #FF4500; TEXT-DECORATION: underline }

A.navi:link { COLOR: darkblue; TEXT-DECORATION: none }
A.navi:visited { COLOR: darkblue; TEXT-DECORATION: none }
A.navi:hover { COLOR: red; TEXT-DECORATION: underline }

A.gold:link { COLOR: gold; TEXT-DECORATION: underline }
A.gold:visited { COLOR: gold; TEXT-DECORATION: underline }
A.gold:hover { COLOR: gold; TEXT-DECORATION: underline }

A.white:link { COLOR: white; TEXT-DECORATION: underline }
A.white:visited { COLOR: white; TEXT-DECORATION: underline }
A.white:hover { COLOR: white; TEXT-DECORATION: underline }

.font8 { line-height: 1.2;
 font-size: 8pt }
.font9 { line-height: 1.2;
 font-size: 9pt }
.font10 { line-height: 1.2;
 font-size: 10pt }
.font12 { line-height: 1.2;
 font-size: 12pt }

.font8_blue { line-height: 1.2;
 font-size: 8pt;
 color: blue }
.font9_blue { line-height: 1.2;
 font-size: 9pt;
 color: blue }
.font10_blue { line-height: 1.2;
 font-size: 10pt;
 color: blue }
.font12_blue { line-height: 1.2;
 font-size: 12pt;
 color: blue }

.font8_darkblue { line-height: 1.2;
 font-size: 8pt;
 color: darkblue }
.font9_darkblue { line-height: 1.2;
 font-size: 9pt;
 color: darkblue }
.font10_darkblue { line-height: 1.2;
 font-size: 10pt;
 color: darkblue }
.font11_darkblue { line-height: 1.2;
 font-size: 11pt;
 color: darkblue }

.font8_white { line-height: 1.2;
 font-size: 8pt;
 color: #ffffff }
.font9_white { line-height: 1.2;
 font-size: 9pt;
 color: #ffffff }
.font10_white { line-height: 1.2;
 font-size: 10pt;
 color: #ffffff }

.dotted { border-bottom: 2px dotted #A9A9A9 }


#photo_right {
  float: right;
  margin-left: 0.3em;
  margin-bottom: 0.3em
}

#photo_left {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em
}


h1 {
	padding: 0em;
	font-size: 13pt;
	margin-top: 0.5em;
	margin-left: 1em;
 color: #666666

}

h2 {
	padding: 0em;
	font-size: 10pt;
	margin-left: 1em;
 color: #666666

}


.pink { 	background-image: url(image/back_pink.jpg);
 }




