@charset "utf-8";

html { 
	/*filter: expression(document.execCommand("BackgroundImageCache", false, true));*/
}

a:link {
	color: #ffffff;
	text-decoration: underline;
	}
a:visited {
	color: #ffffff;
	text-decoration: underline;
	}
a:hover {
	color: #ffffff;
	text-decoration: none;
	}
a:active {
	color: #ffffff;
	text-decoration: none;
	}

body {
	background-color: #1c1a1b;
	}

#contents {
	width: 100%;/*1045px*/
	margin: 0 auto;
	padding:0;
	position:relative;
	background-color: #000000;
	}
#contents .column{
	/*width: 100%;1045px*/
	margin: 0 auto;
	padding:0 15px 20px 15px;
	}