@charset "utf-8";

body{
	margin: 0px; padding: 0px;
	text-align: center;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../images/bg1.jpg);
	background-attachment: fixed;
	font-family: Arial, Helvetica, Verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.background-hack {
	z-index: -1;
	background-color: #000000;
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1300px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

a:link {color: #fff700; text-decoration: none;}
a:visited {color: #d0ce97; text-decoration: none;}
a:hover {color: #FFFFFF; text-decoration: underline;}

a.link:link {color: #e20000; text-decoration: none;}
a.link:visited {color: #e20000; text-decoration: none;}
a.link:hover {color: #ff5a5a; text-decoration: underline;}

img {margin: 0px; padding:0px; vertical-align:bottom;}

ul, ol {list-style: none; list-style-image:none;}

/*テキスト*/
.txtl {font-size: 110%; color: #000000; line-height: 150%; font-weight: bold; vertical-align: top;}

.txt {font-size: 100%; color: #000000; line-height: 150%; font-weight: bold; vertical-align: top;}

.txtm {margin: 0px 0px 5px 47px; padding:0;
font-size: 85%; color: #000000; line-height: 150%; font-weight: bold;}
.txts {font-size: 70%; color: #000000; line-height: 200%; font-weight: bold;}

.redd {color: #e20000;}

.wallp {margin: 2px 10px 2px 10px; padding: 5px;
	background-color: #0c5bb9;
	text-align: center;
	font-size: 100%; color: #ffffff; line-height: 100%; font-weight: bold;}

@media screen and (max-device-width: 480px) {
body{
	margin:0; padding:0;
	text-align: center;
	background-color: #000000;
	-webkit-text-size-adjust: 100%;
	}
