﻿@charset "utf-8";

/* ***********************************
	Site Name: hanamichi-ya
	Description:property for printer
	Version:1.0
	Author:okuzaki
************************************ */

@media print
{

div#menu,div#totop,div#flash01,div#flash02,div#flash03,div#flash04,div#toblog
{
	display:none;
}

h1
{
	width:360px;
}

li
{
	list-style-type:none;
}

p#map
{
	width:600px;
	height:630px;
	margin:0;
	padding:0;
	background:url(../img/access_map_print.gif) 50% 0 no-repeat;
	text-indent:-8883px;
	overflow:hidden;
}

div#access,div#wraplines
{
	page-break-before:always;
}

}
