/* 全体のフォント指定 */
body{
	position:absolute;
    font-family: 'Meiryo','MS PGothic';
    font-size:100%;
	border: solid 1px #000;
	width: 1260px;
	margin:1px;
	min-height:100%;
}
body img{
	border: 0;
}
