/* 全体 */

body,td {  font-size: 12px; color: #333333; line-height: 120%}
body {
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}




/* テキストの装飾 */

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

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

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



.gray10 {  font-size: 10px; color: #333333; line-height: 130%}

.gray12 {  font-size: 12px; color: #333333; line-height: 140%}

.gray14 {  font-size: 14px; color: #333333; line-height: 140%; font-weight: bold}

.gray16 {  font-size: 16px; color: #333333; line-height: 140%; font-weight: bold}

.gray14pl {  font-size: 14px; color: #333333; line-height: 140%}

.orange10 {  font-size: 10px; color: #FF6600; line-height: 130%}

.orange12 {  font-size: 12px; color: #FF6600; line-height: 140%}

.orange14 {  font-size: 14px; color: #FF6600; line-height: 140%; font-weight: bold}

.red10 {  font-size: 10px; color: #FF0000; line-height: 130%}

.red12 {  font-size: 12px; color: #FF0000; line-height: 140%}

.red14 {  font-size: 14px; color: #FF0000; line-height: 140%; font-weight: bold}

.white10 {  font-size: 10px; color: #FFFFFF; line-height: 130%}

.white12 {  font-size: 12px; color: #FFFFFF; line-height: 140%}

.white14 {  font-size: 14px; color: #FFFFFF; line-height: 140%; font-weight: bold}

.white16 {  font-size: 16px; color: #FFFFFF; line-height: 140%; font-weight: bold}



/* リンク */

a:link {  color: #0000FF; text-decoration: underline}

a:visited {  color: #4C79FF; text-decoration: underline}

a:hover {  color: #0000FF; text-decoration: underline}

a:active {  color: #0000FF; text-decoration: underline}



a.pdf:link {  color: #333333; text-decoration: none;}

a.pdf:visited {  color: #333333; text-decoration: none;}

a.pdf:hover {  color: #999999; text-decoration: none;}

a.pdf:active {  color: #999999; text-decoration: none;}



/* ページナビCSSサンプル */

ul.pagenav li {

	display:inline;

	font-family:"Lucida Grande", "Lucida Sans Unicode", Sans-Serif;

}

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;

}

