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

/*＃========================================================
 *
 *	css file for "Qui System"
 *	file name : base.css
 *	page name : "初期設定"
 *
==========================================================*/

*{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,p,ul,ol,li,dt,dl,dd {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

h1{
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul,ol,li {
	list-style-position: inside;
}

html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	width:100%;
	height:100%;
}

/* ボディー */
body {
	width:829px;
	height:100%;
	font-size: 12px;
	color: #323232;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}


/* 画像ボーダー */
img {
	border: none;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

/* 強調 */
strong {
	color: #323232;
}

/* 区切り */
hr {
	height:1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #969696;
	margin: 25px 0px;
	padding: 0px;
}

td {
	word-break: break-all;
	font-size: 12px;
	line-height: 1.5em;
}
div {
	word-break: break-all;
}


/*　リンク */
a,a:visited{
	text-decoration: none;
	color: #5a64c8;
}
a:hover{
	text-decoration: none;
	color: #bd6a8b;
}
</pre></body></html>