@charset "utf-8";

html, body {
    width: 100%; 
    -webkit-text-size-adjust: 100%;
	background-color: black;
}


a:link, a:visited{
	color: #5291f6;
	text-decoration: underline;
}

a:hover{
	color: orange;
}
img {
    vertical-align: bottom;
}

body {
    text-align: center;
    font-size: 13px;
    line-height: 1.5em;
}

#wrapper {
    width: 960px;
    min-height: 100%;
	margin: 0px auto 0;
	text-align: left;
    overflow: visible;
}

/*背景グラデ画像設定*/
#main-contents {
    width: 960px;
    height: 640px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    position: relative;
}
/*TOPヘッダー画像設定*/
.winered {
	color: #ac0202;
}
/* スクロールTOP関係 */
#scrolltop-wrapper {
    width: 165px;
    height: 165px;
    position: fixed;
    right: 0px;
    bottom: 0px;
}

* html #scrolltop-wrapper {
    /* IE6以下のみ適用 */
    position: 'absolute';
    top: expression(documentElement.scrollTop + 0 + 'px');
    left: expression(documentElement.scrollLeft + 0 + 'px');
}

#scrolltop-button {
    display: block;
    width: 68px;
    height: 68px;
    margin: 72px 24px 24px 72px;
    text-indent: -999em;
    overflow: hidden;
    cursor: pointer;
    background: url('../images/scrolltop.png') no-repeat 0 0;
    
    /* IE8以下のみ適用 */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/scrolltop.png", sizingMethod="scale")\9;
}
#scrolltop-button:hover {
    background-position: -68px 0;
}

