@charset "utf-8";
h4 {
	font-weight: bold;
	color: #F18700;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main #wrap01 {
	height: 200px;
	width: 500px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#wrap01 #col01_l {
	height: 40px;
	width: 500px;
}
#wrap01 #col01_r {
	height: 150px;
	width: 470px;
	padding-left: 30px;
}
#main #wrap02 {
	height: 200px;
	width: 500px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#wrap02 #col02_l {
	height: 40px;
	width: 500px;
}
#wrap02 #col02_r {
	height: 150px;
	width: 470px;
	padding-left: 30px;
}
#main #wrap03 {
	height: 170px;
	width: 500px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#wrap03 #col03_l {
	height: 40px;
	width: 500px;
}
#wrap03 #col03_r {
	height: 120px;
	width: 470px;
	padding-left: 30px;
}
#main #wrap04 {
	height: 200px;
	width: 500px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#wrap04 #col04_l {
	height: 40px;
	width: 500px;
}
#wrap04 #col04_r {
	height: 100px;
	width: 470px;
	padding-left: 30px;
}
#main .org {
	color: #F18700;
}
#main dd {
	text-indent: 1.5em;
}

