@charset "UTF-8";
/*  ----------------------------------------------------------------------
 *  Cascading Style Sheets, Level 2
 *  $Id: A6M.css,v 1.2 2005/12/11 14:50:14 nzawa Exp nzawa $
 *
 *  HOUYHNHNM ADVANCED STYLE
 *  (MODS::MISC::A6M)
 *
 *  body要素の背景画像を零式艦上戦闘機(A6M)の画像にします。
 *
 *  Image-A6MBodyBackground.jpg is in the public domain.
 *  (U.S. Air Force photo by Senior Airman Jet Fabara)
 *
 *  Copyright (c) 2005 Nzawa
 *
 *  Usage of the works is permitted provided that this instrument
 *  is retained with the works, so that any entity that uses the works
 *  is notified of this instrument.
 *
 *  DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.
 *
 *  [2004, Fair License: rhid.com/fair]
 *
  ----------------------------------------------------------------------*/

body
	{
		background-image: url("images/a6m-body-background-01.jpg");
		background-repeat: no-repeat;
		background-position: left bottom;
		background-attachment: fixed;
	}
