﻿* {
     margin : 0;
     padding : 0;
}

img {
	border : 0;
	vertical-align : top;
	font-size : 0;
	line-height : 0;
}

body {
	margin : 20px 30px 30px 30px;
	padding : 0;
	background : #ffffff;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size : 75%;
	color : #191919;
}

#container {
	overflow : hidden;
	width : 400px;
	margin-left : auto;
	margin-right : auto;
}

p#mimg {
	margin-bottom : 15px;
	text-align : center;
}

h1 {
	margin-bottom : 15px;
	text-align : center;
	font-size : 140%;
	font-weight : normal;
}

.data1 {
	width : 100%;
	margin-bottom : 15px;
	border-top : solid 1px #b4b4b4;
	border-left : solid 1px #b4b4b4;
}

.data1 th {
	padding : 7px;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	background : #dcebeb;
	font-weight : normal;
	text-align : center;
}

.data1 td {
	padding : 7px;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	text-align : center;
}

p#note {
	line-height : 1.8em;
}