@charset "utf-8";

* html .iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #600001;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}


body.Index {
	background-image: url(../images/background01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

body.main {
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}


#main {
	width: 960px;
	margin: 0 auto;
	border-color:#FFFFFF;
}

a:link,
a:active,
a:visited,
a:hover {
font-size: 12px;
color: #3366cc;
text-decoration:underline;
}

p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: left;
	color: #999999;
	line-height: 1.4em;
}

.attention {
	width: 740px;
	border-bottom: 1px solid #999999;
}

.attention p {
	color: #999999;
	font-size: 10px;
	margin-bottom: 3px;
}

#footer {
	margin: 15px auto 25px;
	width: 800px;
	height: 44px;
	background-position: left top;
	background-repeat: no-repeat;
}

.copyright {
	font-size: 10px;
	color: #ffffff;
	line-height: 1.4em;
	text-align: left;
}

