@charset "euc-jp";

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

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

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

ul,ol {
	list-style-position: outside;
	list-style-type: none;
}

li {
	list-style-position: outside;
}

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

/* ボディー */
body {
	font-size: 12px;
	color: #787878;
	vertical-align: top;
	height: 100%;
}


/* 画像 */
img {
	border: none;
	line-height:0;
}

/* 強調 */
strong { }

/* 区切り */
hr {}

td {
	word-break: normal;
	word-wrap: break-word;
	vertical-align: top;
	text-align: left;
}

div {
	word-break: normal;
	word-wrap: break-word;
	margin: 0px;
	padding: 0px;
}

iframe { border: none;}

form { margin: 0; padding: 0; }


/*　リンク */
a { text-decoration: none; }
a,a:visited{
	text-decoration: none;
	color: #5C90E4;
}
a:hover{
	text-decoration: underline;
	color: #FF7E00;
}
a:focus{
	outline:none;
}
