@charset "UTF-8";
body#homeBody {
	height: 100%;
	width: 100%;
	text-align: center;
	background-image: url(commons/images/nf.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#homeBody #naviSet {
	background-image: url(commons/images/back.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 80px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	position: fixed;
}

#homeBody #headmenu {
	width: 950px;
	margin-right: auto;
	margin-left: auto;

}
#homeBody #footer {
	margin-top: 0px;
}
.copy{
	width:950px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}	

#homeBody #flashcontent {
	height: 100%;
	width: 100%;
	background-image: url(commons/images/nf.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#homeBody #noflash {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	
}
#homeBody #flashcontent h1 {
	padding-top: 30px;
}
#homeBody #flashcontent #newsArea{
	width:350px;
	margin-top:20px;
	font-size:0.7em;
	line-height:1.2em;
	color:#FFFFFF;
}
#homeBody #flashcontent #newsArea dl{
	border-top:#FFFFFF solid 1px;
	border-bottom:#FFFFFF solid 1px;
}
#homeBody #flashcontent #newsArea dt{
	padding-top:6px;
}
#homeBody #flashcontent #newsArea dd{
	border-bottom:#FFFFFF dotted 1px;
	padding:6px 0px;
}
#homeBody #flashcontent #newsArea .noBorder{
	border-bottom:none;
}
#homeBody #flashcontent #newsArea a{
	text-decoration:none;
	color:#FFFFFF;
}
#homeBody #flashcontent #newsArea a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#homeBody #flashcontent .lang {
	margin-top: 15px;
}

#homeBody #flashcontent .getPlugin {
	width: 500px;
	padding-top: 30px;
}
#homeBody #flashcontent .getPlugin p {
	font-size: 0.7em;
	color: #FFF;
	line-height: 1.2em;
	margin-top: 5px;
}
#homeBody #flashcontent .getPlugin a {
	margin-top: 10px;
	display: block;
}

