@charset "UTF-8";
/*  ----------------------------------------------------------------------
 *  Cascading Style Sheets, Level 2
 *  $Id: Unyu2.css,v 1.2 2005/12/18 10:25:18 nzawa Exp nzawa $
 *
 *  HOUYHNHNM ADVANCED STYLE
 *  (MODS::MISC::UNYU2)
 *
 *  body要素の背景画像をサングラス着用うにゅーの画像にします。
 *
 *  Image-Unyu2BodyBackground.png, Copyright (c) 2005 Opne Unyu Project.
 *  Licensed under the Creative Commons Attribution 2.1 Japan License,
 *  see http://creativecommons.org/licenses/by/2.1/jp/ for more details.
 *
 *
 *  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/unyu2-body-background-01.png");
		background-repeat: no-repeat;
		background-position: right bottom;
		background-attachment: fixed;
	}

