@charset "UTF-8";
/*  ----------------------------------------------------------------------
 *  Cascading Style Sheets, Level 2
 *  $Id: Raptor.css,v 1.1 2005/10/30 07:20:52 nzawa Exp nzawa $
 *
 *  HOUYHNHNM ADVANCED STYLE
 *  (MODS::MISC::RAPTOR)
 *
 *  body要素の背景画像をF/A-22ラプターの画像にします。
 *
 *  Image-RaptorBodyBackground.jpg is in the public domain.
 *  (U.S. Air Force photo by Tech. Sgt. Ben Bloker)
 *
 *  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/raptor-body-background-01.jpg");
		background-repeat: no-repeat;
		background-position: right bottom;
		background-attachment: fixed;
	}
