BODY
{
	font-size: 14pt;
	background-color: white;
	background-image: url(http://www.q-swi.net/image/BG03.jpg);
/*	background-repeat: no-repeat;*/
/*	background-position: 50% 50%;*/
/*	background-position: center;*/
/*	background-attachment: fixed*/
/*	background-attachment: scroll;*/
}

a:link {color:#000000; text-decoration:none;}
a:visited {color:#000000; text-decoration:none;}
a:active {color:#000000; text-decoration:underline;}
a:hover {color:#000000; text-decoration:underline;}

/* タイトル項目のフォント設定 */
h1 {
	color:white;
}
h2 {
	color:black;
}

menu1 {
	width:170px;
}

.qcon_detail {
	color:black;
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
}
/* 入力項目のフォント総合設定 */
input {
	font-family:"MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", trebuchet ms, trebuchet, verdana, arial, sans-serif;
	}

/* テキストエリアのフォント総合設定 */
textarea {
	font-family:"MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", trebuchet ms, trebuchet, verdana, arial, sans-serif;
	}

