@charset "UTF-8";


html,body{
	margin:0;
	padding:0;
	height:100%;
}
	
#flashcontent{
	width:100%;
	height:100%;
	padding:0;
}

h1{
	display:block;
	background:url(../img/logo.jpg) no-repeat 0 0;
	width:120px;
	height:95px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 30px 40px;
}

h2#h2-1 a,h2#h2-2 a,h2#h2-3 a{
	display:block;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
	margin:10px 0 10px 40px;
}
h2#h2-1 a{
	background:url(../img/toppage/h2-1.gif) no-repeat 0 0;
	width:371px;
}
h2#h2-2 a{
	background:url(../img/toppage/h2-2.gif) no-repeat 0 0;
	width:592x;
}
h2#h2-3 a{
	background:url(../img/toppage/h2-3.gif) no-repeat 0 0;
	width:274px;
}
h2#h2-1 a:hover,h2#h2-2 a:hover,h2#h2-3 a:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}