#main {
	text-align: left;
	width: auto;
	padding: 0px;
	height: auto;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	float: left;
	display: inline;
}

#contents {
	height: auto;
	width: 500px;
	float: left;
	margin-right: 50px;
}
#rootlist {
	margin-bottom: 0px;

}#rootlist li {
	display: inline;
	margin-right: 2px;
}
#rootlist .crumb {
	background-image: url(../img/common/icon01.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 3px 2px;
}
#contents h2 {
	margin-top: 15px;
	margin-bottom: 15px;
}
#contents h3 {
	padding-top: 15px;
	margin-bottom: 15px;
}



.ul_sub {
	margin-left: 10px;
	margin-bottom: 15px;
}
.ul_sub li {
	list-style-type: disc;
	margin-left: 10px;
	margin-bottom: 5px;
}
.ol_sub {
	margin-left: 15px;
	margin-bottom: 15px;
}
.ol_sub li {
	list-style-type: decimal;
	margin-left: 15px;
	margin-bottom: 5px;
}
.table_sub{
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-left: 10px;
}
.table_sub th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #CCCCCC;
	padding: 7px;
}

.table_sub td {
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.img_bottom {
	float: left;
	padding-right: 3px;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 0px;
	padding-bottom: 15px;
}


.form_title {
	margin-bottom: 25px;
	margin-top: 25px;
}
.form_title_img {
	margin-bottom: 10px;
}
.form_large {
	font-size: 15px;
}
#button {
	font-size: 18px;
	color: #FFFF00;
	background-color: #EA5632;
	border: 3px double #FFFFFF;
	margin-bottom: 20px;
	padding: 3px;
	font-weight: bold;
}
