@charset "iso-8859-1";

/* BODY */

body {
	background-color: #FFF;
}


* {
	color :#000;
	font-size :100%;
	margin: 0px;
	padding: 0px;
	background-transparent: none;
	background-repeat: no-repeat;
	background-position: left top;
}

/* Area_Preference */
#mainField {
	width: 760px;
}

/* parts */

#program {
	float:left;
	width: 760px;
	height: 570px;
}

#marker {
	float: left;
	width: 1px;
	height: 1px;
	visibility: none;
}

#footer {
	float: left;
	width: 100%;
	height: 10px;
	background: url(../common_img/copyright2.gif) no-repeat;
	background-position: 10px 0px;
}

#clearFix {
	clear: both;
}