* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #000000;
	font-family: "lr SVbN", "Osaka|";
	letter-spacing:1px;
}
#wrapper {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 776px;
}
#inner {
	width: 950px;
	padding-left: 50px;
	padding-top: 50px;
}


#flashArea {
	height: 410px;
	width: 950px;
}
#header {
	height: 85px;
	padding-bottom: 25px;
	text-align: left;
}
#h2 {
	height: 30px;
	width: 170px;
	float: left;
}

/*navigation---------------------------------------------- */
#navigation {
	height: 20px;
	width: 780px;
	padding-top: 10px;
	float: right;
}
.navigationWork {
	float: right;
	height: 20px;
}
.navigation {
	float: left;
	list-style-type: none;
	display: inline;
}
#subNavigation {
	height: 20px;
	width: 640px;
	float: left;
}
.navigationAbout {
	height: 20px;
	margin-left: 10px;
}
.navigationWork  img {
	display: block;
}
.navigationAbout   img {
	display: block;
}

/*mainContents------------------------------------------- */
#MainContents {
	height: 425px;
	width: 950px;
	clear: both;
}
.clear {
	clear: both;
}

#footer {
	text-align: right;
	font-size: 9px;
	color: #888888;
	float: right;
	width: 300px;
	height: 20px;
	padding-top: 5px;
	padding-right: 10px;
}
#topPage {
	width: 1050px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.inner2 {
	width: 650px;
	padding-top: 180px;
	text-align: center;
}
.note {
	color: #777777;
	padding-top: 20px;
	line-height: 1.6em;
	font-size: 9px;
}
.notFlash {
	text-align: left;
	padding-left: 100px;
}
a:link {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
