/**
* Screen
**/

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url('../images/site_bg.gif') 0 0 repeat-x;
}


/**
* Print
**/

@media print {

	body {
		margin-left: 0;
		background-color: #fff;
	}

	body,
	#page_frame,
	#content
	{
		background: none;
	}

	#page {
		margin: 0px;
		width: 100%;
	}

	body,
	#content
	{
		background-color: #fff;
	}

	#area_content {
		float: left;
	}

	#area_footer,
	#area_main_header,
	#area_shop_menu,
	#area_service,
	#area_main_title,
	#content .content_list_box
	{
		display: none;
	}

	#content .content_article_box {
		width: 100%;
	}

	.content address {
		border-color: #888;
	}

	#page_information .content_alternative {
		display: block;
	}

	#area_main {
		float: left;
	}

}

