@charset "UTF-8";

/* body */
body {
	width: 100%;
	height:100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 14px;
	color: #ffdede;
	background: #b00000;
	text-align:center;
	-webkit-text-size-adjust: 100%;
}

/* a */
a {
	color:#e60012;
	text-decoration:none;
	background: transparent;
	cursor: pointer;
	outline:none;
}
a:link,
a:visited,
a:focus {color: #e60012;}
a:hover {
	color: #e60012;
	text-decoration: underline;
}

/* small */
small{
	font-size:12px;
	font-family: "メイリオ", Meiryo;
}

/* clearfix
------------------------------------------------*/
div.clear {
	clear: both;
	height: 0px;
	width: 0px;
	font-size: 0px;
	line-height: 0px;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* dummy
------------------------------------------------*/
.img {
    position: relative;
}
.gif {
    background: url(../img/dummy.gif) repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* ----------- wrapper ----------- */
#wrapper {
	margin: 0 auto;
	min-width: 1000px;
}

/* ----------- footer ----------- */
footer {
	margin: 0 auto;
	padding: 40px 0 50px;
	clear: both;
}
#copyright {
	text-align: center;
}
/* #jsPageTop */
#jsPageTop{
	width:173px;
	height:145px;
	position:fixed;
	bottom:0;
	right:30px;
	z-index: 110;
}