@charset "utf-8";

h2 {

}

/*************
  Site List
*************/

#site_list {
	margin-top: 20px;
}

#site_list h3 {
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #3E0919;
	border-left-color: #3E0919;
	padding-left: 5px;
	line-height: 20px;
	font-size: 16px;
}

#site_list dl {
	margin-top: 10px;
	float: left;
}

#site_list dt {
	float: left;
	width: 120px;
}

#site_list dd {
	float: left;
	width: 185px;
	padding-left: 10px;
	padding-right: 10px;
}

#site_list .title {
	font-weight: bold;
	line-height: 25px;
	font-size: 16px;
}

#site_list .exp {
	line-height: 18px;
}

