@charset "utf-8";
/* CSS Document */


/* =================================================================== */
/* FONT
/* =================================================================== */

body {
	font-family: "Meiryo","メイリオ","MS UI Gothic","Tahoma","LucidaGrande","ヒラギノ丸ゴ Pro W4","Osaka","ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	line-height: 1.231;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

/* =================================================================== */



html, body{
	height: 100%;
}

#CNT-area{
	width: 100%;
	height: 100%;
}

#CNT-area h1{
	width: 120px;
	margin: 0 auto 20px;
	padding: 150px 0 0 ;
}

#CNT-area h1 img{
	width: 120px;
	height: auto;
}

#CNT-area p{
	text-align: center;
	line-height: 1.5;
}



