@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	-webkit-text-size-adjust:none;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "Verdana", "ＭＳ Ｐゴシック", "sans-serif";
	color:#FFF;
	font-size:13px;
	background-color: #8F0007;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
img {
	border:none;
	vertical-align:bottom;
}
a:hover img.on_alpha {
-moz-opacity: 0.50;
opacity: 0.50;
filter: alpha(opacity=50);
}

li {
	list-style:none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#maincontent {
width: 100%;
height: 100%;

}

/*CONTENT*/
.wrap{
	position:relative;
	width:830px;
	display: block;
	text-align: center;
	margin: 0 auto;
	}


#page-top {
	position: fixed;
	bottom: 0px;
	right: 20px;
	z-index:9;
}
#page-top a {
	text-align: right;
	display: block;
}
.cookie {
	font-size: 8px;
	padding-bottom: 10px;
	margin-top: -16px;
}


a:link {
	color:#e6dddd;
	text-decoration:none;
}
a:visited {
	color:#e6dddd;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:none;
}
a:active {
	color:#FFF;
	text-decoration:none;
}
a:focus {
	text-decoration:none;
}



/* 印刷用 */
@media print {
.dispNone {
	display:none;
	}
}