@charset "UTF-8";
/* CSS Document */
/* Print CSS */

html{
	background-image:none;
}

body{
	background-image:none;
}

#logo{
	background-image:url(../img/common/header/bg_header.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	line-height:1.35;
	height:128px;
	width:100%;
}

#global-menu{
	display:none;
}

#main{
	clear:both;
	width:756px;
	margin:15px 0 0 30px;
}

.print-pagebreak-before{
	page-break-before:always;
}

.print-pagebreak-after{
	page-break-after:always;
}

div#lightbox{/* === for LightBox === */
	top:120px!important;
}

