<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------------------------------------*/
/* Updated: 2012/02 */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* 初期設定用CSS */
/*------------------------------------------------------*/

/* Default --------------------------------- */
* {
	margin: 0;
	padding: 0;
}
h1,	h2,	h3,	h4,	h5,	h6 {
	font-size: 100%;
	font-weight: normal;
}
em {
	font-weight: normal;
	font-style: normal;
	text-shadow: 1px 0 1px #000000;
}
img {
	border: none;
}
a {
	color: #444444;
	text-decoration: none;
}
ul, ol {
	list-style-type: none;
}
table {
	font-size: 100%;
}
th {
	font-weight: normal;
	text-align: left;
}
thead th,
thead td {
	text-align: center;
	vertical-align: middle;
}
input {
	outline: none;
	font-size: 100%;
}
select {
	font-size: 100%;
	outline: none;
}
textarea {
	overflow: auto;
	padding: 4px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	font-size: 100%;
	outline: none;
}




/*------------------------------------------------------*/
/* End */
/*------------------------------------------------------*/
</pre></body></html>