@charset "Shift_JIS";

/* base
----------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	}

html{
	min-height: 100%;
	overflow: auto;
	position:relative;
	z-index: 1;
	background: #111;
	}


body {
	margin: 0px;
	padding: 0px;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#111 no-repeat;

	background-image:-moz-radial-gradient(left -100px 25deg, circle farthest-corner, #444 150px, #111 300px);
	background-image:-webkit-gradient(radial, 50% 0, 150, 50% 0, 300, from(#444), to(#111));
	overflow: auto;
	position: relative;
	z-index: 1;

	}

body > #wrapper{
	height: auto;
	overflow: auto;
	position: fixed;
	z-index: 1;
	width: 100%;
	height:100%;
	min-height:100%;
}

canvas{
	z-index: 1;
	position: fixed;
}
	
a.txt:link {
	color: #00c6ff;
	background-color:#000;
	}

a.txt:visited {
	color: #005871;
	background-color:#000;
	text-decoration:underline;
	}

a.txt:hover,
a.txt:focus {
	color: #000;
	text-decoration:none;
	background:#EE3131;
	}

a.txt2:link {
	color: #fff;
	background-color:#000;
	text-decoration:none;
	padding:10px;
	}

a.txt2:visited {
	color: #fff;
	background-color:#333;
	text-decoration:none;
	padding:10px;
	}

a.txt2:hover,
a.txt2:focus {
	color: #fff;
	text-decoration:none;
	background:#CCCCCC;
	padding:10px;
	}




h1{
	color:#fff;
	font-size:3em;
	font-weight:normal;
	text-shadow: 2px 2px 5px #720000, -2px -2px 5px #00789A;
	font-weight:bold;
	padding-top:100px;
	padding-left:100px;
	}

h2{
	color:#8D8D8D;
	font-size:0.9em;
	margin-bottom:5px;
	font-weight:normal;
	padding-left:100px;
	}

dl{
	font-size:0.8em;
	line-height:1.4;
	color: #ffffff;
	}

dt{
	float:left;
	clear:both;
	padding-right:1em;
	}

ul{
	font-size:0.8em;
	line-height:1.4;
	margin-left:1em;
	color:#333;
	}

li.madayo{
	color:#575757;
	}

p#tm{
	font-size:0.8em;
	line-height:1.2;
	color: #ffffff;
	visibility:visible;
	}

p#mytwitter{
	font-size:0.8em;
	padding-top:5px;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:10px;
	padding-left:100px;
	}

address{
	padding-top:15px;
	font-size:0.75em;
	line-height:3;
	font-style:normal;
	color:#444444;
	padding-left:100px;
	padding-bottom:100px;
	}

