<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************
 *	ブラウザ毎の表示の差異を吸収する為のデフォルトスタイル
 ******************************/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,form,fieldset,
input,textarea,p,th,td 
{
	font-style:normal;
    margin:0; 
    padding:0;
    font-size:100%;
} /* blockquoteを排除*/
table { 
    border-collapse:collapse;
    border-spacing:0;
} 
img.floor {  
    border:0;
    overflow:hidden; 
    display:block;
    padding:0px;
} 

img {  
    border:0;
} 
address,caption,cite,code,
dfn,th,var { 
    font-style:normal; 
    font-weight:normal;
}/*em strongを排除*/
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 
{
    font-weight:normal; 
}
li 
{
	list-style-type:none;
}
iframe
{
    margin: 0;
    padding: 0;
    border: 0;
}

ol.ordered{
	margin: 1em 0 1em 0;
    padding-left: 40px;
}
ol.ordered li{
	list-style-type:decimal;
}

ul.unordered{
	margin: 1em 0 1em 0;
    padding-left: 40px;
}
ul.unordered li{
	list-style-type:disc;	
}

/******************************
 *	汎用
 ******************************/
div.clear
{
	width:0px;
	height:0px;
	clear:both;
	overflow:hidden;
}


/** siteColorInit()用 **/
a.selOn
{
	/*background-color:#777;
	color:#EEE;*/
}

/*WYSIWYG-TEMPLATE (2分／3分画像)*/

table.templateForTwoImages, table.templateForThreeImages, table.templateForOneImages
{
	table-layout:fixed;
	border-collapse:separate;
	border-spacing:20px 5px;
	width:99%;
}
    table.templateForOneImages td
	{
		width:99%;
	}
	table.templateForOneImages td img
	{
		margin:auto;
		vertical-align:middle;
		max-width: 100% !important;
		height:auto;
	}
	
	table.templateForTwoImages td
	{
		width:49%;
	}
	table.templateForTwoImages td img
	{
		margin:auto;
		vertical-align:middle;
		max-width: 100% !important;
		height:auto;
	}
	
	table.templateForThreeImages td
	{
		width:33%;
	}
	table.templateForThreeImages td img
	{
		margin:auto;
		vertical-align:middle;
		max-width: 100% !important;
		height:auto;
	}
	td.borderWith
	{
		border:1px solid #DFDFDF;
		padding:2px;
		overflow:hidden;
	}
	/*
	table.templateForTwoImages td.borderWith
	{
		height:350px;
		max-height:350px;
	}
	table.templateForThreeImages td.borderWith
	{
		height:200px;
		max-height:200px;
	}
    */
	
/*WYSIWYG-TEMPLATE (2分／3分画像) End*/

/* ----- wysiwyg文字装飾用 start ----- */

/* wysiwygフォントサイズ指定 */
.wys_fs_s {
    font-size: 0.8em;
}
.wys_fs_l {
    font-size: 1.5em;
}
.wys_fs_ll {
    font-size: 2.0em;
}

/* wysiwygフォントカラー指定 */
/* ※uiB.css, uiK.css にも同class定義があるので合わせる必要あり */
/* ※色コードを変更・追加する場合はwysiwyg_tool内の色コード指定部分も要変更 */
.wys_fc_red {
    color: #ff0000;
}
.wys_fc_blue {
    color: #0033ff;
}
.wys_fc_green {
    color: #009933;
}
/* --- wysiwyg文字装飾用 end --- */

/* フロートヘッダー用 */
.headScroll{
    position:relative;
    z-index:999;
}
.headFixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}</pre></body></html>