#beta {
	position:absolute;
	left:10%;
	top:20px;
	width:80%;
}
#alpha {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-khtml-opacity:0.6;
	
	background-color:black;
	
	position:fixed !important; 
	position:absolute;
	z-index:10;
	top:0px;
	bottom:0px;
	height:100%;
	width:80% !important;
	width:100%;
}
#gamma {
	position:relative;
	z-index:20;
	margin:0px;
	padding:0px 90px 0px 60px;
}
#fixed {
	position: fixed;
	top: 0px; right: 0px;
	background-color:#DC143C;
	color: white;
	display:none;
	padding:2px 4px 2px 4px;
	z-index:-10;
	margin:0px;
}



body { 
	background:black url(http://www.tsugunaga.info/bg.jpg) fixed no-repeat;
	color:white;
	font-size:smaller;
	padding:0px;
	margin:0px;
}

td {
	font-size:smaller;
}



a {
	color:white;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:active {
	color:yellow;
}


h1 {
	margin-top:35px;
	text-align:center;
	color:#F6C6C6;
	font-size:40px;
	font-weight:normal;
}

h2 {
	font-size:25px;
	width:100%; /*for IE border*/
	padding-left: 50px;
	text-indent: -50px;
	color:#F6C6C6;
	border-bottom:8px dotted yellow;
}
h2 a {
	color:#F6C6C6;
	text-decoration:none;
}
h2:first-letter {
	color:#F85C9A;
	font-size:50px;
	font-weight:normal;
}
h2 a:active {
	color:#F6C6C6;
}

h3 {
	font-size:25px;
	color:#F85C9A;
}



textarea {
	background-color:transparent;
	color:white;
}
input {
	background-color:transparent;
	color:white;
}




#sitetitle {
	margin:50px 0px 20px 0px;
	width:422px;
	height:75px;
	
	background: transparent url(http://www.tsugunaga.info/sitetitle4.png) no-repeat left top !important; 
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.tsugunaga.info/sitetitle4.png");
	cursor:hand;
}

#closeHint {
	color: white;
	font-size:12px;
	background-color:#EA076D;
	/*font-family:"Courier New",monospace;*/
	position:absolute;
	right:0px;
	top:0px;
	padding:2px 4px 2px 4px;
	text-align:center;
}



#menu {
	margin:0px 0px 20px 0px;
	text-align:center;
	
}

#navi {
	margin:0px 0px 0px 0px;
	text-align:center;
}



.comments-open label {
	display: block;
}

