@charset "utf-8";
/* ------------------------------------------------------
	block element centering style.
------------------------------------------------------ */

* { margin: auto; padding: 3; }

html {
	display: table;
	width: 100%;
	height: 100%;
}

body {
	font: 12px/1.5 "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	display: table-cell;
	vertical-align: middle;
}

#blockCentering {
	text-align: middle;
	margin: 0 auto;
	padding: 15px;
	width: 742px;
	height: 512px;
}

/* for IE6 */
* html body {
	text-align: center;
	height: 100%;
}

* html #blockCentering {
	display: inline;
	vertical-align: middle;
	zoom: 1;
}

* html #dummy {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

/* for IE7 */
*:first-child+html body {
	text-align: center;
	height: 100%;
}

*:first-child+html #blockCentering {
	display: inline;
	vertical-align: middle;
	zoom: 1;
}

*:first-child+html #dummy {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
/* over here */
A:link {text-decoration:none;} 
A:visited {text-decoration:none;} 

   .text10 { font-size: 10px;line-height: 12px;}
   .text11 { font-size: 11px;line-height: 13px;}
   .text12 { font-size: 12px;line-height: 15px;}
   .text13 { font-size: 13px;line-height: 16px;}
   .text14 { font-size: 14px;line-height: 18px;}