/*base*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}
img {
	border: 0px;
}
#content {
	margin: 0px auto 20px;
	width: 780px;
	padding: 0px;
	text-align: left;

}
/*coverArtwork*/
#coverArtwork {
	margin: 0px auto;
	padding: 0px;
	width: 794px;
}

/*header*/
.logo_cg1 {
	margin: 0px;
	padding: 0px;
	float: left;
}

.logo_tokyo {
	margin: 0px;
	padding: 0px;
	float: right;
}

#header {
	margin: 6px auto 0px;
	padding: 0px;
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
	height: 48px;
	display: block;
}



ul#globalNavi {
	height: 21px;
	list-style: none;
	overflow: hidden;
	width: 624px;
	margin: 0px;
	padding: 0px;
	display: list-item;
	position: relative;
	left: 77px;
}

ul#globalNavi li {
	/*float: left;*/
}
ul#globalNavi li a {
	position: absolute;
	overflow: hidden;
	padding: 21px 0 0 0;
	text-indent: -100em;
	text-decoration: none;
	top: 0;
	height: 21px;

}
ul#globalNavi li.submenu {
	display: none;
	margin: 0px;
	padding: 0px;
}

html>body ul#globalNavi li a{
	height: 0;
}
li#aboutCg a{
	background: url(/shared/images/gn11.gif) no-repeat;
	left: 0px;
	width: 98px;
}
li#workOfCg a{
	background: url(/shared/images/gn12.gif) no-repeat;
	left:98px;
	width: 106px;
}
li#forClients a{
	background: url(/shared/images/gn13.gif) no-repeat;
	left:204px;
	width: 103px;
}
li#forCreators a{
	background: url(/shared/images/gn14.gif) no-repeat;
	left:307px;
	width: 106px;
}
li#gallery a{
	background: url(/shared/images/gn15.gif) no-repeat;
	left:413px;
	width: 85px;
}
li#specialFeatures a{
	background: url(/shared/images/gn16.gif) no-repeat;
	left:498px;
	width: 126px;
}

li#aboutCg a:hover,
li#workOfCg a:hover,
li#forClients a:hover,
li#forCreators a:hover,
li#gallery a:hover,
li#specialFeatures a:hover{
	background-position: 0px -21px;
}










/*footer*/
#footerNaviBox {
	margin: 6px auto 0px;
	width: 780px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	color: #333333;
	padding-top: 8px;
	height: 20px;
	display: block;
	clear: both;
	text-align: left;
}

#footerNavi {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 655px;
}

#footerNavi a {
	text-decoration: none;
	color: #333333;
}

#footerNavi a:hover {
	color: #999999;
}


#footerNavi li.menu {
	float: left;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 11px;
	color: #333333;
	padding: 0px;
	display: inline;
	white-space: nowrap;
	margin: 0px 2px;
}
#footerNavi li.separator {
	float: left;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 11px;
	color: #333333;
	white-space: nowrap;
	display: inline;
}

#footer {
	margin: 0px auto;
	width: 780px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: both;
	height: 150px;
	padding: 5px 0px 0px;
}
.logo_cg2 {
	margin: 10px 0px 0px 65px;
	padding: 0px;
	float: left;
	height: 13px;
	width: 119px;
}
.logo_impress {
	margin: 0px 60px 0px 0px;
	padding: 0px;
	float: right;
}

.copyright {
	font-size: 10px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	float: left;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	padding-top: 12px;
}
/*text*/
h1.content_h{
	margin: 0px;
}
h2.content_text{
	margin: 10px 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}

p.main_text{
	margin: 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 30px;
}



/*accessibility tweaks*/
.hide {
	display: none;
}
