@charset "utf-8";

/*
	* Name: common.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license
*/


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 初期設定 - Rollover Area -
	======================================== */

	.rolloverArea {
		display: block;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}

	.rolloverArea img {
		display: block;
		vertical-align: bottom;
	}

	.rolloverArea img.rolloverItem {
		position: absolute;
	}

}