@charset "Shift_JIS";
@import url("class.css");

/* 基本設定
******************************************************************************************** */
body{
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height:180%;
	background-image: url(../common/backImg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
div,img,h1,h2,h3,h4,h5,h6,p,form,pre{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ul,li{
	margin: 0px;
	padding: 0px;
}
input,select{
	font-size: 12px;
}
fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
legend{
	display: none;
}
pre{
	font-size: 12px;
}

a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: underline;
}