@charset "utf-8";
h2 {
	background-image: url(../application/img/title.gif);
	height: 20px;
}
#con01 h3 {
	text-indent: 0px;
	font-size: 14px;
	font-weight: bold;

}
#con03 h3 {
	background-image: url(../application/img/con03.gif);
}
#con01 .spacer {
	margin-top: 16px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 8px;
}
#con02 .spacer,
#con03 .spacer {
	margin: 8px;
}
#con04 .spacer,
#con05 .spacer
{
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
}
#con02 .input {
	background-color: #D8E2F6;
	height: 50px;
	width: 490px;
}
#con02  table {
	border-collapse: collapse;
	border-spacing: 0px;
}
#con02 table.form_table{
margin-top:10px;
margin-left:15px;
width:400px;
}
#con02 table.form_table tr  td {
	/*border: 1px dotted #8BAEE4;
	padding: 4px 8px;*/
}
#con02 table.juri_form tr  td {
/*
	border-bottom: 1px dotted #8BAEE4;
	border-right: 1px dotted #8BAEE4;
	*/
	padding: 4px 8px;
	white-space: nowrap;
}
div.applicationbox {
width:505px;
font-size:12px;
line-height:1.5em;
border:solid 2px #8baee4;
}
img.border_line {
display:block;
margin-top:10px;
margin-bottom:10px;
}
table tr td {
font-size:12px;
}
.search_box {
	text-align: center;
	padding: 16px;
}
.search_box td.left {
	width: 150px;
	text-align: left;
}
ul.kakunin {
font-size:12px;
line-height:1.5em;
}
ul.kakunin_detail {
margin:8px;
font-size:12px;
line-height:1.5em;
}
/*===============table border 関係===============*/
.border_dashedB {
border-bottom:dashed 1px #cccccc;
}
.border_dashedLRB {
border-bottom:dashed 1px #cccccc;
border-left:dashed 1px #cccccc;
border-right:dashed 1px #cccccc;
}
.border_dashedLR {
border-left:dashed 1px #cccccc;
border-right:dashed 1px #cccccc;
}
