@charset "utf-8";

/* tndl.net default css */

html {
	background-color: #efefef;
}

body,table {
	margin: 0;
	padding: 30pt 3pt 5pt 5pt;
	background-color: #efefef;
	color: #000000;
	font-size: 12pt;
	font-family : "MS UI Gothic", Osaka, sans-serif;
}

h1 {
	color: #FF0000;
	font-size: 13.5pt;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

hr {
	background-color:#888;
	border-width:0;
	height:1px;
	width:100%;
	position:relative;
}

a:link { color: #0000FF;}
a:active { color: #FF0000;}
a:visited { color: #660099;}
a:hover { color: #FF0000;}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

a img {
	border: 0;
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
}

pre {
	font-size: 10.5pt;
	color: #000000;
}

#left {
	text-align: left;
}

#center {
	text-align: center
}

#banner {
	position: absolute;
	top: 12pt;
	right: 3pt;
	text-align: right;
}

.fake_link_active {
	text-decoration: underline;
	color: #0000FF;
}

.fake_link_visited {
	text-decoration: underline;
	color: #660099;
}

.name {
	color: green;
	font-weight: bold;
}

.en {
	font-family: 'Arial';
	color: #FF0000;
}

.neet{
	color: #FF6347;
	font-size: 13.5pt;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 10pt;
}

.xx_small {
	font-size: 8pt;
}
