/************************************** 背景 */
body {
	background-color:#ffffff;
}

/************************************** リンク */
a:link {
	font-size: 11pt; 
	color: #0080FF; 
	text-decoration: none;
	line-height: 1.5em;
}

a:visited {
	font-size: 11pt; 
	color: #0080FF; 
	text-decoration: none;
	line-height: 1.5em;
}

a:hover {
	font-size: 11pt; 
	color: #0080FF; 
	text-decoration: underline;
	line-height: 1.5em;
}


/************************************** フォント */
td {
	font-size: 11pt; 
	color: #000000; 
	line-height: 1.5em;
}

pre {
	font-size: 10pt; 
	color: #ffffff; 
	line-height: 1.5em;
}

strong {
	font-size: 11pt; 
	color: #000000; 
	font-weight: bold;
	line-height: 1.5em;
}


th {
	font-size: 11pt; 
	color: #000000; 
	font-weight: bold;
	line-height: 1.5em;
}

h1 {
	font-size: 15pt; 
	color: #000000; 
	font-weight: bold;
	line-height: 1.5em;
}
