<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ------------------------------------------- CSS Information
 File Name:      default.css
 Style Info:     ブラウザスタイルのリセットと基本設定
----------------------------------------------------------- */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
html,body{
	height: 100%;
	text-align: center;
}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption {
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
	font-weight:normal;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family: Arial,verdana,Tahoma,Sans-Serif;  
    background: #FFF;
	color: #333;
	font-size: 90%;
	line-height: 150%;
}
html:not([lang*=""]) body {
	font-family: Arial,verdana,Tahoma,Sans-Serif;  
    background: #FFF;
	color: #333;
	font-size: 90%;
	line-height: 150%;
}
html&gt;/**/body {
	font-size: 13px;
}
	/* for IE7 */
* + html body {  
    font-family: Arial,verdana,Tahoma,Sans-Serif;  
}  

	/* for IE6 */
	* html body {
	font-family: Arial,verdana,Tahoma,Sans-Serif;
	font-size: 90%;
	}



input, select, textarea{  
	font-size:100%;  
	font-family: Arial,Helvetica,Verdana,sans-serif;  
}  

/* ------------ A Style */
a, a:link{
	text-decoration: none;
	color: #4B4B4B;
	outline: none;
}
a:hover	{
	text-decoration: underline;
	color: #cc6600;
}
a:active	{
	text-decoration: underline;
	color: #4B4B4B;
}


/* ------------ 太文字・赤文字など */
.red {
	color: #c30;
	}
.hutoji{
	font-weight: bold;
	}
.hutobig{
	font-weight: bold;
	font-size: 110%;
	}
.redhuto{
	color: #c30;
	font-weight: bold;
	}
.small80{
	font-size: 80%;
	}
.pdficon{
	font-size: 0.8em;
	line-height: 1.8em;
	background : url("../imgs/icon-pdf.gif")  left no-repeat;
	background-position: 40px 2px 0 0;
	padding-left: 40px;
}
.big{font-size: 120%;}
.huto03{
	font-size: 130%;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 5px;}
</pre></body></html>