﻿@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
hr { display: none; }
ul { list-style: none; }
img { border: none; }

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 1.7em;
	color: #696969;
	text-align:center;
	background-color: #000000;
	background-image: url(../re_img/bc.jpg);
	background-repeat: repeat;
	background-position: left top;
}



/*リンク設定
----------------------------------------------*/
a:link { color:#ffffff; text-decoration: none; }
a:active { color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; }
a:hover { color:#ffffff; text-decoration: underline; }

a.suke:hover img{
 filter: alpha(opacity=60);
-moz-opacity:0.6;
 opacity:0.6;
 } 



/*セクション設定
----------------------------------------------*/
section {
	width: 100%;
	background-repeat: repeat;
	background-position: right top;
}



/*フッター設定
----------------------------------------------*/
footer {
	width: 100%;
    bottom:0;
	background-color: #202020;
}



/*スクロールアップ設定
----------------------------------------------*/
#r_kotei {
	position: fixed;
	width: 55px;
	height: 85px;
	overflow: hidden;
	bottom: 0px;
	right: 0px;
	text-align:left;
}
#up {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}