@charset "utf-8";

/*
	* Name: common.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license

	* Contents:
	  - 初期設定 - frame -
*/


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 初期設定 - frame -
	======================================== */

	.frameContents div.frameBottom,
		.frameContents div.frameMain,
			.frameContents div.frameTop {
				background-position: left top;
				margin: 0;
				padding: 0;
				position: relative;
				width: 100%;
	}

	.frameContents div.frameBottom,
			.frameContents div.frameTop {
				background-repeat: no-repeat;
	}

	.frameContents div.frameMain {
		background-repeat: repeat-y;
	}

}