<!--
body{
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align:center;
	background-color:#eeeeee;
}

body table{
	font-size:8pt;
}
.page_waku {
	width:720px;
	margin-top:0px;
	margin-bottom:0px;

	margin-left:auto;
	margin-right:auto;

	text-align:left;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-top:1px solid white;
	border-bottom:1px solid white;

	background-color:white;
	height:100%;
}
.content{
	margin:36px 48px 24px 48px;
}
h1{
	font-size:16px;
	font-weight:500;
}
h2{
	font-size:14px;
}
input{font-size:12px;}
textarea{font-size:12px;}
td.cell_button input{
	margin-top:4px;
	font-size:12px;
	width:120px;
	height:32px;
}
.atention{color:red;}
.safe{color:#009900;}
.small{font-size:8pt;}
.exsmall{font-size:7pt;}

a[target="_blank"]:after{
content:url("./img/newwinicon1b.png");
margin:0px 1px;
}

/* for mobile */
@media only screen and (max-width: 480px) {
	.page_waku {
		width:98%;
		margin-top:0px;
		margin-bottom:0px;
	}
	table{width:98%;}
	textarea{width:96%;}
	input.tex{width:100px;}
}
-->
