/* 全体 */
body {  background-image: url(share/bg02.gif)}
body,td {  font-size: 12px; color: #333333; line-height: 130%}

/* テキストの装飾 */
.gray10 {  font-size: 10px; color: #333333; line-height: 120%}
.gray11 {  font-size: 11px; color: #333333; line-height: 120%}
.gray12 {  font-size: 12px; color: #333333; line-height: 130%}
.gray14 {  font-size: 14px; color: #333333; line-height: 140%; font-weight: bold}
.black10 {  font-size: 10px; color: #000000; line-height: 120%}
.black12 {  font-size: 12px; color: #000000; line-height: 130%}
.black14 {  font-size: 14px; color: #000000; line-height: 140%; font-weight: bold}
.darkblue10 {  font-size: 10px; color: #0c1d72; line-height: 120%}
.darkblue12 {  font-size: 12px; color: #0c1d72; line-height: 130%}
.darkblue14 {  font-size: 14px; color: #0c1d72; line-height: 140%; font-weight: bold}
.blue10 {  font-size: 10px; color: #3366ff; line-height: 120%}
.blue12 {  font-size: 12px; color: #3366ff; line-height: 130%}
.blue14 {  font-size: 14px; color: #3366ff; line-height: 140%; font-weight: bold}
.waterblue10 {  font-size: 10px; color: #aabfff; line-height: 120%}
.waterblue12 {  font-size: 12px; color: #aabfff; line-height: 130%}
.waterblue14 {  font-size: 14px; color: #aabfff; line-height: 140%; font-weight: bold}
.green10 {  font-size: 10px; color: #339933; line-height: 120%}
.green12 {  font-size: 12px; color: #339933; line-height: 130%}
.green14 {  font-size: 14px; color: #339933; line-height: 140%; font-weight: bold}
.mosgreen10 {  font-size: 10px; color: #008080; line-height: 120%}
.mosgreen12 {  font-size: 12px; color: #008080; line-height: 130%}
.mosgreen14 {  font-size: 14px; color: #008080; line-height: 140%; font-weight: bold}
.mosgreen_light10 {  font-size: 10px; color: #ccebd6; line-height: 120%}
.mosgreen_light12 {  font-size: 12px; color: #ccebd6; line-height: 130%}
.mosgreen_light14 {  font-size: 14px; color: #ccebd6; line-height: 140%; font-weight: bold}
.orange10 {  font-size: 10px; color: #FF6600; line-height: 120%}
.orange12 {  font-size: 12px; color: #FF6600; line-height: 130%}
.orange14 {  font-size: 14px; color: #FF6600; line-height: 140%; font-weight: bold}
.ored10 {  font-size: 10px; color: #FF3300; line-height: 120%}
.ored12 {  font-size: 12px; color: #FF3300; line-height: 130%}
.ored14 {  font-size: 14px; color: #FF3300; line-height: 140%; font-weight: bold}
.red10 {  font-size: 10px; color: #FF3333; line-height: 120%}
.red12 {  font-size: 12px; color: #FF3333; line-height: 130%}
.red14 {  font-size: 14px; color: #FF3333; line-height: 140%; font-weight: bold}
.pink10 {  font-size: 10px; color: #f33699; line-height: 120%}
.pink12 {  font-size: 12px; color: #f33699; line-height: 130%}
.pink14 {  font-size: 14px; color: #f33699; line-height: 140%; font-weight: bold}
.purple10 {  font-size: 10px; color: #000080; line-height: 120%}
.purple12 {  font-size: 12px; color: #000080; line-height: 130%}
.purple14 {  font-size: 14px; color: #000080; line-height: 140%; font-weight: bold}
.white10 {  font-size: 10px; color: #FFFFFF; line-height: 120%}
.white12 {  font-size: 12px; color: #FFFFFF; line-height: 130%}
.white14 {  font-size: 14px; color: #FFFFFF; line-height: 140%; font-weight: bold}

.title01 {  font-size: 24px; color: #333333; line-height: 160%; font-weight: bold}
.orange13 {  font-size: 13px; color: #FF6600; line-height: 140%; font-weight: bold}
.white18 {  font-size: 18px; color: #FFFFFF; line-height: 180%; font-weight: bold}

/* リンク */
a:link {  color: #0000ff; text-decoration: underline;}
a:visited {  color: #800080; text-decoration: underline;}
a:hover {  color: #ff0000; text-decoration: underline;}
a:active {  color: #ff0000; text-decoration: underline;}

a.waterblue:link {  color: #358fc0; text-decoration: none}
a.waterblue:visited {  color: #99c4de; text-decoration: none}
a.waterblue:hover {  color: #358fc0; text-decoration: underline}
a.waterblue:active {  color: #358fc0; text-decoration: underline}

a.white:link {  color: #ffffff; text-decoration: none;}
a.white:visited {  color: #ffffff; text-decoration: none;}
a.white:hover {  color: #ffffff; text-decoration: none;}
a.white:active {  color: #ffffff; text-decoration: none;}

a.orange:link {  color: #ff6600; text-decoration: none;}
a.orange:visited {  color: #ff6600; text-decoration: none;}
a.orange:hover {  color: #ff6600; text-decoration: underline;}
a.orange:active {  color: #ff6600; text-decoration: underline;}

/* ページナビCSSサンプル */
ul.pagenav li {
	display:inline;
}
ul.pagenav li a {
	margin: 0 2px 0 0;
	padding: 2px 4px;
	border: 1px solid #cccccc;
	text-decoration: none;
}
ul.pagenav li a:hover {
	border: 1px solid #999999;
	background: #DFF0F5;
	text-decoration:none;
}
ul.pagenav li.current{
	margin: 0 2px 0 0;
	padding: 2px 4px;
	border: 1px solid #cccccc;
	background: #DFF0F5;
}