@charset "utf-8";					/*使用する文字コード*/

/*********************2008/04/19********************/

/*common*/

div#pageContainer.under .app_set{
	background:url(../images/btn_set.gif) center top no-repeat;
	text-indent:-999em;
	height:55px;
	width:244px;
	margin:0 auto;
}
div#pageContainer.under .app_set a{
	height:100%;
	width:100%;
	display:block;
	text-decoration:none;
}
div#pageContainer.under .app_cus{
	text-indent:-999em;
	height:55px;
	width:244px;
	margin:0 auto;
	background-image: url(../images/btn_custom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div#pageContainer.under .app_cus a{
	height:100%;
	width:100%;
	display:block;
	text-decoration:none;
}
div#pageContainer.under .app_order{
	background:url(../images/btn_ordermade.gif) center top no-repeat;
	text-indent:-999em;
	height:55px;
	width:244px;
	margin:0 auto;
}
div#pageContainer.under .app_order a{
	height:100%;
	width:100%;
	display:block;
	text-decoration:none;
}

