/* フォントサイズの設定 */

body	{ font-size: 13px; }
table	{ font-size: 13px; }
td		{ font-size: 13px; }

div		{ font-size: 13px; }
p		{ font-size: 13px; }

.s08	{ font-size: 10px; }
.s09	{ font-size: 11px; }
.s10	{ font-size: 13px; }
.s11	{ font-size: 14px; }
.s12	{ font-size: 16px; }
.s14	{ font-size: 18px; }
.s16	{ font-size: 22px; }
.s18	{ font-size: 25px; }

/* 行間の設定 */

.h12	{ line-height: 120%; }
.h13	{ line-height: 130%; }

/* リンク文字の色設定 */

a:link 			{ color: #666699; text-decoration: none; }
a:visited 		{ color: #666699; text-decoration: none; }
a:active 		{ color: #666699; text-decoration: none; }
a:hover 		{ color: #222255; text-decoration: underline; }

/* color : black, hover : red */

.black a:link 			{ color: #000000; text-decoration: underline; }
.black a:visited 		{ color: #000000; text-decoration: underline; }
.black a:active 		{ color: #000000; text-decoration: underline; }
.black a:hover	 		{ color: #FF0000; text-decoration: underline; }

/* color : white, hover : blue */

.white a:link 		{ color: #FFFFFF; text-decoration: none; }
.white a:visited 	{ color: #FFFFFF; text-decoration: none; }
.white a:active 	{ color: #FFFFFF; text-decoration: none; }
.white a:hover	 	{ color: #0033CC; text-decoration: underline; }

/* color : blue-gray, hover : blue */

.blue-g a:link 		{ color: #849ABD; text-decoration: none; }
.blue-g a:visited 	{ color: #849ABD; text-decoration: none; }
.blue-g a:active 	{ color: #849ABD; text-decoration: none; }
.blue-g a:hover 	{ color: #0033CC; text-decoration: underline; }

/* color : red, hover : blue */

.red a:link 		{ color: #FF6666; text-decoration: none; }
.red a:visited  	{ color: #FF6666; text-decoration: none; }
.red a:active 		{ color: #FF6666; text-decoration: none; }
.red a:hover 		{ color: #0033CC; text-decoration: none; }

/* color : red, hover : red-line */

.r-red a:link 		{ color: #FF0000; text-decoration: none; }
.r-red a:visited  	{ color: #FF0000; text-decoration: none; }
.r-red a:active 	{ color: #FF0000; text-decoration: none; }
.r-red a:hover 		{ color: #FF0000; text-decoration: underline; }

/* color : blue-line, hover : red */

.blue a:link 		{ color: #0000FF; text-decoration: underline; }
.blue a:visited  	{ color: #0000FF; text-decoration: underline; }
.blue a:active 		{ color: #0000FF; text-decoration: underline; }
.blue a:hover 		{ color: #FF0000; text-decoration: underline; }

/* color : white, hover : orange*/

.white2 a:link 		{ color: #FFFFFF; text-decoration: none; }
.white2 a:visited 	{ color: #FFFFFF; text-decoration: none; }
.white2 a:active 	{ color: #FFFFFF; text-decoration: none; }
.white2 a:hover	 	{ color: #FFCC00; text-decoration: underline; }
