html,table{
	font-size:12px;
}

h1{
	clear: both;
	margin-top: 15px;
	text-indent: 10px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 5px;
	background-color: #001DFF;
	padding-top: 5px;
}

h2{
	clear: both;
	margin-top: 15px;
	margin-bottom: 5px;
	text-indent: 10px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	border-radius: 5px;
	background-color: #E1F8FF;
	padding-top: 5px;
	max-width:850px;
}

h3{
    text-decoration: none;
    font-weight: bold;
    line-height: 150%;
    font-size: 16px;
}

div.dlmain {
	width: 100%;
	max-width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 12px;
}

div.please{
	margin:10px;
}
div.please ul{
	margin-top:0.5em;
	margin-bottom:0.5em;
}
div.caution{
	margin:10px;
	padding:5px;
	border:2px dotted black;
}
strong.attention{
	color:#c00;
	font-weight:bold;
}
table.regist{
	margin-left:10px;
	border-collapse:collapse;
}
table.regist th,table.regist td{
	border:1px dashed gray;
}
table.regist th{
	width:100px;
}
table.regist table td{
	border:none;
	padding:0;
}
table.regist table tr.underline td{
	border-bottom:1px dashed gray;
}
table.questionnaire th{
	width:30px;
	padding-right:3px;
	text-align:right;
}
table.questionnaire td{
	padding:3px;
}
