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

/***************************************
　作成日時：2011.06.10 13:00
　更新日時：2011.06.10 13:00
***************************************/


/* Html Elements */
a {
	color:#FFF;
	text-decoration: none;
}
a:visited {
	color:#FFF;
	text-decoration: none;
}
a:link {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	background-color:rgba(100,100,200,0.500);
	text-decoration:none;
}
a:active {
	color:#FFF;
	text-decoration: none;
}



/* Global Menu */
#content{ 
		position:absolute;
		top:50px;
		left:50px;
		background:#111;
		background:rgba(255,255,255,0.500);
		box-shadow: 4px 4px 16px 10px rgba(100,100,100,0.500);
		width:360px;
		text-align:left;
		}
#logoimage {
	padding:10px 0px 10px 10px;
		}
#logoimage a:hover {
	backgrand-color:rgba(100,100,100,1);
	text-decoration:none;
}

#content-h {
	font: 14pt "Times New Roman", Times, serif;
	color: #FFF;
	bottom: 10px;
	text-shadow: #000 0px 1px 0px;
	padding-left: 30px;
	}
#content-link {
	font: 14pt "Times New Roman", Times, serif;
	color:#FFF;
	text-shadow:#000 0px 1px 0px;
	padding-left: 30px;
	list-style-position: inside;
	}