<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 = http://www/

 File name:      default.css
 Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */

/*----------------------------------------------------
	Reset  
----------------------------------------------------*/

html,body{
	height:100%;

}
body,div,dl,dt,dd,ul,ol,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: 12px;
}


caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

/*--
hr,legend {
	display: none;
}
--*/
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}




/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {

	color: #5C5753;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,Sans-Serif;
	line-height: 150%;
	letter-spacing:1px;
}

br {
letter-spacing: 0px;
}
/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	text-decoration: underline;
	color:#0066CC;
}

a:visited {
	text-decoration: none;
	color:#0066CC;
}

a:hover {
	text-decoration: underline;
	color:#0099CC;
}

a:active {
	text-decoration: underline;
	color:#0099CC;
}

/*----------------------------------------------------
	その他
----------------------------------------------------*/

.p_1em{ padding-left:1em;}
.txt10{font-size:10px;}
.txt14{font-size:14px;}

.sbttl_txt{color:#7F3F24;}
</pre></body></html>