@charset "UTF-8";
@import "../default.css";


/*	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	Common	*/
h1 {
	background:transparent url(background/marg_0011.png) no-repeat scroll 50% 50%;
}
* html h1 {
	background:expression(
		this.style.background || (
			function () {
				var images = [
					'app_0085.png', 'app_0087.png', 'app_0098.png',
					'app_0183.png', 'app_0188.png', 'app_0200.png', 'app_0206.png',
					'app_0226.png',
					'cel_0012.png', 'cele2_000091.png', 'cele2_000092.png',
					'cele_04_08_24.png', 'cele_000197.png', 'siah_000007.png',
					'marg_0011.png'
				];
				var i = Math.floor( Math.random() * images.length );
				return	'transparent url(http://www.useyan.jp/skin/default/background/'+
						images[i] +') no-repeat scroll 50% 50%;';
			}()
		)
	);
}



