/*
CONTENT------------------------------------
TITLE:  header.css
EXERPT: header styles
UPDATE: 08/09/04

INDEX:
		header			: header area
		gnavi			: global navigation

COPYRIGHT: GREE,Inc. All Rights Reserved.
-------------------------------------------
*/
@media print{

body {
	background-color: #FFFFFF;
}
#header h1 a {
	margin: 0;
}
#breadcrumbs {
	padding-top: 40px;
}

#gnavi{
	display: none;
}

#gnaviFooter{
	display: none;
}
#gfooterContainer,
#gfooter{
	background-color: transparent;
}
#gfooter{
	padding-top: 6px;
	border-top: 1px solid #d7d8d9;
	background-color: #FFFFFF;
}
#gfooter #copyright{
	padding: 12px 0 36px 0;
	background: no-repeat;
	width: inherit;
	height: inherit;
	text-indent: 0;
	font-size: small;
	color: #445566;
}
#gfooter ul li a img{
	display: none;
}
#gfooter .service ul li.mobile a img.qr{
	display: none; 
}
#gfooter .service ul li.mobile a img.qrPrint{
	display: block;
}
div.toTheTop{
	display: none;
}
a.mailto {
	background: none;
}
.arrow {
	background: none;
}
.popup {
	background: none;
}
.new {
	background: none;
}
#breadcrumbs li{
	background: none;
}
.splashMenu ul li {
	background: none;
}
h3 .hasListRight{
	background: none;
}
div.halfList li a{
	background: none;
}
ul.halfList2 li a{
	background: none;
}
#subcol ul.parent li {
	background: none;
}
.unprintable{
	display: none;
}

}


