@charset "utf-8";

/*インポートスタイルシート*/
@import "reset.css";
@import "base.css";
@import "common.css";

/* win版 IE5～5x hack */ 
@media tty {i{content:"¥";/*" "*/}} @import 'wie5x.css'; /*";}}/* */

/*IE4～6 hack*/
* html body {
	text-align:center;
}

p {color:#FFFFFF}

a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#FFFF00;
	text-decoration:underline;
}
a:active {
	color:#FFFF00;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}


#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#buckground {
	background-image: url(../images/buckgorund.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 400px;
	z-index: 2;
}
#footer {
	text-align: center;
	padding-bottom: 30px;
	position: relative;
}

