* {
	font-family: 'Hiragino Kaku Gothic Pro', 'Osaka', 'MS PGothic', Sans-serif;
}

body, th, td { font-size: 12px; }



/* Anchor Tag defined */
a:link    { color: #3366cc; }
a:visited { color: #0066cc; }
a:hover   { color: #ff0000; }

a.navigation { text-decoration: none; }


h1 { font-size: 14px; text-align: center; margin: 7px; }

td.non { padding: 0px; background: #333333; color: inherit; }

del { font-size: 11px; color: #666666; }

/** Document Style defined */
.doc { line-height: 1.6em; }
.en { font-family: 'Verdana', Sans-serif; }


.f11 { font-size: 11px; }
.f12 { font-size: 12px; }

.red  { color: #cc3333; }
.blue { color: #3366cc; }

.new { font-size: 11px; font-family: 'Verdana', Sans-serif; color: #cc6633; }

.contentsName {
	font-size: 11px;
	font-family: 'Verdana', Sans-serif;
	font-weight: bold;
}

/** Navigation Link */
.navi { padding: 0px; }

/** Thanks Style */
.thanks { color: #339966; }

/** Copryright */
.copyright {
	font-size: 11px;
	font-family: 'Verdana';
	padding-left: 0px;
	padding-right: 0px;
 }

/** Print Mode */
@media print {
	.navi { display: none; }
	.break { page-break-after: always; }

}