/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

body{
	margin-left:0px;
	padding:0;
	background:none;
}

html>body{
	margin-left:50px;
}

#main{
	width:700px;
	background:none;
	border:0px;
	clear: both;
	float: none;
}

#printrogo{
	display:block;
	position:absolute;
	top:10px;
	left:10px;
}

#header,#footer,#navi,#subnavi,.proits,.proitb{
	display:none;
}

#contents{
	width:100%;
	padding:15px;
	clear: both;
	float: none;
}