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

body {
	background-color: #000000;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
#container {
	margin-right: auto;
	margin-left: auto;
}
h2{
	font-size: 15px;
	display: inline;
}
h3 {
	font-weight: bold;
	font-size: 14px;
}
img {
	border: none;
}
a,a:link,a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover{
	color: #999999;
	text-decoration: none;
}
em {
	font-style: normal;
	font-size: 12px;
}
em a,em a:link,em a:visited{
	color: #FFF;
	text-decoration: underline;
}
em a:hover{
	color: #CC0000;
	text-decoration: none;
}
/* マウスオーバー時のアルファ値変更 */
#footer a:hover,
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

