@charset "utf-8";
/* ===================================================================
 style info : ファイル読み込み
=================================================================== */

/* default style - リセット・共通
----------------------------------------------------------- */
@import url("../../commons/styles/default.css");
@import url("../../commons/styles/module.css");
/* ===================================================================
 style info : 個別用
=================================================================== */
#wrapperAll {
	background:url(../img/bg_chart.png) top center no-repeat;
}

.mainBox {
	width:960px;
	height:615px;
	margin:0 auto;
	background:url(../img/bg_main.png) no-repeat top center;
	}
	.mainBox ul {
		position:relative;
		}
		.mainBox ul li#ayabe {
			position:absolute;
			top:245px;
			left:212px;
		}
		.mainBox ul li#watanabe {
			position:absolute;
			top:465px;
			left:453px;
		}
		.mainBox ul li#usuda {
			position:absolute;
			top:245px;
			left:747px;
		}
	
a { color:#FF6666; text-decoration:underline; display:block;} 
a:hover { text-decoration:none; }