@charset "UTF-8";
/*  ----------------------------------------------------------------------
 *  Cascading Style Sheets, Level 2
 *  $Id: Soldiers.css,v 1.2 2005/11/06 05:21:10 nzawa Exp nzawa $
 *
 *  HOUYHNHNM ADVANCED STYLE
 *  (MODS::MISC::SOLDIERS)
 *
 *  body要素の背景画像を米軍兵士（第10山岳師団）の画像にします。
 *
 *  Image-SoldiersBodyBackground.jpg is in the public domain.
 *  (Photo Courtesy of U.S. Army, by Spc. Kelly Hunt)
 *
 *  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/soldiers-body-background-01.jpg");
		background-repeat: no-repeat;
		background-position: right bottom;
		background-attachment: fixed;
	}

