@charset "utf-8";

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


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 領域設定 - レイアウト -
	======================================== */

	body.uji {
	}


	/* ========================================
	   * 領域設定 - Main -
	======================================== */

	body.uji #main ul.button.double {
		margin-left: auto;
		margin-right: auto;
		width: 548px;
	}

	body.uji #main ul.button.double li {
		float: left;
		margin-left: 12px;
		margin-right: 12px;
		text-align: center;
		width: 250px;
	}

	body.uji #main ul.button.double li a {
		display: block;
		margin: 6px 0 0 0;
	}

}