﻿@charset "utf-8";

/*------------------------------------------------------------------------------
Shiga Photo Library- CSS Modules Import
URL: http://www.biwako-visitors.jp/photo/
Date: 2009-12-16
Copyright (C) Biwako Visitors Bureau All rights reserved. 
------------------------------------------------------------------------------*/


/* ----------------------------------------

Redefine

---------------------------------------- */

/* 必要のない場所を印刷時に消す
div#Header,
div#Content div#Sub,
div#Footer {
	display: none;
}
*/

/* IE6,7印刷対応 */

* html body {
	zoom: 0.8;
}

*:first-child+html {
	zoom: 0.8;
}
