@charset "UTF-8";



/*-------------------
	メイン調整
--------------------*/

#Main{
	margin: 0;
	padding:0 0 0 0;
	width:960px;
	display: table;
}

/*-------------------
	メッセージ
--------------------*/
#MessagePage{
	color:#000;
	margin:0 20px 40px 0;
	width:960px;
	font-size:11px;
	line-height:1.8;
	text-align:center;
}

#MessageTitle{
	margin:0 0 10px 0;
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
}

#MessageSubTitle{
	margin:0 0 20px 0;
	font-size:12px;
	font-weight:bold;
	line-height:1.4;
}